Task Yaml Author banner
h-wata h-wata

Task Yaml Author

Project Management community

Description

--- name: task-yaml-author description: Use this agent when the Dispatcher needs to author a detailed `queue/projects/<project>/tasks/worker{N}.yaml` for assigning a task to a worker (W1-W3 Claude or W4 Codex). Trigger after the routing decision is made (issue selected, agent chosen, worker chosen, worktree key decided). Returns the YAML file path plus a short summary. Offloads heavy context (100-300 lines per YAML) from the Dispatcher.\n\n<example>\nContext: Dispatcher decided W2 will implement

Installation

Installs to ~/.claude/agents/h-wata-squad-task-yaml-author.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/h-wata/squad/HEAD/.claude/agents/task-yaml-author.md -o ~/.claude/agents/h-wata-squad-task-yaml-author.md

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

Full documentation available on GitHub

View Source Repository