What problem does it solve? Coordinating complex software development across research, architecture, coding, testing, and review phases is error-prone when done ad hoc. This Skill provides a structured SPARC (Specification, Pseudocode, Architecture, Refinement, Completion) methodology with multi-agent orchestration to run systematic, test-driven development workflows. ## Core Features & Use Cases - 17 Specialized Modes: Includes orchestrator, architect, coder, tdd, reviewer, researcher, analyzer, optimizer, debugger, documenter, and more, each with defined capabilities and usage patterns. - Multiple Orchestration Patterns: Supports hierarchical, mesh, sequential pipeline, parallel, and adaptive swarm topologies for coordinating agents. - TDD Workflows: Built-in red-green-refactor cycles with coverage targets (90%+) and integration with Jest, Playwright, and other test frameworks. - Use Case: To build a new authentication feature, run the researcher mode to gather requirements, architect to design the system, tdd to implement with tests, and reviewer to validate security and performance. ## Quick Start Ask the AI to run the SPARC pipeline for your feature, for example: use the sparc methodology to design, implement, and test a user authentication module with 90% coverage.