phase-gate
01Plugin Claude Code
Plan → implement → validate → adversarial debug-sweep loop, linked by a verification.jsonl artifact.
Plugin Claude Code
Plan → implement → validate → adversarial debug-sweep loop, linked by a verification.jsonl artifact.
Agent
Adversarial post-implement sweep agent. Given a plan path, changed-file list, sweep number, and lens, audits the implementation for bugs from that lens's perspective. Flag-only — never modifies code. Scope bounded to changed files + 2-hop dependencies. One finding per real issue; no style/naming/formatting feedback.
Agent
Bounded coding agent. Executes a single plan phase against an explicit file manifest. Catalog-aware — reads bug-catalog.md before editing to avoid known recurring pitfalls. Returns a structured diff + decision record; flags out-of-scope findings instead of improvising. Never touches files off-manifest. Never spawns…
Agent
Context-isolated rubric evaluator spawned by /implement's phase-gate for each semantic row in verification.jsonl. Reads a single deliverable and a specific rubric (≥3 binary items), finds evidence quotes per rubric item, returns structured pass/fail. Fresh agent per row — no context from the implementer — to prevent…
Command
Run adversarial debug sweeps on a just-implemented plan. Lens-parametrized agents flag bugs; no auto-fix. Scope bounded to changed files + 2-hop deps.
Command
Execute a plan phase-by-phase. Delegate enumerable phases to the implementer agent; gate every phase on its verification.jsonl rows before advancing.
Command
Create a structured implementation plan with falsifiable success criteria and a verification.jsonl row per criterion.
Command
Verify implementation against plan success criteria — produces a pass/fail table with file references.