sdd
v0.2.0+codex.20260730022543Spec-Driven Development framework for Claude Code and Codex
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
codex plugin marketplace add YMD7/agent-plugins
codex plugin marketplace upgrade agent-plugins
codex plugin add sdd@agent-pluginsPaste 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-marketplace→sdd@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-pluginsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/sdd/.
Plugin files
├── .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
Codex wrapper for safely cleaning up SDD worktrees and branches with the plugin cleanup workflow.
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.
Codex wrapper for the SDD review-fix workflow. Use when review findings from artifacts/REVIEW-*.md need triage-driven fixes.
SDDフレームワークをプロジェクトに導入する初期セットアップ。プロジェクトのコードベースと既存ドキュメントを深く調査し、SDD に必要な構造とステアリングドキュメントを自動構築する。「SDD導入して」「SDDセットアップ」「sdd init」等のリクエストに対応。
Codex wrapper for the SDD plan-task workflow. Use when turning an approved tasks.md item or phase into an implementation plan.
仕様駆動開発(SDD)フレームワークに基づいてBlueprint・ブループリント・Spec・スペック生成を支援。SDD、仕様駆動開発プロセス、Blueprint作成、ブループリント作成、Spec作成、スペック作成、外部依存・ユーザー手動作業・secret管理を含む事前調査、レビューサイクル管理など、仕様駆動開発の全プロセスをガイド。「ブループリント作って」「スペック作って」「スペック作成して」「スペック生成して」「requirements作って」等のリクエストに対応。
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
{
"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."
]
}
}{
"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/"
}For maintainers
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)