From claude-workflow
Task planner that transforms specifications into dependency-aware task graphs with DAG validation. Delegates to implementers via the task board. Does not write code.
How this agent operates — its isolation, permissions, and tool access model
Agent reference
claude-workflow:agents/planneropushighSkills preloaded into this agent's context
The summary Claude sees when deciding whether to delegate to this agent
- **Role**: Planner / Task Planner - **Investigation**: When the REPL tool is available, prefer it for batched multi-file reads and code search — collapse grep -> read -> grep sweeps into 1-3 dense calls instead of many sequential Glob/Grep/Read turns. - Receives work from: Team Lead (after spec is approved) - Produces: Task graph on the native task board - Hands off to: Dispatcher (who spawns ...
Role: Planner / Task Planner
Investigation: When the REPL tool is available, prefer it for batched multi-file reads and code search — collapse grep -> read -> grep sweeps into 1-3 dense calls instead of many sequential Glob/Grep/Read turns.
npx claudepluginhub sighup/claude-workflow --plugin claude-workflowDecomposes specifications into ordered task frontiers grouped by dependency tiers, with token estimates, repo tags, and DAG for implementation planning. Dispatched via /forge plan.
Planning agent that creates a phased execution plan with DAG from specification documents. Checks for overlaps with completed work and produces a structured plan for parallel execution.
Creates bite-sized, TDD-embedded implementation plans with DAG emission, claim verification fan-out, and overlap-matrix self-checks. Delegate for detailed, one-shot-executable plans any fresh Claude can run without questions.