perf-theory-gatherer
Original:🇺🇸 English
Translated
Use when generating performance hypotheses backed by git history and code evidence.
1installs
Sourceavifenesh/agentsys
Added on
NPX Install
npx skill4agent add avifenesh/agentsys perf-theory-gathererTags
Translated version includes tags in frontmatterSKILL.md Content
View Translation Comparison →perf-theory-gatherer
Generate performance hypotheses for a specific scenario.
Follow as the canonical contract.
docs/perf-requirements.mdRequired Steps
- Review recent git history (scope to relevant paths when possible).
- Identify code paths involved in the scenario (repo-map or grep).
- 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.