---
title: "perf-theory-gatherer"
description: "Generate performance hypotheses for a specific scenario."
type: skill
canonical_url: https://claudary.paisolsolutions.com/skills/skill-27
source: "Claudary"
difficulty: intermediate
author: "Claude Code Knowledge Pack"
date: 2026-07-10T11:44:25.812Z
license: CC-BY-4.0
attribution: "perf-theory-gatherer — Claudary (https://claudary.paisolsolutions.com/skills/skill-27)"
---

# perf-theory-gatherer
Generate performance hypotheses for a specific scenario.

## Overview

---
name: perf-theory-gatherer
description: "Use when generating performance hypotheses backed by git history and code evidence."
version: 5.1.0
---

# perf-theory-gatherer

Generate performance hypotheses for a specific scenario.

Follow `docs/perf-requirements.md` as the canonical contract.

## Required Steps

1. Review recent git history (scope to relevant paths when possible).
2. Identify code paths involved in the scenario (repo-intel or grep).
3. Produce up to 5 hypotheses with evidence + confidence.

## Output Format

```
hypotheses:
  - id: H1
    hypothesis: <short description>
    evidence: <file/path or git change>
    confidence: low|medium|high
  - id: H2
    ...
```

## Constraints

- MUST check git history before hypothesizing.
- No optimization suggestions; only hypotheses.
- Keep to 5 hypotheses maximum.

---

Source: [Claudary](https://claudary.paisolsolutions.com/skills/skill-27) · https://claudary.paisolsolutions.com
