What problem does it solve?
This Skill orchestrates the next development wave in a modular project, so large codebases can be built safely without agents colliding, leaking context, or writing code before tests exist.
Core Features & Use Cases
- Wave Planning: Selects the next ready set of independent nodes from the BFS queue.
- Contract-First Testing: Writes edge tests before implementation so developers work against unseen verification.
- Isolated Development: Uses separate worktrees and scoped file access to keep each node confined to its own package.
- Reliable Completion Flow: Validates specs, runs tests, commits per node, and retries or escalates when failures occur.
- Use Case: A team asks to continue a large refactor, and this Skill advances only the next safe cluster of packages while preserving isolation and commit discipline.
Quick Start
Tell the develop skill to execute the next ready wave for the current modular-dev queue.