What problem does it solve?
Coordinates specification, design, implementation, testing and deployment across specialized agents to speed development, enforce test-driven workflows, and maintain architectural consistency in complex software projects.
Core Features & Use Cases
- Mode-based orchestration: 17 specialized modes (researcher, architect, coder, tdd, reviewer, etc.) that decompose work and assign responsibilities to agents.
- Parallel TDD pipelines: run Red-Green-Refactor cycles, batch tests, and achieve high coverage through coordinated agent execution.
- Memory and persistence: share architectural decisions and session state across agents for continuity and reproducibility.
- Use Case: coordinate a feature development pipeline where researcher gathers requirements, architect designs the system, coder implements, tdd ensures tests, and reviewer validates security and performance.
Quick Start
Run the sparc-methodology orchestrator to spawn an architect, coder, tester, and reviewer and coordinate a test-driven feature implementation.