Orchestration spine and "what do I do next?" router for the BMAD Planning & Orchestrator plugin. Detects current planning state by scanning the output folder for which artifacts exist (project-context.md, decision-log.md, product-brief, prd/tech-spec, architecture, ux, epics, stories), infers the current phase and track, then recommends the next BMAD skill to run — skipping optional phases (Analysis is always optional; UX only when there is a UI). Use when the user asks "what's next", "what do I do next", "where am I", "what's my status", "continue", "resume planning", "which skill should I run", "what BMAD step is next", or types "/bmad-help" / "/status". Auto-invoke at the start of any BMAD planning session to orient. This skill ROUTES only — it never writes planning documents itself.
$npx -y skills add aj-geddes/claude-code-bmad-skills --skill bmad-helpInstalls into the current project.
Run `npx skills use "https://github.com/aj-geddes/claude-code-bmad-skills" --skill "aj-geddes/claude-code-bmad-skills/bmad-help"` 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/aj-geddes/claude-code-bmad-skills" that are relevant to the current task. Run `npx skills add "https://github.com/aj-geddes/claude-code-bmad-skills"` and select the relevant skills, then follow their instructions.