keez97/phase-gate

Claude Code plugin: phased plan → implement → validate → adversarial debug-sweep loop, linked by a row-based verification.jsonl that the implementer can flip but never rewrite.

1Stars on the repository
8Mods indexed here, across every type
3mo agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

debugger

01

keez97/phase-gate

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.

1 3mo ago A 71 tokens original MIT

implementer

02

keez97/phase-gate

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…

1 3mo ago A 72 tokens original MIT

verifier

03

keez97/phase-gate

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…

1 3mo ago A 78 tokens original MIT