Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
YMD7 avatar

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-plugins

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Last updatedAugust 1, 2026
RepositoryYMD7/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プロジェクトに導入する(永続)

  1. 導入先プロジェクトの .claude/plugins/ にプラグインを配置する(コピーまたはシンボリックリンク)

  2. .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"
    }
  ]
}
  1. ローカルマーケットプレイスを登録し、プラグインをインストールする
claude plugin marketplace add /absolute/path/to/.claude/plugins --scope project
claude plugin install sdd@<marketplace-name> --scope project

インストール後はセッションを跨いでも自動的に読み込まれる。

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.