← ClaudeAtlas

forge-build-prolisted

Run Stage 6 of the Forge pipeline -- Implementation -- via the Builder Pro Execution Orchestrator: scripts/build_executor.py handles context resolution, gate execution, commit, progress write, and traceability update; agents/builder-pro.md handles code and test generation. Use when the user says /forge:build-pro, wants "pro" or orchestrated implementation, or explicitly asks for the deterministic-engine builder pipeline. Requires Stage 1-5. Does not replace or modify /forge:build -- both coexist; use /forge:build for the original single-persona flow.
tonmoy007/forge-plugins · ★ 1 · AI & Automation · score 72
Install: claude install-skill tonmoy007/forge-plugins
# /forge:build-pro — Implementation (Pro) ## Aliases - `/forge:build-pro` ## Purpose This skill orchestrates Stage 6 — Implementation — through Builder Pro's script/agent split: `scripts/build_executor.py` performs every mechanical step (context resolve, gate, commit, progress write, traceability update, build-log), and `agents/builder-pro.md` performs the one generative step (code + tests). This skill's own job is narrow: resolve the current task, invoke the script, invoke the agent, invoke the script again to close out the attempt, and drive state advancement/narration. This skill does not itself resolve context, write code, or run quality gates. `scripts/build_executor.py` and `agents/builder-pro.md` are the sole authorities for their own slices of Stage 6 — do not duplicate or reinterpret their logic here. **This skill never touches `skills/forge-build/SKILL.md` or `agents/builder.md`.** Those remain the original, unmodified single-persona flow for `/forge:build`. The two tiers coexist — same pattern as every other stage's Pro variant (`forge-plan-pro`, `forge-spec-pro`, `forge-arch-pro`, `forge-product-pro`, `forge-sprint-pro`, `forge-srs-pro`). ## Stage Ownership | Component | Owns | |---|---| | This skill | Stage orchestration, current-task resolution, state advancement, narration | | `scripts/build_executor.py` | Context resolve, gate execution, commit, progress write, traceability update, `build-log.jsonl`, resume, batch delegation | | `agents/builder-pro.md`