Agent skill

sparc-refinement-mcp-tools

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

Stars 4
Forks 4

Install this agent skill to your Project

npx add-skill https://github.com/vamseeachanta/workspace-hub/tree/main/.claude/skills/_archive/development/sparc/sparc-refinement/mcp-tools

SKILL.md

MCP Tools (+2)

MCP Tools

javascript
// 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

bash
# 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

Expand your agent's capabilities with these related and highly-rated skills.

Didn't find tool you were looking for?

Be as detailed as possible for better results