Agile Find Bearings
Table of Contents
When to use this skill
At the start of a session, or whenever the user asks to "init the session", "find your bearings", or orient yourself in the repository.
How to use this skill
- Use compass for all your operations. Reach for
compass(search, list, show, where, story, task, sprint, capture, journal, pr, review, …) before falling back to Unix tools or rawgh=/=gitinvocations. If compass cannot do something you need, make the limitation clear to the user — gaps in compass are captures, not workarounds. To find information about any compass command, search the recipes — never guess flags from
--helpalone:./compass.sh search "<term>" ./compass.sh list --type recipe --tag compassFind your bearings:
./compass.sh bearings
- Report back: provide the user a summary of the bearings — where we are (branch, story, task, PR and its state), whether the environment is up, and anything unusual (stale branch, merged PR, drifted worktree) — and suggest the next action.
Recipes
Reference
- ores.compass — the compass tool's component model.