Loading...
Loading...
Run the SPARC Refinement and Completion phases — review code, improve test coverage, validate against specification, and generate documentation
npx skill4agent add ruvnet/ruflo sparc-refinemcp__claude-flow__memory_searchsparc-phasesmcp__claude-flow__memory_searchsparc-statemcp__claude-flow__memory_storesparc-phasesrefine-{feature-slug}{ status: "complete", reviewFindings: [...], coveragePercent: N, performanceResults: {...}, iterations: N }mcp__claude-flow__hooks_intelligence_trajectory-stepmcp__claude-flow__memory_storesparc-phasescomplete-{feature-slug}{ status: "complete", traceabilityMatrix: [...], documentationFiles: [...], deploymentChecklist: {...}, regressionResult: "pass" }mcp__claude-flow__hooks_intelligence_trajectory-endmcp__claude-flow__neural_trainmcp__claude-flow__memory_storepatternssparc-{feature-slug}/sparc advance/sparc report# Refinement: {Feature Name}
## Code Review Summary
- Critical issues: {N} (must be 0 to pass gate)
- High issues: {N}
- Medium issues: {N}
- Resolved: {N}/{total}
## Test Coverage
- Overall: {N}%
- New code: {N}%
- Acceptance criteria covered: {N}/{total}
## Performance
| Constraint | Target | Measured | Status |
|-----------|--------|----------|--------|
| Response time | <200ms | 145ms | Pass |
---
# Completion: {Feature Name}
## Traceability Matrix
| AC | Test | Code | Status |
|----|------|------|--------|
| AC-1 | test_xxx | service.ts:42 | Pass |
| AC-2 | test_yyy | controller.ts:18 | Pass |
| AC-3 | test_zzz | repository.ts:31 | Pass |
## Deployment Checklist
- [x] All tests passing
- [x] Documentation complete
- [x] Migrations prepared
- [x] Config documented
- [x] Rollback plan defined
- [x] Security reviewed
---
SPARC workflow complete. Run `/sparc report` for the full methodology report.