Orchestrate bootstrapping a working MVP from a design/spec doc — ingest, slice, scaffold, TDD, review, gated commit (reuses the GAN harness). Wrapper for the or
复制下面这句话,粘贴给 Claude Code、Codex、Cursor 等 AI 编程工具,它会读取安装说明并在你确认后完成安装。
请阅读 https://ai.atlankj.com/install/asset/gh-ecc-97a4cc947238 ,按照其中的说明把「orch-build-mvp」安装到你(当前 AI 工具)中。执行前先告诉我将运行的命令和写入的位置,等我确认。
查看 AI 将读取的安装说明正在读取 GitHub 原文…
内容来自 GitHub 原始文件,由原作者维护。在 GitHub 查看
Manually launch the orch-build-mvp orchestrator: turn an SDD/PRD/system-design document into a running vertical slice.
/orch-build-mvp <path to design/spec doc>
Examples:
/orch-build-mvp civicpulse/docs/SDD-v0.6.md
Invoke the orch-build-mvp skill with $ARGUMENTS as the doc path. The skill
(via the shared orch-pipeline engine, full pipeline incl. Scaffold) will:
gan-harness/spec.md +
eval-rubric.md, then drive /gan-build "<brief>" --skip-planner
(generator → evaluator loop) until the score passes or plateaus.code-reviewer (+ security-reviewer on any security-trigger slice), then
commit the scaffold and each slice as separate feat: commits. → GATE 2.If $ARGUMENTS is empty, ask the user for the path to the design/spec doc.