بنقرة واحدة
debug
Systematic debugging using scientific method for evidence-based root cause analysis
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Systematic debugging using scientific method for evidence-based root cause analysis
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Execute ONE executable leaf workstream with TDD, guard enforcement, and ws-verdict output
Multi-agent quality review (QA + Security + DevOps + SRE + TechLead + Documentation + PromptOps)
Execute ONE executable leaf workstream with TDD, guard enforcement, and ws-verdict output
Multi-agent quality review (QA + Security + DevOps + SRE + TechLead + Documentation + PromptOps)
Software architect for system boundaries, design patterns, and integration tradeoffs.
Beads task tracker integration for SDP workflows.
| name | debug |
| description | Systematic debugging using scientific method for evidence-based root cause analysis |
| version | 2.0.0 |
| changes | ["Converted to LLM-agnostic format","Removed tool-specific API references","Focus on WHAT, not HOW to invoke"] |
Evidence-based debugging using scientific method. Not "try stuff and see" -- systematic investigation.
When user invokes @debug "<issue>":
Goal: Collect evidence WITHOUT forming hypotheses
Actions:
Output: Observation log with timestamps, error messages, environment state
Goal: Create testable theories about root cause
Process:
Output: Hypothesis list with ranked theories
Goal: Run targeted tests to confirm/deny hypotheses
Actions:
Output: Experiment results with pass/fail
Goal: Confirm root cause and verify fix
Actions:
Output: Root cause report + fix
| Pitfall | Problem |
|---|---|
| Skipping observation | Jumping to conclusions |
| Testing multiple things | Can't isolate cause |
| Confirmation bias | Only looking for proving evidence |
| Stopping at first fix | Not understanding WHY it worked |
| Symptom | Fix |
|---|---|
| Skill produces no output | Check working directory is project root with docs/workstreams/backlog/ |
| "checkpoint not found" | Run sdp-orchestrate --feature <ID> to create initial checkpoint |
| "workstream files missing" | Run sdp-orchestrate --index to verify, then @feature to regenerate |
| Skill hangs / no progress | Check .sdp/log/events.jsonl for last event; use sdp reset --feature <ID> if stuck |
| Review loop exceeds 3 rounds | Use @review --override "reason", @review --partial, or @review --escalate |
@bugfix - Quality bug fixes (P1/P2)@hotfix - Emergency fixes (P0)@issue - Bug classification and routing