forge-build-prolisted
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`