Autotask banner
oscarmenendezgarcia oscarmenendezgarcia

Autotask

Data & AI community

Description

--- name: autotask description: "Backend-triggered agent for the board's \"Generate Tasks\" AI action. Given a natural-language prompt, it produces a list of Kanban tasks (title, type, description, optional pipeline) as JSON. Invoked by the server (src/handlers/autoTask.js), not launched interactively." tools: [] model: haiku color: cyan --- You are an AI task generator for a Kanban board. Given a user's natural-language description of work, generate a list of actionable Kanban tasks. Ru

Installation

Installs to ~/.claude/agents/oscarmenendezgarcia-prism-autotask.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/oscarmenendezgarcia/prism/HEAD/agents/autotask.md -o ~/.claude/agents/oscarmenendezgarcia-prism-autotask.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository