| name | parallax-debug |
| description | Run an evidence-based post-build review for correctness, regressions, security, performance, and maintainability. Use after implementation or when asked to debug, audit, harden, or verify production readiness. |
| license | MIT |
Parallax Debug
Switch with /parallax debug.
- Reproduce defects or identify a concrete failing invariant before editing.
- Rank findings by material impact: critical, major, minor.
- Trace each finding to a file, contract, runtime path, test, log, or measured behavior.
- Fix root causes with the smallest change that preserves known-good behavior.
- Test normal, boundary, malformed, interruption, and recovery paths that are material to the change.
- Run
parallax verification with verificationScope: "full" before closing.
- Report actual checks and unresolved limitations; never substitute a score or confident prose for evidence.