mirror of
https://github.com/stephenleo/bmad-autonomous-development.git
synced 2026-04-25 20:34:55 +02:00
adding image
This commit is contained in:
@@ -2,6 +2,8 @@
|
||||
|
||||
> 🤖 Autonomous development orchestrator for the BMad Method. Runs fully autonomous parallel multi-agent pipelines through the full story lifecycle (create → dev → review → PR) driven by your sprint backlog and dependency graph.
|
||||
|
||||
<img src="docs/bad-overview.png" alt="BAD Overview" width="800"/>
|
||||
|
||||
## What It Does
|
||||
|
||||
BAD is a [BMad Method](https://docs.bmad-method.org/) module that automates your entire sprint execution. A lightweight coordinator orchestrates the pipeline — it never reads files or writes code itself. **Every unit of work is delegated to a dedicated subagent with a fresh context window**, keeping each agent fully focused on its single task.
|
||||
|
||||
BIN
docs/bad-overview.png
Normal file
BIN
docs/bad-overview.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.1 MiB |
@@ -2,6 +2,8 @@
|
||||
|
||||
> 🤖 Autonomous development orchestrator for the BMad Method. Runs fully autonomous parallel multi-agent pipelines through the full story lifecycle (create → dev → review → PR) driven by your sprint backlog and dependency graph.
|
||||
|
||||
<img src="docs/bad-overview.png" alt="BAD Overview" width="800"/>
|
||||
|
||||
## Overview
|
||||
|
||||
BAD is a [BMad Method](https://docs.bmad-method.org/) module that automates your entire sprint execution. A lightweight coordinator orchestrates the pipeline — it never reads files or writes code itself. **Every unit of work is delegated to a dedicated subagent with a fresh context window**, keeping each agent fully focused on its single task.
|
||||
|
||||
Reference in New Issue
Block a user