Create and execute git commit plans from YAML files - use when organizing changes into logical commits or when user wants help structuring their git history
NEVER execute commits without explicit user authorization.
This skill is for:
If in doubt, ask the user before any git-modifying operation.
Use this skill when the user needs to:
Instead of committing changes ad-hoc, create a YAML plan that:
Plans are YAML files. Naming convention: YYYY-MM-DD-description.yaml
# Commit plan: Feature X
# Date: 2024-12-01