Sparc

SPARC methodology — Specification, Pseudocode, Architecture, Refinement, Completion. Five-phase structured workflow for algo-heavy or non-trivial features where the right shape is not obvious upfront. Distinct from APEX (linear analyze-plan-execute-validate) by adding an explicit pseudocode step before architecture and an explicit refinement pass after the first implementation. Use when designing parsers, solvers, scoring algorithms, custom rendering pipelines, complex data transformations, or anything where you'd benefit from sketching the algorithm before committing to file layout.

Sylad 3497e74 2 files · 10.0 KB Updated

File contents

Sylad/claude-code-codex/tree/main/.claude/skills/sparc commit 3497e74955

Frequently asked questions

npx skillmds@latest add sylad/sparc