From kiro-scaffold
Update or regenerate kiro spec files based on current project state
How this command is triggered — by the user, by Claude, or both
Slash command
/kiro-scaffold:kiro-specThe summary Claude sees in its command listing — used to decide when to auto-load this command
# Update Kiro Spec Files Updates or regenerates the master kiro specification files in `.kiro/spec/` based on: - Current project state - New requirements or changes - Implementation progress - User input ## Usage ## Arguments - `--scope`: Which spec to update - `master`: Update project-level master specs (default) - `<path>`: Update scoped specs for specific directory - `--type`: Which spec file to update - `requirements`: Update requirements.md - `design`: Update design.md - `tasks`: Update tasks.md - `all`: Update all spec files (default) ## Examples **Update all maste...
Updates or regenerates the master kiro specification files in .kiro/spec/ based on:
/kiro-spec [--scope=master|<path>] [--type=requirements|design|tasks|all]
--scope: Which spec to update
master: Update project-level master specs (default)<path>: Update scoped specs for specific directory--type: Which spec file to update
requirements: Update requirements.mddesign: Update design.mdtasks: Update tasks.mdall: Update all spec files (default)Update all master specs:
/kiro-spec
Update only design document:
/kiro-spec --type=design
Update scoped specs for a module:
/kiro-spec --scope=src/auth --type=tasks
Analyzes Current State
Updates Specifications
Propagates Changes
Validates Against Standards
Use this command:
/kiro-new - Create new kiro project/kiro-scope - Create scoped implementation area/kiro-eval - Evaluate project standards compliancenpx claudepluginhub lessuselesss/todo-ware/devkit.spec-qualitySynchronizes Knowledge Graph, tasks, and codebase for a spec folder to maintain context quality post-implementation. Supports --update-kg-only, --task, and --dry-run flags.
/specGenerates spec docs from feature description: requirements.md (EARS notation), design.md (Mermaid diagrams, TS interfaces), tasks.md (implementation plan).
/specGenerates or refines Choo Choo Ralph spec files (.choo-choo-ralph/*.spec.md) from plan files or conversation context, using parallel sub-agents for codebase and tech research.
/specGenerates complete feature specifications from a feature name or rough idea, spanning requirements to implementation plan.
/specGenerates detailed feature specs via 3-phase interactive dialogue from minimal input, producing requirements.md (EARS), design.md (diagrams/TS), and tasks.md.
/specGenerates feature specs through phased conversation: requirements.md (EARS notation), design.md (Mermaid diagrams/TS interfaces), tasks.md (impl plan).