Skip to main content

bmad-build-auto

One iteration of an unattended development loop. Use when invoked by name

설치로 이동

소스 정보

저장소
bmad-code-org/BMAD-METHOD
최근 소스 활동
2026년 9월 12일 17:23
감지된 SKILL.md 언어
영어
스타
53,096
포크
5,998

설치 방법

기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.

소스 파일 검토

설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.

파일 탐색기
14 개 파일

SKILL.md 표시 중

SKILL.md
소스 지침 · 읽기 전용 미리보기
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: ```bash uv run --no-cache "{project-root}/_bmad/scripts/render_skill.py" --project-root "{project-root}" --skill "{skill-root}" ``` - When the invocation names a route (`oneshot` or `full`), append `--set workflow.route=<value>` to the command. - When the invocation names a review selection (`none`, `quick`, or `thorough`; "skip review" or "no review" mean `none`), append `--set workflow.review=<value>` to the command. - On success, read and follow the one absolute `workflow.md` instruction printed to stdout. - If `{project-root}/_bmad/scripts/render_skill.py` is not found, this BMad installation is not set up yet: read the installed `bmad` skill's SKILL.md (a sibling of this skill's directory) and follow its setup flow, then run the command above once more. - On any other failure (including `uv` being unavailable), report the command output and HALT. Do not run any workflow source directly.
GitHub에서 보기