Agile Start Story

Table of Contents

When to use this skill

Picking up a brand-new unit of work: story, first task, and feature branch in one step. For an existing story or task, use agile-start-task.

How to use this skill

  1. Fetch and scaffold — creates the branch from origin/main, the story, and a linked first task:

    ./projects/ores.compass/compass.sh story new --slug <slug> --title "<title>" --description "<desc>" --tags "<tags>" --task "<first task title>"
    
  1. Clock on to the first task:

    ./projects/ores.compass/compass.sh task start <task-slug>
    
  1. Complete the prose and wire the sprint table, then commit and open the PR per the runbook.

Recipes

Reference

Emacs 29.1 (Org mode 9.6.6)