State-aware "what's next" recommender. Reads what just happened (the session handoff pointer, the newest outputs/ files, recent git commits, active business threads) plus the skill-relationship catalog, then names the logical next step(s) and the exact slash-command to run -- "you finished X, the next step is Y, run /Y." Read-only: it recommends commands, it never runs them. Use when the user says "what's next", "what should I do now", "where were we", "logical next step", "recommend next", or hits a mid-session lull. Do NOT use for: full context load at session start (that is /prime), function-health diagnosis (/state-check), the daily morning briefing (/dashboard), or the end-of-week review (/weekly-review).
$npx -y skills add mishahanin/heading-os --skill nextInstalls into the current project.
Run `npx skills use "https://github.com/mishahanin/heading-os" --skill "mishahanin/heading-os/next"` 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/mishahanin/heading-os" that are relevant to the current task. Run `npx skills add "https://github.com/mishahanin/heading-os"` and select the relevant skills, then follow their instructions.