SPARC Development Methodology
Execute SPARC methodology workflows
Claude CodeGeneric
---
name: sparc
description: Execute SPARC methodology workflows
---
# SPARC Development Methodology
SPARC (Specification, Pseudocode, Architecture, Refinement, Completion) is a systematic approach to Test-Driven Development.
## Quick Usage
```bash
./claude-flow sparc modes # List available modes
./claude-flow sparc tdd "feature" # Run TDD workflow
./claude-flow sparc run architect "task" # Run specific mode
Available Modes
- architect - System design and architecture
- code - Clean code implementation
- tdd - Test-driven development
- debug - Systematic debugging
- security-review - Security analysis
- spec-pseudocode - Requirements planning
- integration - System integration
TDD Workflow
- Red: Write failing tests first
- Green: Implement minimal code to pass
- Refactor: Optimize and clean up
- Repeat: Continue until complete
Run: ./claude-flow sparc tdd "your feature description"
```
Maintain SPARC Development Methodology?
Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.
[SPARC Development Methodology on getagentictools](https://getagentictools.com/loops/pyhub-kr-sparc-development-methodology?ref=badge)