stress-test

stress-test is a skill for Claude Code, Codex from qGolem/orc. It costs 11 tokens per session (1,733 once invoked), scanned C, original, MIT.

An adversarial checker for software plans that looks for unsupported assumptions and likely failure points, then verifies concerns with small proof-of-concept code tests.

In plain words
What is it for?
Use it to stress-test a project plan or a specific phase and check whether its proposed approach is technically feasible.
Why use it?
It helps expose weaknesses in a plan before substantial implementation work begins.

Skill for Claude CodeCodex

Part of the orc plugin — 29 skills, 27 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 skills/qgolem/orc/stress-test
Any agent
npx skills add qGolem/orc --skill stress-test
Clone the repo
git clone --depth 1 https://github.com/qGolem/orc

Made for: Claude Code, Codex.

Or install orc, the plugin that ships this one along with the rest of its 29 skills, 27 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 stress-test

README.md
[![agentmods](https://agentmods.dev/badge/skills/qgolem/orc/stress-test.svg)](https://agentmods.dev/skills/qgolem/orc/stress-test)
Your own site
<a href="https://agentmods.dev/skills/qgolem/orc/stress-test"><img src="https://agentmods.dev/badge/skills/qgolem/orc/stress-test.svg" alt="Measured on agentmods" height="20"></a>
Per session 11 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,733 The whole file, excluding the scripts and references it only reads on demand.
Security scan C 1 finding. 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.00011 $0.01733
Opus 5 $0.00005 $0.00866
Sonnet 5 $0.00002 $0.00347
Haiku 4.5 $0.00001 $0.00173

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

Security

Grade C, and why

stress-test scanned grade C with 1 finding 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.

Recursive force deletehighDestructive command

rm -rf with a variable or a broad path is one typo away from removing the wrong tree.

Finally, clean up: `rm -rf .poc-stress-test/`
skills/stress-test/SKILL.md · 161 lines

How it starts

The opening of the file, as written. The whole thing — 161 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Stress-Test Plan

You are an adversarial reviewer. Your job is to beat up the plan — find where it will break, what's been assumed without evidence, and what's been hand-waved. Be direct and specific, not polite.

All POC work MUST happen inside .poc-stress-test/ in the current working directory. Create it at the start, clean it up at the end.

Phase 1: Extract & Decompose

Determine mode

Check $ARGUMENTS to pick a mode:

File mode — if $ARGUMENTS is a file path (contains / or ends in .md):

  • Read the file directly via the Read tool. This is the entire plan.
  • Store $MODE = "file" and $PLAN_FILE = $ARGUMENTS for Phase 6.

Orc mode — if $ARGUMENTS is a slug (no /, not a file path) OR .claude/plans/ exists:

  • Parse $ARGUMENTS as $SLUG (first word) and optional $PHASE_NUM (second word).
  • If no args but .claude/plans/ exists:
    • One slug directory → use it automatically.
    • Multiple slug directories → use AskUserQuestion to let the user pick.
  • Load these files via the Read tool:
    • .claude/plans/$SLUG/PROJECT.md — vision, constraints, success criteria
    • .claude/plans/$SLUG/ROADMAP.md — phases, requirements, risks
    • .claude/plans/$SLUG/STATE.md — codebase patterns, decisions (if exists)
    • If $PHASE_NUM given: only .claude/plans/$SLUG/phases/0$PHASE_NUM-*/PLAN.md
    • If no $PHASE_NUM: all phases/*/PLAN.md files
  • Store $MODE = "orc" for Phase 6.

Conversation mode — fallback (no args AND no .claude/plans/):

  • Read back the plan from the conversation context.
  • Store $MODE = "conversation" for Phase 6.

Decompose

Regardless of mode, break the plan into:

  • Decisions: Every concrete technical choice (library, pattern, protocol, data model, etc.)
  • Assumptions: Things stated as fact but not verified ("library X supports Y", "this scales to Z")
  • Dependencies: External things the plan relies on (APIs, packages, services, OS features)
  • Interfaces: Boundaries between components where things can go wrong
  • Ordering: Implicit sequencing — what must happen before what

Read the full file on GitHub · 161 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 · 161 lines · 11 tokens per session scan C 9b33ce13d4c1

Subscribe to this mod's changes

stress-test is a skill published in the GitHub repository qGolem/orc (5 stars, last pushed 5mo ago), licensed MIT. It adds 11 tokens to every session and 1,733 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it C with 1 finding (recursive force delete). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

new-skill

Scaffold a new brooks-lint analysis skill so it passes npm run validate and npm run evals on the first try — generates skills/{name}/SKILL.md (with the mandatory "Do NOT trigger for:" clause and a Process section citing guide step ranges) plus skills/{name}/{name}-guide.md (sequentially numbered steps), then appends…

hyhmrright/brooks-lint · 145 tokens

status

Where is the work right now. Regenerates the projections and the kanban board from the journal and answers with the progress line, the agents still running, the open gates and the resume steps. Read-only. Use for /tyran:status or when asked what is going on.

jjanczur/tyran · 58 tokens

prompt-tuning

Tune a prompt, or anything whose quality is measured by non-deterministic model output, without chasing noise - a noise baseline before the first edit, medians over repeated runs, enforcement AFTER generation rather than in the wording. Use when iterating on prompts or model-judged output.

jjanczur/tyran · 58 tokens

brainstorm

Explores a codebase, researches the problem space, and produces an approved design specification before any code is written. Use when the user wants to create a new feature, add significant functionality, redesign a subsystem, or build something that touches multiple parts of the project.

greglas75/zuvo · 56 tokens

a11y-audit

Dedicated WCAG 2.2 AA/AAA accessibility audit across 10 dimensions (A1-A10) covering semantic HTML, keyboard navigation, ARIA patterns, color contrast, forms, images/media, responsive/zoom, motion/animation, reading/content, and legal compliance. Goes far beyond surface-level design-review checks with deep…

greglas75/zuvo · 147 tokens

api-audit

API and endpoint integrity audit across 10 dimensions (D1-D10) plus optional contract stability (D11) and optional OWASP API Security Top 10 (D12: BOLA/BOPLA/BFLA, mass assignment, JWT alg-confusion, GraphQL introspection). Covers validation, payloads, pagination, errors, caching, HTTP semantics, waterfalls, rate…

greglas75/zuvo · 135 tokens