Specification-Driven Development pipeline for Claude Code — plugin with 23 skills, agents, hooks and MCP traceability server
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"
]
}
}
}
Run in terminal:
claude mcp add sdd-pipeline npx -y noelserdna/sdd-pipeline
Add to .cursor/mcp.json:
{
"mcpServers": {
"sdd-pipeline": {
"command": "npx",
"args": [
"-y",
"noelserdna/sdd-pipeline"
]
}
}
}