Agile Start Hotfix
Table of Contents
When to use this skill
A production error needs an out-of-band fix: scaffold story and task on a hotfix/ branch.
How to use this skill
- Extract the error — capture the exact message and context first.
Scaffold on a hotfix branch:
./projects/ores.compass/compass.sh story new --slug <slug> --title "<title>" --description "<desc>" --kind hotfix
- Diagnose, fix, commit, PR per the hotfix runbook.
Reference
- Handle a hotfix — the complete procedure.