cancel
25Command
Cancel an active crew run.
Command
Cancel an active crew run.
Command
Throw an AI dev at a problem and have it own the outcome — investigate, plan, execute, verify.
Command
Set a completion condition and let crew work unattended until critic and fresh-eyes both pass.
Command
Command "list" from alphabravo-oss/guild, covering crew list, behavior and rules.
Command
Resume an interrupted crew run from .crew/runs/ /.
Plugin Claude Code
A mini-foundry — the build-verify-fix engine without the MCP server or the planning interview. You bring a structured spec (requirement IDs + acceptance criteria); crucible builds it and refuses to let it drift. /crucible:build decomposes the spec into units with DISJOINT file ownership, shows you the split.
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…
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…
Command
Build a structured spec with the mini-foundry engine: decompose into disjoint units, approve the split once, then CAST → INSPECT → GRIND → ASSAY. Refuses a dirty tree.
Plugin Claude Code
De-AI My UI — strips the tells that make an interface read as 'made by an AI in Tailwind.' Two modes, one shared catalog of 19 slop signatures (font chaos, the purple-on-black AI palette, gratuitous parallax, weird hovers, default/neon gradients, neon gradient borders, recycled stock icons, everything-is-a-24px-card.
Command
Print a copy-pasteable anti-AI-slop design ruleset (tailored to the detected stack) for you to adjust and drop into CLAUDE.md or memory.
Command
Scan a running UI for AI-slop tells: Playwright captures screenshots + CSS facts per route, a Workflow engine judges them with 9 blind self-rating lenses, and renders a ranked change list. --apply commits HIGH-confidence low-risk fixes.
Skill Claude CodeCodex
The canonical catalog of AI-generated-UI tells — the visual signatures that make a UI read as "made by an AI in Tailwind." Each tell carries what to look for, why it reads as AI, the fix, the fact-signal that detects it, and the "legit when…" exceptions that keep it honest. The single source of truth shared by…
Plugin Claude Code
End-to-end test authoring and maintenance for web apps via Playwright + Playwright MCP. Claude drives a real browser, reads the accessibility tree, and emits .spec.ts files that pass — then keeps them passing. /e2e:init scaffolds Playwright in the cwd and registers the MCP server. /e2e:write drives the browser.
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…
Command
Run the Playwright suite, read trace.zip per failure, triage by root cause.
Command
Discover every route in the app and generate one smoke spec per route.
Command
Install Playwright + register Playwright MCP + scaffold tests/ in the current project.
Command
Generate routes × roles coverage suite with reused storageState (login once per role).
Command
Launch playwright codegen for manual capture of a flow into a .spec.ts.
Command
Drive the browser via Playwright MCP to perform a user flow, emit a .spec.ts, run it green.
Skill Claude CodeCodex
Rules for writing Playwright .spec.ts files that don't flake — selector hygiene, auto-wait discipline, idempotent fixtures, readable trace output. Used by /e2e:write, /e2e:record, and the e2e:spec-writer subagent.
Skill Claude CodeCodex
Trace-driven Playwright failure triage. How to read trace.zip, classify failures by root cause, and tell flaky tests from real regressions. Used by /e2e:audit and any time you're staring at a red spec.
Plugin Claude Code
Codebase-aware specification engine for Claude Code. Runs parallel codebase research, then a grounded interview that captures implicit facts as A-AUTO-NNN entries, emits typed Global Invariants / State Transitions / Contracts tables, runs an adversarial spec review at R3.5, then writes a foundry-ready spec with…