Agent Skills
› bmad-code-org/BMAD-METHOD
› bmad-build-auto
bmad-build-auto
GitHub执行无头开发循环的一次迭代,通过调用脚本渲染技能并获取工作流指令。成功则执行输出中的workflow.md,失败则报告错误并停止。
Trigger Scenarios
需要自动执行开发迭代时
由名称调用的自动化流程中
Install
npx skills add bmad-code-org/BMAD-METHOD --skill bmad-build-auto -g -y
SKILL.md
Frontmatter
{
"name": "bmad-build-auto",
"description": "One iteration of an unattended development loop. Use when invoked by name"
}
Run the following command exactly once without changing the current working directory. Replace {project-root} with the absolute path to the project root and {skill-root} with the absolute path to this skill's directory:
uv run --no-cache "{project-root}/_bmad/scripts/render_skill.py" --project-root "{project-root}" --skill "{skill-root}"
- On success, read and follow the one absolute
workflow.mdinstruction printed to stdout. - On failure (including
uvbeing unavailable), report the command output and HALT. Do not run any workflow source directly.
Version History
- 67d876f Current 2026-08-20 10:27


