What problem does it solve?
Coordinating multi-agent software development manually requires constant context switching, redundant codebase exploration, and ad-hoc progress tracking. This Skill runs a structured development cycle where four specialized agents work in parallel with shared state, versioned documents, and automatic iteration until tests pass.
Core Features & Use Cases
- Four-Agent Parallel Pipeline: Spawns Requirements Analyst, Exploration Planner, Code Developer, and Validation agents simultaneously with dependency-aware coordination.
- Shared Discovery Board: Agents exchange codebase findings through an append-only NDJSON board, eliminating redundant exploration across agents and iterations.
- Iterative Feedback Loop: Detects test failures and blockers, sends targeted feedback to agents, and loops until convergence criteria or max iterations are reached.
- Versioned Documentation: Each agent maintains a main document rewritten per iteration with automatic archival to history folders and append-only NDJSON change logs.
- Use Case: Run a full feature implementation like OAuth authentication where requirements are refined, the codebase is explored, code is written and debugged via hypothesis-driven workflows, and results are validated across up to 5 automatic iterations.
Quick Start
Start a new development cycle by invoking the skill with a task description such as implementing real-time notifications, optionally adding the auto flag to run all phases without confirmation.