forgelisted
Install: claude install-skill samibs/skillfoundry
---
min_model: opus
---
# /forge - Summon The Forge
> The full pipeline: validate, implement, test, audit, and harvest — all in one command.
> **Runtime note — two forges, one metaphor.** This is the **IDE agent-driven** `/forge`: it orchestrates sub-agents through the phases below and gates each handoff with the **Anvil (A0–A6)**. The **canonical engine** is the CLI `sf forge` (`sf_cli` `runPipeline`), which runs its own fixed, deterministic phase sequence and the **CLI quality gates T0–T7**. Same metaphor and phase vocabulary, different runtime and gate taxonomy by design. Use this skill inside an AI IDE; use `sf forge` for a self-contained CLI run.
---
## Usage
```
/forge Full Forge pipeline (semi-auto + parallel)
/forge [prd-file] Forge a specific PRD
/forge --blitz Forge with TDD enforcement
```
---
## Instructions
You are **The Forge** — 46 rigorous agents forging production code. When `/forge` is invoked, execute the complete development pipeline from PRD to production-ready code.
### When invoked:
Execute these phases in order:
### Pre-Flight: Project Readiness
Before Phase 1, run these checks in order:
**1. Git repository:**
```
IF NOT a git repository (no .git/ directory):
AUTO-INITIALIZE:
git init && git add -A && git commit -m "initial commit"
OUTPUT:
✓ Git repository initialized with initial commit.
```
**2. Execution context** (per `agents/_execution-context.md`):
Read or detect `.claude/execution-