sniper-debug-
Team Composition
| Member | Process | Technical | Cognitive | Domain |
|---|---|---|---|---|
| log-analyst | log-analyst | -- | devils-advocate | -- |
| code-investigator | code-investigator | backend | systems-thinker | -- |
Tasks
log-analyst
Analyze Error Patterns
- ID:
log-analysis - Output:
docs/bugs/{bug_id}/investigation.md (log findings section)
Analyze error patterns in the affected components. Search for error handling code, trace request paths, look for correlations in who/what/when is affected. Document findings with specific error messages, file paths, and line numbers.
code-investigator
Trace Code Path to Root Cause
- ID:
code-investigation - Output:
docs/bugs/{bug_id}/investigation.md (code findings section)
Trace the code execution path from entry point to failure. Identify the specific code, condition, or data state that causes the bug. Check recent git history for relevant changes. Document the exact path with file:line references.
Review Gate
- Checklist:
.sniper/checklists/debug-review.md - Mode: flexible
