Use when generating performance hypotheses backed by git history and code evidence.
Generates performance hypotheses by analyzing git history and identifying relevant code paths.
npx claudepluginhub agent-sh/perfThis skill inherits all available tools. When active, it can use any tool Claude has access to.
Generate performance hypotheses for a specific scenario.
Follow docs/perf-requirements.md as the canonical contract.
hypotheses:
- id: H1
hypothesis: <short description>
evidence: <file/path or git change>
confidence: low|medium|high
- id: H2
...
You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation.