← ClaudeAtlas

forge-arch-prolisted

Run Stage 3 of the Forge SDLC pipeline — Enterprise Architecture (Pro tier). Transforms approved requirements and product design artifacts into a deterministic, implementation-independent architecture specification. Produces the canonical architecture artifacts consumed by Stage 4 (Technical Specification). Invokes the System Architect Pro persona.
tonmoy007/forge-plugins · ★ 1 · Data & Documents · score 72
Install: claude install-skill tonmoy007/forge-plugins
# /forge:arch-pro ## Aliases - `/forge:arch-pro` - `/forge:architecture-pro` ## Purpose This skill orchestrates Stage 3 — Enterprise Architecture. It performs stage gating, profile loading, persona/reference loading, context verification, artifact/traceability verification, state advancement, and canonical next-stage guidance. This skill does not perform architecture design. `agents/system-architect-pro.md` and its mandatory `references/architect/` documents are the sole authority for architecture logic, artifacts, identifiers, validation, quality gates, revisions, failures, and completion behavior. ## Stage Ownership | Component | Owns | |---|---| | This skill | Stage orchestration only | | System Architect Pro + `references/architect/` | Stage 3 architecture knowledge and rules | | State Manager | Pipeline entry and progression | Do not duplicate or reinterpret persona/reference logic in this skill. ## Pre-flight Check ### Entry Gate Before adopting the System Architect persona, references, or architecture artifacts, run: ```bash python3 ${CLAUDE_PLUGIN_ROOT}/scripts/state-manager.py preflight --stage 3 ``` If it exits non-zero, STOP. Display the returned message verbatim. Do not continue. The user must complete the prior stage or use the repository's approved `/forge:force-advance` flow. ### Forge Project Verification Read `pipeline/state.md`. Verify Forge is initialized, state exists, the current stage is valid, and a project profile is available. If any co