Tempting shortcut
It is probably X; I can fix that now.
Do this instead
That is a red flag; return to systematic investigation.
Quick Ref / Command
Marketing Kit
/ak:debugging
Forces root-cause investigation, backward tracing, defense-in-depth validation, and fresh verification before claiming bugs, tests, builds, or performance issues are fixed.
Read the failure
Investigate root cause
Compare patterns
Trace backward
Rule 01
Random fixes waste time and create new bugs.
Rule 02
Fix at the source of invalid data or behavior, not at the visible symptom.
Rule 03
Completion requires fresh verification evidence that you have actually read.
Core lanes from input to output, aligned with the command's real execution path.
Start
Input, scope, route
Work
Agent / skill execution
Verify
Gate, review, validation
Close
Report, handoff, artifact
Each item contrasts a tempting shortcut with the required approach.
Tempting shortcut
It is probably X; I can fix that now.
Do this instead
That is a red flag; return to systematic investigation.
Tempting shortcut
Should work now.
Do this instead
Run verification and read the output before claiming it works.
Concrete invocations for each flag, subcommand, mode, or route available in the live workflow.
/ak:debugging checkout submit fails with 500 /ak:debugging failing auth middleware tests /ak:debugging dashboard loads slowly