name: sparc-methodology description: > SPARC development workflow (Specification, Pseudocode, Architecture, Refinement, Completion). Use when: new features, complex implementations, architectural changes. Skip when: simple fixes, documentation, configuration.
Sparc Methodology Skill
Purpose
SPARC development workflow (Specification, Pseudocode, Architecture, Refinement, Completion).
When to Trigger
- new features
- complex implementations
- architectural changes
When to Skip
- simple fixes
- documentation
- configuration
Commands
Specification Phase
Define requirements and acceptance criteria
npx @claude-flow/cli hooks route --task "specification: [requirements]"
Architecture Phase
Design system structure
npx @claude-flow/cli hooks route --task "architecture: [design]"
Best Practices
- Check memory for existing patterns before starting
- Use hierarchical topology for coordination
- Store successful patterns after completion
- Document any new learnings