A 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.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub kevinshen56714/exceeds-expectations --plugin exceeds-expectationsVerification-first engineering toolkit for Claude Code. 15 skills across a 5-phase spine (Investigate → Design → Implement → Verify → Ship), 8 specialist agents, an interactive setup wizard. Every skill has rationalizations + evidence requirements. Built for senior ICs and tech leads.
Opt-in productivity coaching for Claude Code. Use for explicit PUA/try-harder requests, user frustration after repeated failures, requests to retry or change approach, passive/low-quality work complaints, completion checks, evidence requests, test/verification reminders, and Ding-style workplace process cues. Normal calm first-attempt requests are left alone.
Enforce mandatory pre-action verification checkpoints to prevent pattern-matching from overriding explicit reasoning. Use this skill when about to execute implementation actions (Bash, Write, Edit) to verify hypothesis-action alignment. Blocks execution when hypothesis unverified or action targets different system than hypothesis identified. Critical for preventing cognitive dissonance where correct diagnosis leads to wrong implementation.
YES.md — PUA says NO, YES says YES. 6-layer AI governance: format → trigger → hooks → anti-slack → gates → memory. Makes AI do things RIGHT with encouragement, not pressure. Available in English, 中文, 日本語.
Verify code, architecture, and bug fixes through factored multi-agent verification
Debugging specialist for errors, test failures, and unexpected behavior. Use proactively when encountering any issues.