investigate-first
作者: juliusbrussee
在編輯前診斷不明確的失敗。適用於未知原因、間歇性行為、效能回歸,或需要以證據排序假設的調查。
npx skills add https://github.com/juliusbrussee/caveman --skill investigate-firstInvestigate first
Gather evidence before changing product code.
- Separate observed symptom from inferred cause.
- Trace inputs, state transitions, ownership boundaries, and failure output.
- Rank hypotheses by evidence and cheap falsification value.
- Do not edit until one credible mechanism explains evidence.
- Stop exploration when evidence is sufficient to name cause or exact blocker.
Report cause and proof. Make no fix unless task authorizes implementation.