cancel
Gracefully stop active autonomous workflow, preserve progress, and produce a resume-ready handoff.
Purpose
Use this skill to halt autonomous or batch modes without losing work context.
Trigger
- User requests stop/cancel/pause
- Current loop should be interrupted safely
- Team needs checkpoint handoff
Workflow
- Detect active mode and current stage.
- Summarize completed work and in-flight work.
- Capture remaining TODOs and blockers.
- Produce a minimal resume plan.
- Update checkpoint state when possible.
Output Template
## Lifecycle
- status: stopped
- mode:
- stage:
## Progress
- completed:
- in-flight:
- open:
## Resume
1. ...
2. ...