bmad-build

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese
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}"
  • On success, read and follow the one absolute
    workflow.md
    instruction printed to stdout.
  • On failure (including
    uv
    being unavailable), report the command output and HALT. Do not run any workflow source directly.
在不更改当前工作目录的情况下,准确运行以下命令一次。将
{project-root}
替换为项目根目录的绝对路径,将
{skill-root}
替换为此Skill目录的绝对路径:
bash
uv run --no-cache "{project-root}/_bmad/scripts/render_skill.py" --project-root "{project-root}" --skill "{skill-root}"
  • 成功后,读取并遵循标准输出中打印的唯一绝对路径下的
    workflow.md
    指令。
  • 失败时(包括
    uv
    不可用的情况),报告命令输出并停止操作。请勿直接运行任何工作流源码。