What problem does it solve? Coordinating complex software development across research, architecture, coding, testing, and review phases is error-prone and slow when done ad hoc. This Skill provides a structured SPARC (Specification, Pseudocode, Architecture, Refinement, Completion) methodology with 17 specialized modes and multi-agent orchestration to systematize the entire development lifecycle. ## Core Features & Use Cases - 17 Specialized Modes: Includes orchestrator, architect, coder, tdd, reviewer, researcher, debugger, optimizer, and more, each with defined capabilities and usage patterns. - Multi-Agent Orchestration: Supports hierarchical, mesh, ring, and star swarm topologies with parallel execution for 2.8-4.4x speed improvements. - TDD Workflows: Enforces red-green-refactor cycles with 90%+ test coverage targets and integration with Jest, Playwright, and other frameworks. - Use Case: Building a full-stack feature—run the researcher mode to gather requirements, architect to design the system, coder with test_driven enabled to implement, and reviewer to validate security and performance, all coordinated through Claude Flow MCP tools or the npx CLI. ## 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 feature with JWT.