What problem does it solve?
Projects are frequently interrupted and contributors lose critical in-memory context, checkpoints, and the precise next action to continue work; this Skill restores that context so work can continue without manual reconstruction. It addresses missing or outdated STATE.md files by attempting safe reconstruction, detects checkpoint markers (.continue-here), and flags incomplete work patterns like PLAN entries without SUMMARY so nothing is accidentally skipped.
Core Features & Use Cases
- STATE.md loading & reconstruction: Load an existing STATE.md or rebuild a best-effort project state when it is absent.
- Checkpoint detection: Find .continue-here files and visualize where previous sessions paused.
- Incomplete-work detection: Identify PLAN entries without SUMMARY and surface incomplete tasks for review.
- Context-aware routing: Inspect CONTEXT.md and route to planning, discussion, or direct execution as appropriate.
- Session continuity: Update session state and offer the next actionable command to resume work seamlessly.
- Use Case: A developer returns to a paused feature branch; the Skill reconstructs the session state, highlights the last checkpoint, and proposes the next task to execute.
Quick Start
Use the gsd-resume-work skill to load or reconstruct STATE.md, detect checkpoints, present the current status, and propose the next actionable step for the project session.