V3 brownfield R2 methodology reference. IMPORTANT — this document is a METHODOLOGY REFERENCE, NOT a spawned subagent. V3 R2 runs in the main Claude thread (see forge/commands/plan.md §R2 V3 override) because subagents cannot call AskUserQuestion. Do NOT spawn this file as a subagent — without AskUserQuestion the…
Verifies stale-knowledge claims in reality.md and orients on ecosystem shape/gotchas for a feature category. Produces a research file consumed by the R2 interviewer. Spawned during R1.5 RESEARCH phase of /forge:plan.
Adversarial R3.5 spec reviewer. Reads transcript.md FIRST then the draft spec.md, emits spec-review.json with up to 5 A-NNN-cited ambiguity flags, and a binary block/pass verdict. Spawned during R3.5 SPEC REVIEW phase of /forge:plan after the draft spec is written and before the R4 Verbatim-Fidelity Gate.
This file is a Phase 3 test fixture only. It is NEVER read by a real Foundry run — F0.5's roster is hardcoded paths in plugins/foundry/commands/start.md, never a glob (per RESEARCH.md Pitfall 4). The file's only purpose is to give Plan 03-04 a synthetic agent whose minspecformatversion: v2.1 exceeds a legacy v2.0…
Autonomous build-verify-fix loop for Claude Code. Reads a Forge spec, decomposes it into castings with pre-authored teammate prompts, validates through an 11-dimension F0.9 gate (including F0.7 intent-carrier coverage), builds in parallel waves with server-side evidence re-execution and per-requirement-ID binding…
Maps an existing codebase's stack, architecture, structure, conventions, integrations, and concerns before decomposition. Produces six structured files in foundry-archive/{run}/codebase/ consumed by F0.5 DECOMPOSE and casting teammates. Spawned by the Foundry Lead during F0 when the target codebase is unfamiliar or…
F2 INSPECT stream for MIGRATION spec type. Runs a deterministic diff between each casting's coveragelist (source items to port) and the actual destination files, flagging missing destinations as COVERAGEINCOMPLETE defects.
Produces a grounded flow graph (flow-graph.json) of a brownfield codebase's data and control flows. Every node is anchored to a real file:symbol via LSP or grep — nothing invented. Spawned during V3 Forge R0 in brownfield mode to provide the attention anchor that prevents endpoint-anchored plumbing hallucination…
V3 INSPECT stream. Walks flow-delta.json forward from origin to sink, verifying each packet's produces exists in code AND actually consumes its declared upstream. Mirror of tracer.md (which verifies upstream callers). Paired with tracer, they cover both directions.