performance-engineer

performance-engineer is an agent for coding agents from avelikiy/great_cto. It costs 83 tokens per session (2,978 once invoked), scanned A, original, MIT.

A specialist agent responsible for setting performance targets, running load tests, investigating slowdowns, and planning capacity.

In plain words
What is it for?
Use it after development to create SLO or SLA budgets, run k6, Locust, or Gatling tests, inspect profiling data, and document regressions.
Why use it?
It provides a defined process for measuring performance and avoids misleading comparisons caused by test setup, caches, changing data, or network noise.

Agent

Part of the great-cto plugin — 57 agents shipped together

Install

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.

agentmods
npx agentmods add agents/avelikiy/great_cto/performance-engineer
Clone the repo
git clone --depth 1 https://github.com/avelikiy/great_cto

Or install great-cto, the plugin that ships this one along with the rest of its 57 agents.

Wrote 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.

agentmods badge for performance-engineer

README.md
[![agentmods](https://agentmods.dev/badge/agents/avelikiy/great_cto/performance-engineer.svg)](https://agentmods.dev/agents/avelikiy/great_cto/performance-engineer)
Your own site
<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>
Per session 83 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 2,978 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce 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

Measured 4d ago against content hash 06898032174f, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

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.

agents/performance-engineer.md · 299 lines

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

Read the full file on GitHub · 299 lines

Changes

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.

  1. 4d ago First seen · 299 lines · 83 tokens per session scan A 06898032174f

Subscribe to this mod's changes

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.

Related

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…

bovinphang/frontend-craft · 0 tokens

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 +…

VandanaAjayDubey111/great-pm · 76 tokens

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.

VandanaAjayDubey111/great-pm · 47 tokens

data-funding

Research public goods funding history from Gitcoin, RetroPGF, and other sources.

golemfoundation/octant-council-builder · 20 tokens

eval-financial

Evaluate financial sustainability, funding diversity, and resource efficiency.

golemfoundation/octant-council-builder · 14 tokens

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.

IdoCohen560/claude-unity-game-studio · 57 tokens