Loading...
Loading...
Run the SPARC Specification phase — gather requirements, define acceptance criteria, identify constraints, and store the spec in memory
npx skill4agent add ruvnet/ruflo sparc-specmcp__claude-flow__hooks_intelligence_trajectory-start{ "phase": "specification", "feature": "$ARGUMENTS" }mcp__claude-flow__memory_searchsparc-statemcp__claude-flow__neural_predictAC-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__claude-flow__memory_storesparc-phasesspec-{feature-slug}{ status: "complete", requirements, acceptanceCriteria, constraints, edgeCases, integrationPoints }mcp__claude-flow__memory_storesparc-statecurrent-phase-{feature-slug}mcp__claude-flow__hooks_intelligence_trajectory-step/sparc advance# 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.