Overview & Purpose
starter-root-cause-investigation is a starter workflow that chains skills together. It chains together the ideal combination of reasoning skills for high-level tasks, without needing manual setup.
Execution Workflow
- Execute 5-Whys Traversal (
causal-analysis): Map symptoms back to fundamental root causes using counterfactual testing. - Empirical Hypothesis Testing (
scientific-method): create falsifiable hypotheses, design experiments, and record findings. - Simulate Dynamic Behavior (
simulation-reasoning): Model system behavior over time under seed conditions to observe emergent failures. - Self-Audit Reasoning (
metacognitive-monitoring): Perform real-time bias detection to ensure conclusions are grounded strictly in evidence.
Expected Output Contract
### Starter Workflow Execution: [starter-root-cause-investigation]
- **Phase 1 Output**: [Initial Analysis]
- **Phase 2 Output**: [Detailed Evaluation]
- **Final Synthesized Solution**: [Complete Recommendation]
Scripts
scripts/starter_root_cause_investigation.py- Orchestration helper and state validation tool for starter-root-cause-investigation.
Gotchas
- Ensure all sub-skill prerequisites are satisfied before executing downstream pipeline steps.