sdd-pipeline

noelserdna/sdd-pipeline
★ 0 stars Shell AI/LLM Updated today
Specification-Driven Development pipeline for Claude Code — plugin with 23 skills, agents, hooks and MCP traceability server
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "sdd-pipeline": {
      "command": "npx",
      "args": [
        "-y",
        "noelserdna/sdd-pipeline"
      ]
    }
  }
}