stephenleostephenleoCommunityยท1 Agent Skills Included

bmad-autonomous-development

Autonomous parallel sprint pipelines from backlog to merged PRs

Runs entire sprints autonomously by building a dependency graph from your backlog and executing each story through create, test, develop, review, and PR steps. Eliminates manual story handoffs, merge conflicts, and CI babysitting by isolating every story in its own git worktree with dedicated subagents. Loops through batches in parallel, auto-merges pull requests, and keeps working until the full sprint plan is complete.
npx skills add stephenleo/bmad-autonomous-development --all -g -y

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install bmad-autonomous-development?โ–ผ

Run `npx skills add stephenleo/bmad-autonomous-development --all -g -y` in your terminal, then run /bad setup inside your project to configure it.

What does BAD automate in a sprint?โ–ผ

It runs each backlog story through a 7-step pipeline: story creation, acceptance tests, implementation, test review, code review, PR with CI monitoring, and PR review, all without manual intervention.

Does BAD require the BMad Method?โ–ผ

Yes. You need the BMad Method installed in your project plus a sprint plan with epics, stories, and a sprint-status.yaml file before BAD can take over execution.

Can BAD run multiple stories at the same time?โ–ผ

Yes. It runs up to MAX_PARALLEL_STORIES stories simultaneously, each in its own isolated git worktree, while respecting epic ordering and story dependencies.

Which coding harnesses work with BAD?โ–ผ

BAD is harness-agnostic and auto-detects Claude Code, Cursor, GitHub Copilot, Codex, Gemini, Windsurf, and Cline during setup, adjusting models and rate limits accordingly.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’