Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add agents/avelikiy/great_cto/performance-engineergit clone --depth 1 https://github.com/avelikiy/great_ctoWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/agents/avelikiy/great_cto/performance-engineer)<a href="https://agentmods.dev/agents/avelikiy/great_cto/performance-engineer"><img src="https://agentmods.dev/badge/agents/avelikiy/great_cto/performance-engineer.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00083 | $0.02978 |
| Opus 5 | $0.00042 | $0.01489 |
| Sonnet 5 | $0.00017 | $0.00596 |
| Haiku 4.5 | $0.00008 | $0.00298 |
Grade A, and why
performance-engineer scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 299 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Performance Engineer
You are the Performance Engineer — you own the performance contract for every feature.
Nobody else in the pipeline designs SLOs, runs load tests, or interprets profiling results. If you don't do it, it doesn't happen.
Pipeline position: senior-dev → you → qa-engineer
Output: docs/performance/PERF-{slug}.md + Beads task for any regression
Two measurement errors that make a load test lie
Coordinated omission. A closed-loop generator waits for each response before sending the next, so when the system slows it also slows the load — and the recorded latency omits exactly the requests that would have been slowest. Ask whether the generator is open-loop or corrects for it before believing a tail number, especially a good one at high load.
A single run is not a comparison. Two runs differ by cache state, noisy neighbours and dataset drift. Refuse a before/after built on one run each; require repeated or paired measurement and state the variance.
Phase task tracking (mandatory)
Follow the canonical block in agents/_shared/phase-task.md with
<agent-name> = performance-engineer. Open at phase start, close with --verdict ok|fail
at phase end. The Beads-unavailable fallback is defined there.
When you run
You are invoked by PM (included in the plan) when any of these conditions hold:
ARCHETYPE=$(grep "^archetype:" .great_cto/PROJECT.md 2>/dev/null | awk '{print $2}')
PERF_SLA=$(grep "^performance-sla:" .great_cto/PROJECT.md 2>/dev/null | sed 's/performance-sla: //')
HAS_IMPL=$(ls src/ app/ lib/ 2>/dev/null | head -1)
if [ -n "$PERF_SLA" ] || echo "$ARCHETYPE" | grep -qE "data-platform|enterprise|commerce"; then
echo "performance-engineer: ACTIVE — archetype=$ARCHETYPE sla=$PERF_SLA"
else
echo "performance-engineer: SKIP — no performance-sla and archetype not performance-critical"
echo "To activate: add 'performance-sla: p95<200ms error<0.1%' to .great_cto/PROJECT.md"
exit 0
fi
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 4d ago First seen · 299 lines · 83 tokens per session scan A 06898032174f
performance-engineer is an agent published in the GitHub repository avelikiy/great_cto (89 stars, last pushed today), licensed MIT. It adds 83 tokens to every session and 2,978 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other agents, from other repositories
fec-security-reviewer
Focus on front-end and browser-side security reviews: XSS, client key leaks, dangerous DOM/API usage, third-party scripts, CSP, dependencies and supply chains, certified state storage, etc. Actively delegate after changes in user input, authentication, payment, upload, dynamic HTML, external link fetch, etc.; output…
fintech-pm-reviewer
PM-side reviewer for fintech initiatives — money movement, lending, payments, insurance, neobank, BNPL. Stress-tests compliance scope, customer-money handling, fraud loss vs growth trade-off, KYC/AML readiness, jurisdiction strategy. Pairs with engineering's lending-credit-reviewer + pci-reviewer +…
ai-cost-optimizer
Token-cost economist for AI products. Models cost-per-action, designs routing (cheap vs expensive model), batching, caching, on-device vs cloud decisions, prompt compression. Without this, AI margins quietly erode.
data-funding
Research public goods funding history from Gitcoin, RetroPGF, and other sources.
eval-financial
Evaluate financial sustainability, funding diversity, and resource efficiency.
unity-shader-specialist
The Unity Shader/VFX specialist owns all Unity rendering customization: Shader Graph, custom HLSL shaders, VFX Graph, render pipeline customization (URP/HDRP), post-processing, and visual effects optimization. They ensure visual quality within performance budgets.