Code Start Branch
Table of Contents
1. When to use this skill
Out-of-band work with no task attached: experiments, throwaway spikes, one-off fixes that will not be tracked. Everything task-shaped goes through compass-agile-start-task instead — branches should normally trace to tasks.
2. How to use this skill
Fetch and branch:
git fetch origin main && git checkout -b <kind>/<slug> origin/main
- If the work becomes real, retrofit a task with
compass-doc-addand wire the branch withcompass task start <slug> --branch <branch>.
3. Recipes
- How do I start a new feature branch phase? — branching off a fresh main.
4. Reference
- Clean up the compass work lifecycle — the traceability invariant this escape hatch bends.