Use when running controlled perf experiments to validate hypotheses.
Scanned 5/27/2026
Install via CLI
openskills install agent-sh/agentsys---
name: perf-theory-tester
description: "Use when running controlled perf experiments to validate hypotheses."
version: 5.1.0
---
# perf-theory-tester
Test hypotheses using controlled experiments.
Follow `docs/perf-requirements.md` as the canonical contract.
## Required Steps
1. Confirm baseline is clean.
2. Apply a single change tied to the hypothesis.
3. Run 2+ validation passes.
4. Revert to baseline before the next experiment.
## Output Format
```
hypothesis: <id>
change: <summary>
delta: <metrics>
verdict: accept|reject|inconclusive
evidence:
- command: <benchmark command>
- files: <changed files>
```
## Constraints
- One change per experiment.
- No parallel benchmarks.
- Record evidence for each run.
No comments yet. Be the first to comment!
Interact with the Paperclip control plane API to manage tasks, coordinate with other agents, and follow company governance. Use when you need to check assignments, update task status, delegate work, post comments, set up or manage routines (recurring scheduled tasks), or call any Paperclip API endpoint. Do NOT use for the actual domain work itself (writing code, research, etc.) — only for Paperclip coordination.