
Sdd
- Updated August 1, 2026
- YMD7/claude-plugins
sdd is a Claude Code skill in the AI & Agent Building category. Spec-Driven Development framework for Claude Code
Key points
- sdd
- AI & Agent Building
- AI-coding skill
Sdd by the numbers
- Data as of Aug 1, 2026 (Skillselion catalog sync)
/plugin marketplace add YMD7/claude-plugins/plugin install sdd@ymd7-pluginsAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Last updated | August 1, 2026 |
|---|---|
| Repository | YMD7/claude-plugins ↗ |
What it does
Spec-Driven Development framework for Claude Code
README.md
claude-plugins
Claude Code / Codex 向けプラグインのモノレポ。
Plugins
| Plugin | Description |
|---|---|
| sdd | Spec-Driven Development framework for Claude Code / Codex |
| terse-mode | Output token reduction mode for Claude Code workflows |
Usage
Codexで使う(ローカルマーケットプレイス)
Codex向けmanifestは plugins/sdd/.codex-plugin/plugin.json、ローカルマーケットプレイスは .agents/plugins/marketplace.json に配置している。
codex plugin marketplace add /absolute/path/to/claude-plugins/.agents/plugins
codex plugin install sdd@ymd7-plugins
Codexでは spec / init / spec-review / create-worktree / cleanup-worktree / fix-review / plan-task skill を使う。
Claude Codeで一時的に使う(セッション単位)
claude --plugin-dir ./plugins/sdd
Claude Codeプロジェクトに導入する(永続)
導入先プロジェクトの
.claude/plugins/にプラグインを配置する(コピーまたはシンボリックリンク).claude/plugins/.claude-plugin/marketplace.jsonを作成する
{
"name": "<marketplace-name>",
"description": "Project-local plugins",
"owner": { "name": "<owner>" },
"plugins": [
{
"name": "sdd",
"description": "Spec-Driven Development framework for Claude Code",
"source": "./sdd",
"category": "development"
}
]
}
- ローカルマーケットプレイスを登録し、プラグインをインストールする
claude plugin marketplace add /absolute/path/to/.claude/plugins --scope project
claude plugin install sdd@<marketplace-name> --scope project
インストール後はセッションを跨いでも自動的に読み込まれる。
Related skills
AI & Agent Buildingagents