oh-my-sdd¶
Spec-Driven Development, enforced by a global orchestrator + 5 Claude Code skills.
oh-my-sdd installs a set of Claude Code skills that make Spec-Driven Development (SDD) the default way work gets done. Before any line of implementation code is written, Claude analyzes your project, generates a constitution.md, then a spec.md, a plan.md, and a tasks.md — stopping twice for your explicit approval before it ever touches your codebase.
Install in one command¶
npx oh-my-sdd install
This installs 6 skills globally into ~/.claude/skills/, available in every project you open in Claude Code — no per-project setup required.
Why oh-my-sdd¶
What it looks like¶
/oh-my-sdd "add a logout endpoint that invalidates the refresh token"
/oh-my-sdd PROJ-123
/oh-my-sdd https://company.atlassian.net/browse/PROJ-123
Claude then walks through constitution → specify → plan → tasks → implement, pausing for your sign-off along the way.
Before you install¶
oh-my-sdd only ever writes to ~/.claude/skills/ (the skills themselves) and .oh-my-sdd/ inside the project you're working on (specs and constitution). It never touches your global ~/.claude/CLAUDE.md, and everything it installs can be removed with a single command. See Safety & Data for the full picture.
Get started :material-arrow-right:{ .md-button .md-button--primary } View on GitHub :material-github:{ .md-button }