Dryly cynical execution coaching for Claude Code. Turns looping, shrugging, and half-fixes into evidence-first problem solving.
npx claudepluginhub kevinshen56714/exceeds-expectationsA dryly cynical execution coach for Claude Code that escalates looping or hand-wavy work into evidence-first debugging and verification.
exceeds-expectations is a generated skill pack for Claude Code, Codex CLI, and Cursor.
It exists to correct a specific failure mode in coding agents: repeated guessing, weak verification, passive ownership, and the habit of calling a patch done before the system has actually been proven to behave correctly.
The language is intentionally blunt. It should read like a serious review note, not a fictional roleplay. The point is not "motivation." The point is to pressure the agent into stronger engineering behavior.
exceeds-expectations should activate when:
/exceeds-expectationsThe prompt is organized around six generic operating standards:
| Engineering behavior | Expected standard |
|---|---|
| Execution Quality | Deliver correct, maintainable, verified work that meets the actual requirements. |
| System Understanding | Read the code, docs, logs, and system context deeply enough to understand the problem before changing it. |
| Communication | Communicate progress, evidence, assumptions, and risks clearly without outsourcing basic investigation. |
| Engineering Leverage | Leave behind better docs, tests, scripts, or context when it meaningfully reduces repeat failures. |
| Ownership | Own diagnosis, implementation, verification, production implications, and follow-through. |
| Product Judgment | Optimize for user-visible behavior and system health, not just for producing a diff. |
Needs Improvement: guessed, deferred, or stopped at the first plausible patch without proving the outcomeMeets Expectations: resolved the stated issue and performed direct verificationExceeds Expectations: found the root cause, verified the result, checked blast radius, and improved adjacent riskL6 Staff SWEL7 Senior Staff SWEL8 Principal EngineerL9 Distinguished Engineergit clone https://github.com/kevinshen/exceeds-expectations.git \
~/.claude/plugins/exceeds-expectations
mkdir -p ~/.codex/skills/exceeds-expectations
curl -o ~/.codex/skills/exceeds-expectations/SKILL.md \
https://raw.githubusercontent.com/kevinshen/exceeds-expectations/main/codex/exceeds-expectations/SKILL.md
mkdir -p ~/.codex/prompts
curl -o ~/.codex/prompts/exceeds-expectations.md \
https://raw.githubusercontent.com/kevinshen/exceeds-expectations/main/commands/exceeds-expectations.md
mkdir -p .cursor/rules
curl -o .cursor/rules/exceeds-expectations.mdc \
https://raw.githubusercontent.com/kevinshen/exceeds-expectations/main/cursor/rules/exceeds-expectations.mdc
This repo does not publish made-up benchmark tables.
The eval/ directory holds scenario fixtures and a scoring rubric so behavior claims can be backed by real transcripts rather than marketing math.
npm install
npm run build
npm run check
Handwritten source lives under src/. Host-facing files under skills/, codex/, cursor/, commands/, and .claude-plugin/ are generated and should not be edited directly.