What problem does it solve?
This Skill provides a comprehensive, systematic development framework (Specification, Pseudocode, Architecture, Refinement, Completion) that orchestrates multi-agent teams to deliver high-quality software faster and more reliably.
Core Features & Use Cases
- Multi-Agent Orchestration: Coordinates specialized agents (e.g., Coder, Architect, Tester, Reviewer) through hierarchical or mesh topologies for parallel execution.
- Test-Driven Development (TDD): Integrates a robust TDD workflow with a "Red-Green-Refactor" cycle and high test coverage targets.
- Persistent Memory Integration: Ensures agents share knowledge and context across sessions, building a collective intelligence for the project.
- Use Case: Use the
tdd mode to implement a new "shopping cart" feature, where agents automatically write failing tests, implement minimal code, make tests pass, and then refactor for quality, all while maintaining 90%+ test coverage.
Quick Start
Use the sparc-methodology skill in 'tdd' mode to implement a 'user authentication' feature, targeting 90% test coverage with Jest.