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

  1. Fetch and branch:

    git fetch origin main && git checkout -b <kind>/<slug> origin/main
    
  1. If the work becomes real, retrofit a task with compass-doc-add and wire the branch with compass task start <slug> --branch <branch>.

3. Recipes

4. Reference

Emacs 29.3 (Org mode 9.6.15)