bmad-build
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseRun the following command exactly once without changing the current working directory. Replace with the absolute path to the project root and with the absolute path to this skill's directory:
{project-root}{skill-root}bash
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 instruction printed to stdout.
workflow.md - On failure (including being unavailable), report the command output and HALT. Do not run any workflow source directly.
uv
在不更改当前工作目录的情况下,准确运行以下命令一次。将替换为项目根目录的绝对路径,将替换为此Skill目录的绝对路径:
{project-root}{skill-root}bash
uv run --no-cache "{project-root}/_bmad/scripts/render_skill.py" --project-root "{project-root}" --skill "{skill-root}"- 成功后,读取并遵循标准输出中打印的唯一绝对路径下的指令。
workflow.md - 失败时(包括不可用的情况),报告命令输出并停止操作。请勿直接运行任何工作流源码。
uv