What problem does it solve? Engineers working through a spec-driven development workflow often lose track of where they are — which spec is active, what stage it is in, and which command to run next. This Skill removes that guesswork by running a deterministic status script and printing the evidence-backed next step. ## Core Features & Use Cases - Workflow Position Detection: Runs the kiro-status.mjs script to show exactly where you stand in the Kiro spec workflow. - Next Command Guidance: Prints the exact next command to run, sourced from the script output rather than guesswork. - Auto-Detection of Active Specs: When no feature name is given, it detects the most recent unfinished spec and lists candidates if multiple are active. - Use Case: You return to a project after a week and cannot remember whether you finished the design phase. Ask what is next, and the Skill tells you the pending stage and the exact command to continue. ## Quick Start Ask the assistant what is next in my Kiro workflow, optionally naming a specific feature to check its status.