Discovery for an autonomous loop — find this turn's work instead of being handed it. Reads what changed since the last run (failed CI, new issues, merged commits), judges what's actually worth acting on, writes findings to a durable state file, and hands each off to the SDLC loop with a stop-condition. Use as the first move of a scheduled loop, or by hand to plan a session. Read-only on code; never edits, opens PRs, or merges.
$npx -y skills add dshakes/compass --skill morning-triageInstalls into the current project.
Run `npx skills use "https://github.com/dshakes/compass" --skill "dshakes/compass/morning-triage"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/dshakes/compass" that are relevant to the current task. Run `npx skills add "https://github.com/dshakes/compass"` and select the relevant skills, then follow their instructions.