Spec Reviewer Scalability banner
ziomancer ziomancer

Spec Reviewer Scalability

Testing & QA community

Description

--- name: spec-reviewer-scalability description: Review an engineering spec for scalability — does the design hold at the brief's declared target N? Probes algorithmic complexity, per-item work that should be batched, unbounded accumulation, per-instance state collision, uncapped fan-out, single-valued config where a power user needs many, and operational scale (cost/latency/token budget). Dispatched only when the brief declares scale a factor. Returns severity-ranked findings with a machine-par

Installation

Installs to ~/.claude/agents/ziomancer-vigil-skills-spec-reviewer-scalability.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/ziomancer/vigil-skills/HEAD/agents/spec-reviewer-scalability.md -o ~/.claude/agents/ziomancer-vigil-skills-spec-reviewer-scalability.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository