Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Run the SPARC Specification phase — gather requirements, define acceptance criteria, identify constraints, and store the spec in memory
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-06 | ✗→✓ | ▲ Improved | 392% | 0% |
| case-04 | ✓→✗ | ▼ Worse | -48% | 0% |
| case-05 | ✓→✗ | ▼ Worse | -15% | 0% |
| case-14 | ✓→✗ | ▼ Worse | -47% | 0% |
| case-18 | ✓→✗ | ▼ Worse | -65% | 0% |
Run Phase 1 of the SPARC methodology: define what must be built and how success is measured.
When starting a new feature or project that needs structured requirements gathering before any code is written. This phase produces the foundational specification that all subsequent phases (Pseudocode, Architecture, Refinement, Completion) build upon.
mcp__plugin_ruflo-core_ruflo__hooks_intelligence_trajectory-start with metadata { "phase": "specification", "feature": "$ARGUMENTS" }mcp__plugin_ruflo-core_ruflo__memory_search with namespace sparc-state and query for the feature to see if a SPARC workflow already exists. If it does, retrieve existing artifacts. If not, initialize state with phase 1.mcp__plugin_ruflo-core_ruflo__neural_predict with the feature description to find relevant past specifications and learned patterns AC-1: Given [precondition], when [action], then [expected result] AC-2: Given [precondition], when [action], then [expected result] AC-3: Given [precondition], when [action], then [expected result]
mcp__plugin_ruflo-core_ruflo__memory_store with:sparc-phasesspec-{feature-slug}{ status: "complete", requirements, acceptanceCriteria, constraints, edgeCases, integrationPoints }mcp__plugin_ruflo-core_ruflo__memory_store with:sparc-statecurrent-phase-{feature-slug}mcp__plugin_ruflo-core_ruflo__hooks_intelligence_trajectory-step with the specification summary/sparc advance to pass the gate and move to the Pseudocode phase# Specification: {Feature Name}
## Requirements
### Functional
- FR-1: ...
- FR-2: ...
### Non-Functional
- NFR-1: ...
## Acceptance Criteria
- AC-1: Given ..., when ..., then ...
- AC-2: Given ..., when ..., then ...
- AC-3: Given ..., when ..., then ...
## Constraints
- Performance: ...
- Security: ...
- Compatibility: ...
## Edge Cases
- EC-1: ...
- EC-2: ...
- EC-3: ...
## Integration Points
- IP-1: ...
---
Phase 1 complete. Run `/sparc advance` to pass the gate check.Other measured skills in the registry, with their headline benchmark lift.