task-resume

Resume multi-step project workflows by reading progression.md and validating the next pending step.

Updated Apr 1, 2026
One-click install
npx skills add https://github.com/FoxSilou/ConfigurationClaude --skill task-resume
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: task-resume
Source: https://github.com/FoxSilou/ConfigurationClaude/tree/main/.claude/skills/task-resume
Command: npx skills add https://github.com/FoxSilou/ConfigurationClaude --skill task-resume

SYSTEM DOCUMENTATION & REQUIREMENTS

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.

Frequently Asked Questions about task-resume

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I resume a multi-step software engineering task after an AI context reset?

To resume a multi-step task after an AI context reset, invoke the task-resume command. It reads your project's progression.md file, identifies the next pending step, and presents the command for confirmation before execution.

What is a progression.md file and how does it track workflow validation?

A progression.md file is a markdown table tracking scaffold, feature implementation, and bug-fix steps. It enforces workflow validation by checking status, naming conventions, and prerequisite dependencies before delegating the next command.

How do I automatically continue a project workflow when the AI context is cleared?

To automatically continue a project workflow when the AI context is cleared, simply say "continue". The skill loads the progression file, validates prerequisite modes and front-back dependencies, and prepares the pending step.

Can I use task-resume with multiple progression files in a single project?

Yes, when multiple candidate progression files exist, the skill handles them by prompting the user to select the correct one. It then parses the chosen sequence table to validate and resume the appropriate workflow step.

Does task-resume update the progression table after completing a step?

Yes, task-resume updates the progression table after successful command execution. It records the new step status and appends a concise report to ensure the workflow state remains accurate for future context resets.

What happens if a pending step fails prerequisite checks or naming conventions?

If a pending step fails prerequisite checks or naming conventions, the skill enforces validation and prevents execution. It ensures all front-back dependencies and mode requirements are met before allowing the command to proceed.