kiro-validate-gap
Analyze implementation gap between requirements and existing codebase
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Analyze implementation gap between requirements and existing codebase
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
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-gap |
| description | Analyze implementation gap between requirements and existing codebase |
| metadata | {"shared-rules":"gap-analysis.md"} |
<background_information>
Load Context:
.kiro/specs/$1/spec.json for language and metadata.kiro/specs/$1/requirements.md for requirementsproduct.md, tech.md, structure.mdRead Analysis Guidelines:
rules/gap-analysis.md from this skill's directory for comprehensive analysis frameworkThe following research areas are independent and can be executed in parallel:
If multi-agent is enabled, spawn sub-agents for each area above. Otherwise execute sequentially.
After all parallel research completes, synthesize findings for gap analysis.
Execute Gap Analysis:
Generate Analysis Document:
Write Gap Analysis to Disk:
Write the gap analysis to disk so it survives session boundaries and can be referenced during design phase.
.kiro/specs/$1/research.md---) rather than overwriting previous researchProvide output in the language specified in spec.json with:
Format Requirements:
/kiro-spec-requirements $1 first to generate requirements"en) if spec.json doesn't specify languageIf Gap Analysis Complete:
/kiro-spec-design $1 to create technical design document/kiro-spec-design $1 -y to auto-approve requirements and proceed directlyNote: Gap analysis is optional but recommended for brownfield projects to inform design decisions.