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
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>"
Clock on to the first task:
./projects/ores.compass/compass.sh task start <task-slug>
- Complete the prose and wire the sprint table, then commit and open the PR per the runbook.
Reference
- Start work on a new story — the complete procedure.
- Clean up the compass work lifecycle