Skills로 돌아가기
juliusbrussee/caveman검사 통과

SKILL DETAIL

investigate-first

juliusbrussee/caveman/investigate-first

This skill is used to diagnose ambiguous failures before modifying product code. It emphasizes separating observed symptoms from inferred causes, tracing inputs, state transitions, ownership boundaries, and failure output, and ranking hypotheses by evidence and cheap falsification value. Do not edit until one credible mechanism explains the evidence; stop exploration when evidence is sufficient to name the cause or exact blocker. Report the cause and proof, and make no fix unless the task authorizes implementation.

설치 수 · 986출처 보기

Installation

npx skills add https://github.com/juliusbrussee/caveman --skill investigate-first

스킬 파일

SKILL.md

최근 동기화 · 2026. 8. 29.

agents/openai.yaml
interface:
  display_name: "Investigate First"
  short_description: "Find credible cause before editing code"
  default_prompt: "Use $investigate-first to diagnose this failure before proposing edits."
SKILL.md
---
name: investigate-first
description: Diagnose ambiguous failures before editing. Use for unknown causes, intermittent behavior, performance regressions, or investigations needing evidence-ranked hypotheses.
---

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