alphabravo-oss

59 mods across 1 repository, 2 stars between them.

flow-interviewer

49

alphabravo-oss/guild

Agent

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…

2 2d ago A 98 tokens original MIT

researcher

50

alphabravo-oss/guild

Agent

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.

2 2d ago A 54 tokens original MIT

spec-reviewer

51

alphabravo-oss/guild

Agent

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.

2 2d ago A 80 tokens original MIT

plan

53

alphabravo-oss/guild

Command

Start a codebase-aware specification interview for a feature.

2 2d ago B 10 tokens original MIT

alphabravo-oss/guild

Agent

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…

2 2d ago A 0 tokens original MIT

foundry

55

alphabravo-oss/guild

Plugin Claude Code

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…

2 2d ago A tokens not measured original MIT

codebase-mapper

56

alphabravo-oss/guild

Agent

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…

2 2d ago A 81 tokens original MIT

coverage-diff

57

alphabravo-oss/guild

Agent

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.

2 2d ago A 49 tokens original MIT

flow-mapper

58

alphabravo-oss/guild

Agent

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…

2 2d ago A 74 tokens original MIT

flow-tracer

59

alphabravo-oss/guild

Agent

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.

2 2d ago A 57 tokens original MIT