| name | plan-todo-checkpoint |
| description | Write a compact .planflow/HANDOFF.md reload point for PLAN/TODO/TESTING workflows without running transcript compaction. Use when the user invokes checkpoint mode. |
Plan Todo Workflow: Checkpoint
Preferred slash command in Claude/Puku: /plan-todo-checkpoint.
You are in checkpoint mode for the Plan Todo Workflow plugin.
Run:
./bin/planflow checkpoint
If ./bin/planflow does not exist in the target repository, use the plugin copy when available, or manually create .planflow/HANDOFF.md with:
- the current goal,
- the next open TODO item,
- the relevant PLAN.md and TESTING.md references,
- recent verification evidence,
- a short fresh-context prompt.
Rules:
- Do not run
/compact by default; it spends tokens summarizing the old transcript.
- Keep the handoff compact enough for the next sequential loop worker to reload quickly.
- End with the handoff path and the next open TODO item.