npx claudepluginhub willsigmon/sigstack --plugin superclaude## Legend | Symbol | Meaning | | Abbrev | Meaning | |--------|---------|---|--------|---------| | → | leads to | | prod | production | | & | and/with | | impl | implementation | | w/ | with | | info | information | Execute immediately. Add --plan flag if user wants to see plan first. Troubleshoot & resolve issues in code or system in $ARGUMENTS. Thinking flags (optional): - --think→multi-component debugging w/ context - --think-hard→complex system issues & race conditions - --ultrathink→critical prod issues or elusive bugs Examples: - `/user:troubleshoot --investigate --think` - Debug w...
/troubleshootDiagnoses and resolves code bugs, build failures, performance issues, and deployment problems through analysis, debugging, and fix application. Accepts [issue], --type, --trace, --fix flags.
/troubleshootDiagnoses and resolves issues in code, builds, deployments, or system behavior. Uses Read, Grep, Glob, Bash for analysis; supports --type, --trace, --fix flags.
/troubleshootAutonomously analyzes, prioritizes, and fixes production errors from Sentry or logs using git worktrees, tests, and PRs. Supports continuous, parallel batch, watch, and analyze modes.
/troubleshootDiagnoses Docker issues including container failures, networking problems, permission errors, and port conflicts. Gathers logs via docker compose, runs diagnostics, consults docs, and suggests or applies fixes with --fix.
/troubleshootGet help with issues and errors. e.g. "/troubleshoot vitejs/vite build errors"
/troubleshoot5-step debugging loop for unexpected issues during implementation or standalone bug fixes
| Symbol | Meaning | Abbrev | Meaning | |
|---|---|---|---|---|
| → | leads to | prod | production | |
| & | and/with | impl | implementation | |
| w/ | with | info | information |
Execute immediately. Add --plan flag if user wants to see plan first.
Troubleshoot & resolve issues in code or system in $ARGUMENTS.
Thinking flags (optional):
Examples:
/user:troubleshoot --investigate --think - Debug w/ full context/user:troubleshoot --five-whys --think-hard - Deep root cause analysis/user:troubleshoot --prod --ultrathink - Critical prod debuggingMode selection:
--investigate flag:
--fix flag:
When --five-whys flag is present:
When --prod flag is present:
Comprehensive troubleshooting workflow:
Reproduce & Understand
Investigate & Isolate
Root Cause Analysis
Solution Development (if --fix flag)
Verification & Prevention
Investigation techniques:
For production issues:
Research before fixing:
Report Output:
.claudedocs/incidents/rca-<timestamp>.md.claudedocs/incidents/incident-<timestamp>.md.claudedocs/reports/investigation-<timestamp>.mdmkdir -p .claudedocs/incidents/ .claudedocs/reports/Deliverables: