sdlc:checkpoint
SKILL.md
Checkpoint
Save current work in progress to remote. Creates a commit and pushes but does NOT create a PR.
Workflow
- Verify branch state - Must be on a feature branch, not main
- Check for changes - Confirm there is something to commit
- Commit and push - Stage, commit, and push to remote
Step 1: Verify Branch State
Follow Branch Verification.
If CURRENT_BRANCH equals BASE_BRANCH, stop with error: "Cannot checkpoint on default branch. Create a feature branch first."