What problem does it solve? Coordinating complex software development across specification, architecture, implementation, 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 via Claude Flow, so development follows a repeatable, test-driven process. ## Core Features & Use Cases - 17 Specialized Modes: Includes orchestrator, architect, coder, tdd, reviewer, researcher, debugger, optimizer, 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 full-stack feature, initialize a hierarchical swarm, then run researcher, architect, coder, tdd, and reviewer modes in sequence, with Memory sharing context between agents. ## Quick Start Ask the AI to run the SPARC pipeline for your feature, for example: use the sparc-methodology skill to design and implement a user authentication feature with test-driven development.