Update or regenerate kiro spec files based on current project state
Updates Kiro specification files to reflect current project state and requirements.
/plugin marketplace add lessuselesss/todo-ware/plugin install lessuselesss-kiro-scaffold@lessuselesss/todo-wareUpdates 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 compliance