sparc-implement
SPARC Architecture + Implementation
Run Phases 2 and 3 of the SPARC methodology: design algorithms with pseudocode, then establish architecture with module boundaries and API contracts.
When to use
After the Specification phase is complete and its gate has been passed. This skill covers both the Pseudocode and Architecture phases as they are tightly coupled — algorithm design informs module boundaries and vice versa.
Steps
-
Retrieve specification — call
mcp__claude-flow__memory_searchwith namespacesparc-phasesand query for the feature's spec. Extract requirements, acceptance criteria, constraints, and edge cases. -
Retrieve phase state — call
mcp__claude-flow__memory_searchwith namespacesparc-stateand query for the feature to confirm we are in Phase 2 or 3. -
Search for architectural patterns — call
mcp__claude-flow__neural_predictwith the feature description to find relevant architectural decisions from past projects