resume
Installation
SKILL.md
/specforge:resume — pick up where you left off
Reconstruct context from the on-disk state (which survives context compaction) and continue the lifecycle at the first unfinished step.
Steps
- Read
specforge/state.md: get theactivefeature and the stage approval table. - Determine the earliest incomplete step for the active feature, in lifecycle order:
constitution → specify → clarify → plan → tasks → analyze → implement.- A stage that needs human approval (
specify,plan) but is onlydone(notapproved) is the next action → prompt for/specforge:approve <stage>. - If
implementis in progress, open the active feature'stasks.mdand continue at the first unchecked[ ]task.
- A stage that needs human approval (
- Briefly re-summarize the feature (from
spec.md) so the user has context again. - State the single next action and offer to take it (e.g. "Next: continue implementation at T024 — shall I proceed?").