decision-log
Installation
SKILL.md
Decision Log - Pre-Commit Workflow
CRITICAL: ALWAYS Execute This Workflow Before Any Commit
This skill is mandatory when user mentions commit. Do NOT skip to git commit directly.
Workflow (Execute in Order)
Step 1: STOP - Do Not Commit Yet
When user says "commit" or "git commit":
- DO NOT execute
git commitimmediately - User wants a commit, but you must generate decision log FIRST
Exception: If user explicitly says "skip decision log" or "commit without log":
- Respect their choice and proceed directly to git commit
- Skip Steps 2-6 entirely