Code Start Branch

Table of Contents

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 agile-start-task instead — branches should normally trace to tasks.

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 agile-add-task and wire the branch with compass task start <slug> --branch <branch>.

Recipes

Reference

Emacs 29.1 (Org mode 9.6.6)