LogoClawIndex
CasesSkillsAbout
LogoClawIndex

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-22

Capabilities

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

Source

  • Spec: SKILL.md

ClawIndex

OpenClaw Skills & Use Case Index

ClawIndex is an ecosystem-driven index of OpenClaw skills and real-world use cases.

Index

Skills·
Cases

Meta

About·
Disclaimer·
Email·
GitHub
© 2026 ClawIndex All Rights Reserved.
modular-dev
planning
dependency-graph
bfs
architecture
Read project dependency graph
Generate missing zone manager agents
Route task to zone managers
Refine implementation specifications iteratively
User task description
Project dependency graph file graph.json
Project and component overview documents
Generated zone manager agent files
Visualized change SVG or Mermaid diagram
Textual development plan