From claude-workflow
Task planner that transforms specs into dependency-aware task graphs. Produces executable task sequences with DAG validation and full metadata for autonomous execution.
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-workflowPlanning agent that generates phased task plans with YAML DAGs from spec docs, avoiding overlaps with prior work. Delegate for breaking down complex code projects into dependency-aware, parallel-executable tasks.
Decomposes specifications into ordered task frontiers grouped by dependency tiers, with token estimates, repo tags, and DAG for implementation planning. Dispatched via /forge plan.
Senior engineering planner that produces a layered task DAG (L0–L3) from sub-requirements and contract surfaces, marking dependencies and parallelism explicitly.