plan - Plan modular dev tasks via dependency graph BFS
Analyzes a task and plans node modifications using BFS graph traversal before development.
Tags
Updated: 2026-09-22Capabilities
Typical Inputs
Typical Outputs
What this skill does
- Read project dependency graph
- Generate missing zone manager agents
- Route task to zone managers
- Refine implementation specifications iteratively
- Analyze cross zone task impact
- Collect ambiguities for user resolution
- Build BFS ordered work queue
- Visualize proposed changes using diagrams
- Present development plan for approval
- Save work queue to file
Inputs
- User task description
- Project dependency graph file graph.json
- Project and component overview documents
Outputs
- Generated zone manager agent files
- Visualized change SVG or Mermaid diagram
- Textual development plan
- Work queue JSON file
Requirements
- Existing graph.json file in project root
- Subagent spawning capability
