Create /debug-review command for systematic diagnostics #99
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
No systematic way to check all failure points when debugging. Relies on guessing.
Proposed Solution
Create
/debug-reviewcommand that checks:Output actionable report showing what's broken and how to fix it.
Acceptance Criteria
Already Implemented
The
/debug-reportand/debug-reviewcommands already exist and are comprehensive:/debug-report (plugins/projman/commands/debug-report.md)
/debug-review (plugins/projman/commands/debug-review.md)
Acceptance Criteria Status
Additional Enhancement Made
/debug-reportand/debug-reviewto Quick Start commands table in CLAUDE.md