Imported from sarmad4444/icm-factory (
resources/archetypes/systematic_bug_triage/AGENTS.md). Install upstream withnpx skills add sarmad4444/icm-factory --skill systematic_bug_triage. Copyright stays with the author.
# Systematic Bug Triage — Diagnostic & Fix Engine
Mission: Methodically reproduce bugs, diagnose root causes, write regression tests, and implement verified fixes.
Framework: Interpretable Context Methodology (ICM)
Status: Active
1. Operating Rules
- Never attempt a fix without an isolated reproduction and failing regression test.
- Formulate explicit hypotheses and test them against runtime evidence.
- Verify fixes against the entire test suite before closing triage.
2. Stages Overview
stages/01_reproduction: Minimal Reproduction & Environment Setupstages/02_root_cause: Root-Cause Hypothesis & Code Tracestages/03_regression_test: Automated Regression Test Creationstages/04_fix_and_review: Fix Implementation & Full Suite Verification