kiro-validate-design
Interactive technical design quality review and validation
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Interactive technical design quality review and validation
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Solana blockchain domain knowledge for the AI agent — covers accounts, transactions, tokens, NFTs, DeFi, and DevNet operations
Entry point for new work. Determines the best action path or work decomposition (update existing spec, create new spec, mixed decomposition, or no spec needed) and refines ideas through structured dialogue.
Implement approved tasks using TDD with subagent dispatch. Runs all pending tasks autonomously or selected tasks manually.
Create complete specs (requirements, design, tasks) for all features in roadmap.md using parallel sub-agent dispatch by dependency wave.
Create comprehensive technical design for a specification
Initialize a new specification with detailed project description
| name | kiro-validate-design |
| description | Interactive technical design quality review and validation |
| metadata | {"shared-rules":"design-review.md"} |
<background_information>
.kiro/specs/$1/spec.json for language and metadata.kiro/specs/$1/requirements.md for requirements.kiro/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.