What problem does it solve?
When a user clears the AI context, the ongoing multi‑step project workflow is lost, requiring them to manually repeat the next command. This skill automatically identifies the next pending step from the project's progression markdown and prepares to resume it.
Core Features & Use Cases
- Detects and loads the appropriate progression.md file, handling multiple candidates and prompting the user when needed.
- Parses the sequence table, selects the next step based on status, and validates naming conventions, prerequisite mode requirements, and front‑back dependencies.
- Presents the selected command to the user for confirmation before execution and updates the progression file with status and a concise report after successful completion.
- Ideal for developers following the Claude Code workspace workflow, enabling seamless continuation of scaffolding, feature implementation, and bug‑fix stages after a reset.
Quick Start
Say “continue” or invoke /task-resume to have the skill pick up the next pending step automatically.