跳到主要内容
知仓学习社ZHICANG

orch-build-mvp

Orchestrate bootstrapping a working MVP from a design or spec document — ingest the doc, plan thin vertical slices, scaffold the first end-to-end sl…

不碰外部(只输出文字)无严重或高危命中affaan-m/ECC

它会碰到什么

扫了多少1 个文本文件,2 KB
它会碰到什么不碰外部(只输出文字)
命中总数0 处
命中统计严重 0 · 高 0 · 中 0 · 低 0

这一栏是扫描器报的事实,不是结论。命中多不等于有毒(安全工具、规则库、示例脚本本来就会包含危险写法),命中少也不等于干净。它和你手上的凭据、文件、网络有什么关系,需要你自己看。

技能内容

orch-build-mvp

Actor · action · target: orch · build · mvp. Thin wrapper over the shared

engine in [orch-pipeline](../orch-pipeline/SKILL.md).

When to Use

  • The user has a design / spec document (SDD, PRD, system_design) and wants a

working vertical slice bootstrapped from it.

  • Takes a doc path as its argument, e.g. civicpulse/docs/SDD-v0.6.md.

Operation settings

  • Default size floor: large — this is the full pipeline including Scaffold.
  • Phase mask: 0 (read the spec) → 1 → 2 (heavy) → 3 (scaffold) → 4 → 5 → 6.
  • First move (phase 0 → 2): read the doc; extract scope, locked decisions,

and the feature list; order it into thin vertical slices (one end-to-end

path first, not all-models-then-all-views). Phase 3 stands up that first slice.

How It Works

  1. Run the orch-pipeline engine with the settings above.
  2. Reuse the existing GAN harness instead of hand-rolling an iterate loop:
  • Translate the SDD into gan-harness/spec.md + gan-harness/eval-rubric.md

(this stands in for what gan-planner would generate — you already have the spec).

  • Drive the build with /gan-build "<one-line brief>" --skip-planner

(defaults: --max-iterations 15, --pass-threshold 7.0,

--eval-mode playwright; use --eval-mode code-only for non-UI slices).

  • That command runs the gan-generatorgan-evaluator loop and writes

gan-harness/feedback/feedback-NNN.md until the score passes or plateaus.

  1. Stop at Gate 1 (slice plan) and Gate 2 (pre-commit). Commit the

scaffold and each slice as separate feat: commits.

  1. Add security-reviewer for any slice touching a security trigger.

Example

orch-build-mvp: civicpulse/docs/SDD-v0.6.md
→ read SDD → slice list (vertical) → scaffold slice 1  [GATE 1: approve]
→ /gan-build --skip-planner (generator → evaluator loop) scores vs spec → review
→ commit feat:  [GATE 2: confirm] → next slice

想直接用这个技能?

本站把开放许可(MIT / Apache 等)的技能按仓库打包整理到网盘,点一下转存到你自己的网盘,不用一个个从 GitHub 拉。许可未声明的技能只给原始仓库链接,不打包。