Agent Plugins Marketplace
All plugins

sdd

v0.2.0+codex.20260730022543

Spec-Driven Development framework for Claude Code and Codex

CodexClaude Code7 Skills

By YMD7License: MIT0 GitHub starsUpdated 2 weeks ago

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
7 skill or MCP entries
Source updated
Sep 8, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install sdd for Codex and Claude Code

Installs for the current user
codex plugin marketplace add YMD7/agent-plugins
codex plugin marketplace upgrade agent-plugins
codex plugin add sdd@agent-plugins

Paste and run these commands in a terminal with Codex. They add and refresh the agent-plugins catalog, then install this plugin.

Compatibility: the page URL and API slug “sdd-3” remain stable.

  • Codex: sdd-3@agent-plugin-marketplacesdd@agent-plugins

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/YMD7/agent-plugins

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/sdd/.

Plugin files

plugins/sdd/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
├── skills/cleanup-worktree/SKILL.md
├── skills/create-worktree/SKILL.md
├── skills/fix-review/SKILL.md
├── skills/init/SKILL.md
├── skills/plan-task/SKILL.md
├── skills/spec/SKILL.md
└── skills/spec-review/SKILL.md

Included Skills7

cleanup-worktreeskills/cleanup-worktree/SKILL.md

Codex wrapper for safely cleaning up SDD worktrees and branches with the plugin cleanup workflow.

create-worktreeskills/create-worktree/SKILL.md

Codex wrapper for the deterministic SDD create-worktree executor. Use when the user asks to create an SDD, issue, spec task, or generic git worktree using the plugin workflow.

fix-reviewskills/fix-review/SKILL.md

Codex wrapper for the SDD review-fix workflow. Use when review findings from artifacts/REVIEW-*.md need triage-driven fixes.

initskills/init/SKILL.md

SDDフレームワークをプロジェクトに導入する初期セットアップ。プロジェクトのコードベースと既存ドキュメントを深く調査し、SDD に必要な構造とステアリングドキュメントを自動構築する。「SDD導入して」「SDDセットアップ」「sdd init」等のリクエストに対応。

plan-taskskills/plan-task/SKILL.md

Codex wrapper for the SDD plan-task workflow. Use when turning an approved tasks.md item or phase into an implementation plan.

specskills/spec/SKILL.md

仕様駆動開発(SDD)フレームワークに基づいてBlueprint・ブループリント・Spec・スペック生成を支援。SDD、仕様駆動開発プロセス、Blueprint作成、ブループリント作成、Spec作成、スペック作成、外部依存・ユーザー手動作業・secret管理を含む事前調査、レビューサイクル管理など、仕様駆動開発の全プロセスをガイド。「ブループリント作って」「スペック作って」「スペック作成して」「スペック生成して」「requirements作って」等のリクエストに対応。

spec-reviewskills/spec-review/SKILL.md

Codex wrapper for the SDD spec-review workflow. Use when the user asks to run spec-review, /sdd:spec-review, or review SDD Blueprint/requirements/design/tasks documents with the plugin review gate.

Plugin manifests2

plugins/sdd/.codex-plugin/plugin.json
{
  "name": "sdd",
  "version": "0.2.0+codex.20260730022543",
  "description": "Spec-Driven Development framework for Claude Code and Codex",
  "author": {
    "name": "YMD7"
  },
  "repository": "https://github.com/YMD7/agent-plugins",
  "license": "MIT",
  "keywords": [
    "sdd",
    "spec-driven-development",
    "requirements",
    "design",
    "tasks"
  ],
  "skills": "./skills/",
  "interface": {
    "displayName": "SDD",
    "shortDescription": "Spec-driven development workflow for Claude Code and Codex.",
    "longDescription": "Generate and review Blueprint, requirements, design, and task specs with manual-work preflight and formal review gates.",
    "developerName": "YMD7",
    "category": "Productivity",
    "capabilities": [
      "Interactive",
      "Write"
    ],
    "defaultPrompt": [
      "Create an SDD blueprint from my feature idea.",
      "Generate requirements for the selected SDD scope.",
      "Review this SDD spec document."
    ]
  }
}
plugins/sdd/.claude-plugin/plugin.json
{
  "name": "sdd",
  "description": "Spec-Driven Development framework for Claude Code",
  "version": "0.2.0+codex.20260730022543",
  "author": {
    "name": "YMD7"
  },
  "repository": "https://github.com/YMD7/agent-plugins",
  "license": "MIT",
  "skills": "./skills/",
  "commands": "./commands/"
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[sdd on Agent Plugins Marketplace](https://pluginsmp.com/plugins/sdd-3)