From bmad-automation
Orchestrator skill for the BMAD Agent Development Automator. Routes the four slash commands (run, status, resume, init) through the orchestrator workflow. Use when the user types `/bmad-automation run <story-id>`, `/bmad-automation run --epic <epic-id>` (epic-level sequential dispatch), `/bmad-automation run --sprint <sprint-id>` (sprint-level sequential dispatch over epics + unassigned stories; at sprint close writes a structured `_bmad-output/sprints/sprint-status-artifact-<sprint-id>.md` — the objective input for the user-run `/retrospective`, NOT a retrospective itself), `/bmad-automation status [story-id]`, `/bmad-automation resume [story-id]`, or `/bmad-automation init`.
How this skill is triggered — by the user, by Claude, or both
Slash command
/bmad-automation:bmad-automationThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Follow the instructions in ./workflow.md.
Follow the instructions in ./workflow.md.
Provides behavioral guidelines to reduce common LLM coding mistakes, focusing on simplicity, surgical changes, assumption surfacing, and verifiable success criteria.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub relevant-s/bmad-autopilot --plugin bmad-automation