checkpoint-commit
/checkpoint-commit
Creates a governance checkpoint commit to preserve work-in-progress state. Analyzes all repository changes, validates .gitignore, and creates a properly formatted commit linked to a Change Request.
Usage: /checkpoint-commit [CR-XXXX] [summary]
Both arguments are optional. The command will auto-detect the CR ID and generate a summary if not provided.
Workflow
Follow these steps in order.
Step 1: Context Detection
Determine the CR identifier:
More from desek/governance
governance
Creates Architecture Decision Records (ADRs) and Change Requests (CRs) for project governance. Activates on keywords like "ADR", "architecture decision", "CR", "change request", "governance", "technical decision", or "requirement change". Use for documenting technology choices, architectural patterns, or scope modifications.
60checkpoint-read
Slash command that reads checkpoint commit history to recover context for new sessions. Queries Git history for checkpoint commits and summarizes what was implemented, what remains, and decisions captured.
29