.opencode/commands/checkpoint.md
Save current verification state and create progress checkpoint: $ARGUMENTS
Create a snapshot of current progress including:
Tests
Build
Changes Since Last Checkpoint
git diff --stat [last-checkpoint-commit]
Completed Tasks
Blocking Issues
Next Steps
Checkpoints integrate with the verification loop:
/plan → implement → /checkpoint → /verify → /checkpoint → implement → ...
Use checkpoints to:
TIP: Create checkpoints at natural breakpoints: after each phase, before major refactoring, after fixing critical bugs.