What problem does it solve? When working through a multi-step spec-driven development pipeline, it is easy to lose track of which step was completed last and which decisions were already recorded. This Skill reads the active feature's state and picks the pipeline back up exactly where it stopped, so prior decisions carry forward without re-specification. ## Core Features & Use Cases - State Resolution: Runs a status-context script that reads .spec-context.json or derives state from on-disk spec files when the recorded state is missing or malformed. - Next-Step Dispatch: Parses the resolution JSON and dispatches the appropriate /speckit.* command (plan, tasks, implement), or continues implementation at the next unchecked task. - Decision Carry-Forward: Restates recorded decisions as in-scope context for the dispatched step so the user does not repeat them. - Use Case: You finished /speckit.plan yesterday and return today. Invoke the resume command and it detects the plan step is complete, lists the recorded decisions, and dispatches /speckit.tasks automatically. ## Quick Start Ask the assistant to resume the spec pipeline for the current feature so it continues from the last completed step.