sdd-forge.flow-resume

Reconstruct SDD flow state from flow.json and draft.md after context compaction.

2|Updated Mar 1, 2026
One-click install
npx skills add https://github.com/SpreadWorks/sdd-forge --skill sdd-forge-flow-resume
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sdd-forge.flow-resume
Source: https://github.com/SpreadWorks/sdd-forge/tree/main/src/templates/skills/sdd-forge.flow-resume
Command: npx skills add https://github.com/SpreadWorks/sdd-forge --skill sdd-forge-flow-resume

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Resumes an SDD flow after context compaction, producing a concise context summary and directing the user to the appropriate continuation skill.

Core Features & Use Cases

  • Read the saved flow state (flow.json) and reconstruct the current activity.
  • Display a concise resume that includes the Request, current progress (phase, step, completed steps), and key notes or decisions.
  • Route the user to the correct next skill based on the active phase (plan, impl, finalize, sync).
  • Example: If the flow was paused after planning due to context loss, resume shows the plan summary and instructs to start the implementation flow.

Quick Start

Run sdd-forge flow resume to restore your in-progress flow and view the resume summary.

Frequently Asked Questions about sdd-forge.flow-resume

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

FAQPage Schema
How do I resume an SDD workflow after context compaction?

To resume an SDD workflow after context compaction, run the flow resume command to read flow.json and draft.md, reconstruct the current work state, and display a concise summary of your active phase and progress.

What is an SDD flow resume and when do I need it?

An SDD flow resume is the process of reloading saved snapshots like flow.json after context loss or compaction. You need it to reconstruct your current work state and identify the active phase without losing prior decisions.

How do I restore a paused SDD plan and continue implementation?

To restore a paused SDD plan, read the flow state file to identify the active phase and completed steps. The resume summary presents your plan details and routes you to the correct implementation continuation skill.

Can I recover my workflow state if context collapses during the finalize phase?

Yes, you can recover your workflow state if context collapses during the finalize phase. The resume process reads saved snapshots, identifies the finalize phase as active, and routes you to the appropriate continuation skill.

Does flow resume work across all SDD phases including sync?

Flow resume works across all SDD phases including plan, impl, finalize, and sync. It reads the saved flow state to identify which specific phase is active and routes you to the matching continuation skill.