技能 编程开发 优先调查,再进行修复

优先调查,再进行修复

v20260905
investigate-first
这是一种系统性的故障诊断方法论。它指导开发人员在修改代码前,必须先收集证据来诊断模糊或间歇性的故障。核心流程包括区分观察到的症状和推断的原因、追踪系统状态变化,并根据证据强度对假设进行排序,确保任何修复都是基于可靠的机制和充分的证据。
获取技能
349 次下载
概览

Investigate 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.

信息
Category 编程开发
Name investigate-first
版本 v20260905
大小 841B
更新时间 2026-09-06
语言