resume

Restore interrupted implementation plans by reconstructing task progress and git state.

4|2|Updated Apr 1, 2026
One-click install
npx skills add https://github.com/anderson-0/mighty-powers --skill resume-anderson-0
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: resume
Source: https://github.com/anderson-0/mighty-powers/tree/main/skills/resume
Command: npx skills add https://github.com/anderson-0/mighty-powers --skill resume-anderson-0

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps recover interrupted implementation work by reconstructing plan state, task progress, and execution context after sessions stop unexpectedly.

Core Features & Use Cases

  • Plan Recovery: Detects or opens in-progress implementation plans and restores their current wave and task status.
  • Context Reconstruction: Reads plan files, task specifications, status records, and git state to rebuild the working context needed to continue.
  • Use Case: Resume a feature implementation after an IDE crash by identifying completed work, checking changes, and continuing from the first unfinished task.

Quick Start

Ask the resume skill to continue the interrupted implementation plan in the current project.

Frequently Asked Questions about resume

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

FAQPage Schema
How do I resume an interrupted software development plan after a crash?

To resume an interrupted software development plan, this Skill restores execution state by reading plan files, task specifications, and status records. It identifies completed work and safely continues execution from the first unfinished task.

What is plan recovery for multi-step engineering tasks?

Plan recovery for multi-step engineering tasks is the process of detecting in-progress implementation plans and restoring their current wave and task status. It rebuilds the working context needed to safely continue execution after unexpected session stops.

How does git state inspection help with plan recovery?

Git state inspection helps with plan recovery by checking repository changes to identify completed work. This allows the Skill to accurately reconstruct task progress and determine where to safely resume the interrupted implementation.

Can I continue incomplete feature work from a plan folder?

Yes, you can continue incomplete feature work from a plan folder. The Skill opens in-progress implementation plans, reads task specifications, and restores execution state to continue execution from the first unfinished task.

Does this plan recovery approach work without prior task tracking?

No, this plan recovery approach requires prior task tracking and status records to function. It relies on existing plan files, task specifications, and status tracking data to reconstruct execution context and safely continue execution.