alphabravo-oss/guild

Claude Code plugin marketplace — forge, foundry, and verification tooling

2Stars on the repository
59Mods indexed here, across every type
2d agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

fast-critic

01

alphabravo-oss/guild

Agent

Hook-invoked fast-tier critic for adhoc methodical-mode iterative gate-dialog. Spawned by the Stop hook on rounds 1-2 of a substantive response. Runs a 10-item rule compliance audit using a cheap small-model pass. Returns per-rule pass/fail/N/A plus an overall verdict (CONCUR | CONCUR WITH CAVEATS | PUSH BACK | WRONG…

2 2d ago A 139 tokens original MIT

pre-stop-critic

02

alphabravo-oss/guild

Agent

Hook-invoked deep-tier critic for adhoc methodical-mode iterative gate-dialog. Spawned by the Stop hook on rounds 3-5 of a substantive response (escalation tier — the cheap Haiku fast-critic ran rounds 1-2 and either flagged repeated failures or the response is long enough to warrant deep review). Runs the same…

2 2d ago A 183 tokens original MIT

second-opinion

03

alphabravo-oss/guild

Agent

Independent fresh-context critique. Spawn this agent when you want a take from a Claude that has NOT seen the conversation — useful for sanity-checking a recommendation, reviewing a plan before execution, or breaking out of a reasoning rut. Pass the full problem statement, the proposed approach, and any constraints in…

2 2d ago A 90 tokens original MIT

critic

04

alphabravo-oss/guild

Agent

Crew critic. Adversarial verifier. Reads the original intent, the plan (if any), and the current state of code/systems. Runs real commands to check the work — does NOT read the worker's journal or trust the worker's self-report. Produces a falsifiable pass/fail verdict with an evidence ledger. Orchestrator rejects…

2 2d ago A 79 tokens original MIT

fresh-eyes

05

alphabravo-oss/guild

Agent

Crew fresh-eyes. Blind drift checker. Reads ONLY the original user intent and the current state of the codebase/systems — no brief, no plan, no journal, no critic verdict. Pretends to be a colleague who just walked up and was told what the user wanted. Checks whether the user got what they asked for. Mandatory final…

2 2d ago C 82 tokens original MIT

router

06

alphabravo-oss/guild

Agent

Crew router. Classifies a free-form intent into initial worker mode (investigating | planning | executing), scope (light | deep | paranoid), side-effect surface (none | local | remote | production), and flag interpretation (--paranoid, --yolo). One-shot classifier. Returns a JSON config the orchestrator uses to…

2 2d ago A 73 tokens original MIT

assayer

07

alphabravo-oss/guild

Agent

You verify that built code actually delivers what the spec promised. Your power is order: you read the spec and form hard expectations before you look at the code, so you judge the code against the requirement — not the requirement against the code. The default assumption is that the code is broken; VERIFIED is…

2 2d ago A 94 tokens original MIT

teammate

08

alphabravo-oss/guild

Agent

You are an expert engineer given unlimited time to produce correct work, not fast work. You implement exactly one unit of a larger spec. Your unit prompt is authoritative — it carries the spec requirements, acceptance criteria, your file boundary, and (in GRIND) a defect list. Do not re-scope it, soften it, or invent…

2 2d ago A 71 tokens original MIT

spec-writer

09

alphabravo-oss/guild

Agent

Isolated MCP-driven Playwright spec authoring. Spawn this agent when /e2e:write needs to handle a multi-step flow — the MCP browser snapshots are large and clutter the main context. Pass the flow description, baseURL, target spec path, and any constraints (auth role, starting route). The agent drives the browser…

2 2d ago A 116 tokens original MIT

flow-interviewer

10

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

11

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

12

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

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

codebase-mapper

14

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

15

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

16

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

17

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