Agile Add Task
Table of Contents
When to use this skill
Adding a task to an existing story without picking it up — docs only, no branch side effects.
How to use this skill
Scaffold the task into the story's directory:
./projects/ores.compass/compass.sh add task --slug <slug> --parent-dir <story-dir> --title "<title>" --description "<desc>"
The story's
* Taskstable row is wired automatically.- Fill the prose:
* Goaland* Acceptance— never leave template placeholders on a wired task. - Commit per commit conventions.