| name | project-checkpoint |
| description | Use when capturing or checking a repository workflow checkpoint before a risky change, after a milestone, or during a design-to-implementation handoff. |
Project Checkpoint
This skill replaces the operational role of Claude's /checkpoint command.
Use This Skill For
- Recording a named project checkpoint.
- Comparing current state against a previous checkpoint.
- Creating a handoff marker between workflow phases.
Required References
./.claude/commands/checkpoint.md
Workflow
- Capture git state and the relevant workflow context.
- Record the checkpoint in a repository-local log if the user wants persistence.
- When verifying, compare current state against the recorded baseline.
Boundaries
- Avoid destructive git operations.
- Keep checkpoint notes short and factual.