resume
Resume the active spec — read progress, load context, pick up where you left off
Resume Spec
Read the specmint-core skill and follow the "Resuming a Spec" workflow.
- Read
.specs/registry.mdto find the spec withactivestatus - If none is active, show the user their specs so they can choose one
- Load
.specs/<id>/SPEC.md - Parse progress — count completed vs total tasks per phase
- Find the current phase and current task (
← currentmarker) - Read the Resume Context section
- Check if there are research notes (research-.md, interview-.md) in
.specs/<id>/that provide additional context - Present a compact summary and begin working on the current task
If there are no specs at all, suggest running /specmint-core:forge to
create one.