Sparc Refinement MCP Tools

Sub-skill of sparc-refinement: MCP Tools (+2).

vamseeachanta Updated

File contents

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

vamseeachanta/workspace-hub/tree/main/.agents/skills/_archive/development/sparc/sparc-refinement/mcp-tools commit d217c0001d

Frequently asked questions

npx skillmds@latest add vamseeachanta/sparc-refinement-mcp-tools