ソース情報
- リポジトリ
- gotalab/cc-sdd
- ソースの最終更新活動
- 2026年4月6日 00:11
- 検出された SKILL.md の言語
- 英語
- スター
- 3,655
- フォーク
- 280
インストール方法
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
ソースファイルを確認
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
メニュー
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/gotalab/cc-sdd --skill kiro-validate-designコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
Implement approved tasks using TDD with subagent dispatch. Runs all pending tasks autonomously or selected tasks manually.
Validate feature-level integration after all tasks are implemented. Checks cross-task consistency, full test suite, and overall spec coverage.
Implement approved tasks using TDD with native subagent dispatch. Runs all pending tasks autonomously or selected tasks manually.
SOC 職業分類に基づく
SKILL.md を表示中
| name | kiro-validate-design |
| description | Interactive technical design quality review and validation |
| metadata | {"shared-rules":"design-review.md"} |
<background_information>
{{KIRO_DIR}}/specs/$1/spec.json for language and metadata{{KIRO_DIR}}/specs/$1/requirements.md for requirements{{KIRO_DIR}}/specs/$1/design.md for design documentproduct.md, tech.md, structure.mdThe following research areas are independent and can be executed in parallel:
rules/design-review.md from this skill's directory for review criteriaIf multi-agent is enabled, spawn sub-agents for each area above. Otherwise execute sequentially.
After all parallel research completes, synthesize findings for review.
Execute Design Review:
Decision and Next Steps:
Provide output in the language specified in spec.json with:
Format Requirements:
@kiro-spec-design $1 first to generate design document"en) if spec.json doesn't specify languageIf Design Passes Validation (GO Decision):
@kiro-spec-tasks $1 to generate implementation tasks@kiro-spec-tasks $1 -y to auto-approve and proceed directlyIf Design Needs Revision (NO-GO Decision):
@kiro-spec-design $1 with improvements@kiro-validate-design $1Note: Design validation is recommended but optional. Quality review helps catch issues early.