guild
01Plugin Claude Code
Plugin marketplace for Guild — the spec engine and the build engine for Claude Code.
Plugin Claude Code
Plugin marketplace for Guild — the spec engine and the build engine for Claude Code.
Plugin Claude Code
Stops Claude from racing on ad-hoc work. Methodical-mode pre-response checklist injected every turn (Restate, Verified/Unverified assumptions, Read Floor, Approach Deliberation, Blast Radius, Stall Check, Competing Hypotheses, Goal-Driven Execution). Stop hook enforces four gates: file:line citation verifier…
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…
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…
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…
Command
Skip adhoc methodical-mode for the next single turn (auto-reverts after one prompt).
Command
Disable the adhoc Stop hook citation verifier.
Command
Enable the adhoc Stop hook citation verifier (default mode).
Command
Show the adhoc plugin commands and how the methodical-mode hook works.
Command
Disable adhoc methodical-mode injection for the rest of this session.
Command
Re-enable adhoc methodical-mode injection.
Command
Show the current adhoc methodical-mode and citation-verifier state.
Command
Disable the adhoc Stop hook strict gates (grounding audit + critic-agent gate).
Command
Enable the adhoc Stop hook strict gates (grounding audit + critic-agent gate).
Command
One-shot bypass of adhoc strict gates (grounding + critic) for the next single turn.
Command
Disable the adhoc Stop hook uncertainty-tell scanner.
Command
Enable the adhoc Stop hook uncertainty-tell scanner (default mode).
Hook
Runs when you submit a prompt, before the agent sees it, executing inject.sh. From alphabravo-oss/guild.
Hook
Runs when the agent finishes a response, executing check-citations.py. From alphabravo-oss/guild.
Skill Claude CodeCodex
Heavier methodical workflow for ad-hoc tasks where the always-on preamble isn't enough. Forces a structured analysis pass — task framing, hidden-assumption hunt, prior-art check, alternatives with tradeoffs, edge cases, recommendation with stop-points — before any code change. Use when the task is non-trivial…
Plugin Claude Code
Throw an AI dev at a problem and have it own the outcome. Five Opus agents (router, scout, worker, critic, fresh-eyes) collaborate to investigate, plan, execute, and verify — SSH into systems, spin up infra, edit code, ship features, debug deploys, get airgap bundles working. Worker self-switches between investigating.
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…
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…
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…