SKILLS/EVOKORE EXTENSIONS/sparc-methodology/SKILL.md
Use when you need to structure complex development work using the 5-phase SPARC methodology (Specification, Pseudocode, Architecture, Refinement, Completion).
npx skillsauth add mattmre/evokore-mcp sparc-methodologyInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
A 5-phase structured development approach that ensures correctness at each stage before proceeding.
Use this skill when:
Output: phase_1_{slug}.md
Produces: Functional Requirements (FR-01..FR-N), Non-Functional Requirements (NFR-01..NFR-N), Gherkin scenarios (Given/When/Then), acceptance criteria.
Done criteria:
Output: phase_2_{slug}.md
Produces: Language-agnostic algorithm representation, data flow diagram, error handling strategy.
Done criteria:
Output: phase_3_{slug}.md
Produces: Component diagram, interface contracts, dependency graph, ADR for key decisions.
Done criteria:
Output: Working code + tests
Produces: Implementation iterating from pseudocode, test cases from Gherkin, TypeScript type-safe.
Done criteria:
Output: PR + docs
Produces: PR with all sections filled, docs updated, CLAUDE.md updated if patterns changed.
Done criteria:
/sparc-spec "{feature name}" → Runs Phase 1 only
/sparc-pipeline "{feature name}" → Runs all 5 phases sequentially with gate checks
development
Core orchestration framework for model-agnostic multi-agent workflows with handoff protocol, policy governance, and configuration schemas
testing
Specialized skill for triage issue skill workflows.
development
Complete workflow for building, implementing, and testing goal-driven agents. Orchestrates hive-* skills. Use when starting a new agent project, unsure which skill to use, or need end-to-end guidance.
development
Iterative agent testing with session recovery. Execute, analyze, fix, resume from checkpoints. Use when testing an agent, debugging test failures, or verifying fixes without re-running from scratch.