debug-sweep
01Command
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.
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.
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.