Agile Add Story
Table of Contents
When to use this skill
Creating a story without picking it up — backlog refinement, sprint planning, capturing scoped future work. Docs only: no branch, no journal. To start working on it immediately, use the start skills instead.
How to use this skill
Scaffold the story into the current sprint (or
--parent-dirfor the backlog):./projects/ores.compass/compass.sh add story --slug <slug> --title "<title>" --description "<desc>" --tags "<tags>"
- Fill the prose:
* Goal,* Acceptance,* Out of scope. Use the real generated:ID:values, never placeholders. - Wire the sprint table: add a row under the right epic heading in the sprint's
* Storiessection. - Commit per commit conventions with an
[agile]prefix.
Reference
- Clean up the compass work lifecycle — why add and start are separate actions.
- Start work on a new story — the full scaffold-to-PR runbook.