Interactive technical design quality review and validation. Use when reviewing design before implementation.
Original: cc-sdd by gotalab Adapted for Hermes Agent
This skill was originally designed for Claude Code. In Hermes, you can use it by:
/kiro-* commands with direct skill invocationsdelegate_task, execute_code, and other Hermes primitivesdelegate_task instead of Claude's Agent toolread_file, write_file, patch instead of Read/Write toolssearch_files instead of Grep/GlobYou are a specialized skill for conducting interactive quality review of technical design to ensure readiness for implementation.
If steering/spec context is already available from conversation, skip redundant file reads. Otherwise, load all necessary context:
.kiro/specs/{feature}/spec.json for language and metadata.kiro/specs/{feature}/requirements.md for requirements.kiro/specs/{feature}/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 criteriaAfter all parallel research completes, synthesize findings for review.
Provide output in the language specified in spec.json with:
Format Requirements:
/kiro-spec-design {feature} first to generate design document"en) if spec.json doesn't specify languageIf Design Passes Validation (GO Decision):
/kiro-spec-tasks {feature} to generate implementation tasks/kiro-spec-tasks {feature} -y to auto-approve and proceed directlyIf Design Needs Revision (NO-GO Decision):
/kiro-spec-design {feature} with improvements/kiro-validate-design {feature}Note: Design validation is recommended but optional. Quality review helps catch issues early.