claude-plugin-sdd (joestump) — Summary
Slug: claude-plugin-design-joestump
Repo: joestump/claude-plugin-sdd
Stars: 11 | Forks: 1
License: MIT
Language: JavaScript
Plugin name: sdd (v4.0.0)
Install: via .claude/settings.json extraKnownMarketplaces
Homepage: https://joestump.github.io/claude-plugin-sdd/
One-Line Description
Spec-Driven Development plugin for Claude Code — ADRs (MADR), OpenSpec specifications, sprint planning, parallel git-worktree implementation, PR review, Docusaurus doc generation, and an artifact dependency graph.
What It Is
claude-plugin-sdd is a 16-skill Claude Code plugin that implements the full SDD (Spec-Driven Development) lifecycle as slash commands inside Claude Code. It is the only framework in this corpus that treats architecture governance (decision records, formal specifications, drift detection, and issue tracking integration) as first-class operations within an AI coding session.
Core Value Proposition
The plugin bridges the gap between architecture documentation and code implementation. The workflow is: decide → specify → plan → implement (in parallel) → review → validate → document — all inside Claude Code without leaving the development environment. The artifact graph (/sdd:graph) makes every relationship between ADRs, specs, issues, and code files queryable.
Key Primitives
- ADR (
/sdd:adr): MADR-format Architecture Decision Records with Mermaid diagrams, sequential numbering (ADR-0001...) - Spec (
/sdd:spec): OpenSpec paired spec.md + design.md with RFC 2119 requirements (MUST/SHALL/MAY), security-by-default, WCAG accessibility defaults - Plan (
/sdd:plan): breaks specs into tracker issues (GitHub/GitLab/Gitea/Jira/Linear) with foundation story detection, hotspot analysis, branch/PR conventions - Work (
/sdd:work): parallel implementation via git worktrees, up to 4 concurrent agents, pre-flight PR manifest, topological merge ordering - Review (
/sdd:review): reviewer-responder agent pairs, conflict-marker CI gate, spec-aware code review, squash-merge - Audit (
/sdd:audit): 6 drift categories (code vs. spec, code vs. ADR, ADR vs. spec, coverage gaps, stale artifacts, policy violations) - Graph (
/sdd:graph): artifact dependency DAG with validate/impact/ancestors/chain/orphans/cycles/backfill verbs - Docs (
/sdd:docs): scaffold or integration mode Docusaurus site with RFC 2119 highlighting, upgrade manifest (.sdd-docs.json) - CLAUDE.md-native config: all configuration as markdown under
### SDD Configuration; no JSON config files
Status
Production quality for a personal/team plugin. 11 stars; self-hosted. v4.0.0.