A phase gate skill that pulls GitHub issue context, detects whether you're fixing a bug or building a feature, scans your ADR directory for relevant decisions, and routes you to either immediate implementation or design planning based on a one-sentence rule. It checks for interrupted work via `.branch-context.md` and suggests branch names with the right prefix. The auto-routing is smart: if the entire diff can be described in one sentence, you skip straight to coding. Otherwise, you plan first. Good for teams that actually use ADRs and want consistent branch naming without thinking about it. Works offline if you feed it a manual description instead of a GitHub issue number.
npx skills add https://github.com/camacho/ai-skills --skill orient