This is a full sprint automation system that runs your backlog through parallel development pipelines. It builds a dependency graph from your stories, spins up isolated git worktrees for each one, and runs them through a seven-step pipeline from story creation to PR merge using disposable subagents with fresh context windows. The coordinator delegates everything to subagents and never touches files directly. You get configurable batch sizes, auto-merge options, separate models for code review versus standard work, and timers that trigger retrospectives or continuation checks. It's ambitious in scope and assumes you trust the automation enough to let it manage branches, PRs, and merges without babysitting each step. Best suited for teams with solid test coverage and clear story definitions.
npx skills add https://github.com/stephenleo/bmad-autonomous-development --skill bad