Scenario
A pod in your production cluster is stuck inCrashLoopBackOff after a deployment. Let’s use Siclaw to diagnose it.
Start Siclaw
/setup.
Describe the Problem
Phase 1: Context Gathering
Siclaw automatically runs diagnostic commands to understand the situation:Phase 2: Hypothesis Generation
Based on the evidence, Siclaw generates ranked hypotheses:If Investigation Memory has data, Siclaw will also check past incidents for similar patterns and adjust hypothesis confidence accordingly.
Phase 3: Parallel Validation
Up to 3 sub-agents independently validate each hypothesis:Phase 4: Conclusion
Siclaw synthesizes all evidence into a structured report:.siclaw/traces/deep-search-{timestamp}.md (relative to where Siclaw was launched).
Deep Investigation Mode
For complex issues, you can explicitly trigger a deep investigation:More Examples
Here are other common scenarios Siclaw handles well:OOMKilled Pods
Node NotReady
Intermittent Network Issues
/dp triggers the full structured investigation — useful for complex cross-service issues.
What’s Next?
- Deep Investigation — how the investigation workflow works
- Skills — create reusable diagnostic playbooks
- Memory — how investigation history improves future diagnoses