savepoint-branching
Installation
SKILL.md
Savepoint Branching
Create reproducible savepoint branches from current commit state.
Naming Convention
- Required format:
savepoint-<number>-<descriptor>. - Normalize user-provided names to lowercase hyphen-case.
- Remove invalid git ref characters and spaces.
- Example:
- User request:
savepoint 1 - app planning complete for phase 1 - Branch name:
savepoint-1-app-planning-complete-for-phase-1