A unified plugin supporting AI-driven Specification-Driven Development (AI-SDD) workflow. Prevents Vibe Coding problems and achieves high-quality implementations using specifications as the source of truth. Supports multiple languages via SDD_LANG configuration.
Use this agent when resolving specification ambiguities, when users say 'clarify spec', 'identify unclear points', 'check spec ambiguity', or 'generate questions', or before running /generate-spec command when requirement clarification is needed. Systematically analyzes user requirements or existing specifications (.sdd/specification/*_spec.md) across 9 categories (Functional Scope, Data Model, Flow, Non-Functional Requirements, Integration, Edge Cases, Constraints, Terminology, Completion Criteria), identifies unclear points and ambiguities, and generates up to 5 prioritized questions. Calculates clarity scores and integrates user answers into specifications to achieve 80%+ clarity for implementation-ready specs. Works in coordination with vibe-detector skill to prevent Vibe Coding issues.
Use this agent when cross-PRD consistency review is requested across multiple PRD files, when users say 'cross-PRD review', 'review all PRDs', 'PRD 横断レビュー', or 'check consistency between PRDs', or after adding or updating a PRD when portfolio-level consistency needs verification. Reviews multiple .sdd/requirement/*.md PRD files for category boundary consistency (scope-out cross-references), terminology alignment across glossaries, structural and notation style uniformity, CONSTITUTION.md principle reference coverage, and front matter labeling consistency. Reports findings classified as [must]/[recommend]/[nits]. Note: single-PRD quality reviews are handled by prd-reviewer, front matter format validation by front-matter-reviewer, and vertical PRD-spec-design consistency by doc-consistency-checker.
Validates YAML front matter in AI-SDD documents. Checks field formats, dependency direction, status values, type-specific fields, cross-reference integrity, and id uniqueness. Use after document generation or during consistency checks. Pass target document paths as arguments.
Use this agent when PRD (Product Requirements Document) review is requested, after running /generate-prd command when quality checks are needed, or when users say 'review PRD', 'check requirements spec', or 'review requirements'. Reviews .sdd/requirement/*.md PRD files for CONSTITUTION.md compliance, SysML requirements diagram format validity, required section completeness, and requirement ID traceability. Generates fix proposals for detected violations. Requires the PRD file path to review. Note: spec/design reviews are handled by spec-reviewer.
Use this agent when requirement analysis is needed, when users say 'analyze requirements', 'check requirements diagram', 'verify traceability', or 'impact analysis', or before/after running /generate-spec or /generate-prd commands when requirement validation is needed. Analyzes .sdd/requirement/*.md SysML requirements diagrams for coverage gaps, dependency conflicts, implementation traceability, and ID numbering (naming convention, ordering, gaps). Generates actionable reports with traceability status and classified proposals ([must]=critical issues, [recommend]=improvements, [nits]=minor suggestions). Requires the requirement file path or feature name to analyze.
Analyze and extract requirements from use case diagram. Use when extracting UR/FR/NFR from use cases or when called by generate-prd.
Check consistency between implementation code and design documents (design), detecting discrepancies
Generate quality assurance checklists from specifications and plans with structured IDs and categories
Analyze specifications and generate clarification questions to eliminate ambiguity before implementation
Define and manage non-negotiable project principles (Constitution) and verify synchronization with other documents
Modifies files
Hook triggers on file write and edit operations
Uses power tools
Uses Bash, Write, or Edit tools
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
AI駆動仕様駆動開発(AI-SDD)ワークフローを支援する Claude Code プラグインのマーケットプレイスリポジトリです。
A marketplace repository for Claude Code plugins supporting AI-driven Specification-Driven Development (AI-SDD) workflow.
このリポジトリには、Vibe Coding問題を防ぎ、仕様書を真実の源として高品質な実装を実現するためのプラグインが含まれています。
This repository contains plugins to prevent Vibe Coding problems and achieve high-quality implementations using specifications as the source of truth.
| プラグイン / Plugin | 言語 / Language | 説明 / Description |
|---|---|---|
sdd-workflow | 多言語 / Multilingual | AI-SDD ワークフローを支援する統合プラグイン(SDD_LANG で言語切替)/ Unified plugin supporting AI-SDD workflow |
Claude Code で以下を実行 / Run the following in Claude Code:
/plugin marketplace add ToshikiImagawa/ai-sdd-workflow
/plugin install sdd-workflow@ToshikiImagawa/ai-sdd-workflow
言語は .sdd-config.json の lang フィールド(en / ja)で設定できます。
The language can be configured via the lang field (en / ja) in .sdd-config.json.
プラグインの詳細は README を参照してください。
For plugin details, see the README.
ai-sdd-workflow/
├── .claude-plugin/
│ └── marketplace.json # マーケットプレイスメタデータ / Marketplace metadata
├── plugins/
│ └── sdd-workflow/ # 統合プラグイン(多言語対応)/ Unified plugin (multilingual)
│ ├── .claude-plugin/
│ │ └── plugin.json
│ ├── agents/
│ ├── skills/
│ ├── hooks/
│ ├── scripts/
│ ├── CHANGELOG.md
│ ├── CHANGELOG.ja.md
│ ├── LICENSE
│ ├── README.md
│ └── README.ja.md
├── LICENSE
└── README.md
MIT License
npx claudepluginhub toshikiimagawa/ai-sdd-workflow --plugin sdd-workflowSpec-Driven Development Workflow for Claude Code. A 6-step pipeline: Requirements → Code Analysis → Design → Implement → Verify → Self-Improve. Specifications are the source of truth, code is a verified artifact.
Comprehensive Spec-Driven Development toolkit with multi-language support, specialized agents, and integrated security/observability tools
Spec-Driven Development (SDD) plugin for Claude Code providing a comprehensive workflow for building features with requirements, design, tasks, and implementation phases.
Skills-first specification-driven development framework with 7 agent skills for planning, implementation, review, and shipping. Natural language activation with intelligent agent orchestration. Includes /plan, /implement, /research commands plus managing-specifications, implementing-features, and reviewing-and-shipping skills.
Specification-Driven Development with Process Discipline for AI Agents
Consult multiple AI coding agents (Gemini, OpenAI, Grok, Perplexity, plus codex, antigravity, and grok CLIs when installed) to get diverse perspectives on coding problems