MCP Tools (+2)
MCP Tools
// Store refinement phase progress
action: "store",
key: "sparc/refinement/metrics",
namespace: "coordination",
value: JSON.stringify({
coverage: 85,
testsPass: true,
complexity: 8,
timestamp: Date.now()
})
}
Hooks
# Pre-refinement hook (run tests)
npm test --if-present
# Post-refinement hook (verify coverage)
npm run test:coverage
Related Skills
- sparc-specification - Requirements phase
- sparc-pseudocode - Algorithm design phase
- sparc-architecture - System design phase