What problem does it solve? When working through a spec-driven development workflow, it is easy to lose track of which phase a feature is in, what remains unfinished, and which command to run next. This Skill reads the spec files under the .kiro directory and produces a clear status report so you always know where you stand. ## Core Features & Use Cases - Deterministic Status Snapshot: Runs a bundled status script that computes progress, task counts, active spec detection, and the exact next command. - Lifecycle-Aware Reporting: Reads spec.json configuration (spec type, workflow, artifact toggles, required gates) and shows a phase-by-phase journey with completed, in-progress, upcoming, and skipped states. - Multi-Repo Linkage: Detects satellite and peer linked specs, reporting parent repo pointers, branch parity, and downstream footprints across repositories. - Use Case: After returning to a project mid-implementation, ask for the status of your feature spec to see which tasks are done, which gates (design review, implementation validation, retrospective) are still required, and the exact next command to run. ## Quick Start Ask the assistant to show the status of a spec by saying: run kiro-spec-status for my-feature and tell me what to do next.