docs: retitle dev auto integration reference (#2521)

This commit is contained in:
Alex Verkhovsky
2026-06-27 08:25:20 -07:00
committed by GitHub
parent 60b15dc772
commit 6cbada8689
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -1,11 +1,11 @@
---
title: Dev Auto Integration
description: Orchestrator-facing contract for bmad-dev-auto inputs, outputs, runtime requirements, and terminal states.
title: Autonomous Development Loops
description: Reference for running unattended BMad development loops with bmad-dev-auto as the single-iteration worker.
sidebar:
order: 7
---
`bmad-dev-auto` is like [Quick Dev](../explanation/quick-dev.md), but designed to keep moving without human interaction. You can use it in an interactive session, but its main purpose is to be used in unattended development loops.
To use BMad in an autonomous development loop, use the `bmad-dev-auto` skill. It is like [Quick Dev](../explanation/quick-dev.md), but designed to keep moving without human interaction. You can use it in an interactive session, but its main purpose is to be used by an orchestrator.
## What It Does
+1 -1
View File
@@ -95,7 +95,7 @@ Skip phases 1-3 for small, well-understood work.
| `bmad-quick-dev` | Unified quick flow — clarify intent, plan, implement, review, and present | `spec-*.md` + code |
| `bmad-dev-auto` | Runs one unattended development-loop iteration — small intent in, code out | `spec-*.md` + code |
For the orchestrator-facing contract for `bmad-dev-auto`, see [Dev Auto Integration](./dev-auto.md).
For the reference on unattended development loops with `bmad-dev-auto`, see [Autonomous Development Loops](./dev-auto.md).
## Context Management