Loading...
Loading...
SPARC development workflow: Specification, Pseudocode, Architecture, Refinement, Completion. A structured approach for complex implementations that ensures thorough planning before coding. Use when: new feature implementation, complex implementations, architectural changes, system redesign, integration work, unclear requirements. Skip when: simple bug fixes, documentation updates, configuration changes, well-defined small tasks, routine maintenance.
npx skill4agent add ruvnet/ruflo sparc-methodologynpx @claude-flow/cli hooks route --task "specification: [requirements]"npx @claude-flow/cli hooks route --task "specification: user authentication with OAuth2, MFA, and session management"npx @claude-flow/cli hooks route --task "pseudocode: [feature]"npx @claude-flow/cli hooks route --task "pseudocode: OAuth2 login flow with token refresh"npx @claude-flow/cli hooks route --task "architecture: [design]"npx @claude-flow/cli hooks route --task "architecture: auth module with service layer, repository, and API endpoints"npx @claude-flow/cli hooks route --task "refinement: [feedback]"npx @claude-flow/cli hooks route --task "refinement: add rate limiting and brute force protection"npx @claude-flow/cli hooks route --task "completion: [final checks]"npx @claude-flow/cli hooks route --task "completion: verify all tests pass, update API docs, security review"npx @claude-flow/cli agent spawn --type sparc-coord --name sparc-lead| Script | Path | Description |
|---|---|---|
| | Initialize SPARC workflow for a new feature |
| | Run SPARC phase review checklist |
| Document | Path | Description |
|---|---|---|
| | Complete SPARC methodology guide |
| | Templates for each SPARC phase |