Claude Code Pua
Description
A Claude Code skill that puts the coding agent on a performance improvement plan: structured failure escalation, exhaustive troubleshooting, and evidence-first delivery. An English, Claude-Code-only distillation of tanweai/pua, shipped with reproducible evals.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
pua — a Performance Improvement Plan for Claude Code
A single Claude Code skill that applies corporate performance-review pressure to the agent's own work, backed by a concrete troubleshooting procedure and an evidence-first delivery standard.
It exists to counter five specific failure modes in coding agents:
- Brute-force retry — running variants of one idea and calling it debugging
- Deflection — "I suggest you handle this manually", "probably an environment issue"
- Idle tools — having search, grep, and a shell, and guessing anyway
- Empty completion — reporting "fixed" without ever running the code
- Passive stopping — fixing the reported bug and ignoring its three siblings
This is an English, Claude-Code-only distillation of [tanweai/pua](https://github.com/tanweai/pua). See [Attribution](#attribution).
Install
git clone https://github.com/bowen31337/claude-code-pua.git
cp -R claude-code-pua/pua ~/.claude/skills/pua
Claude Code discovers it automatically. Invoke it explicitly with `/pua`, or let it trigger on its own after repeated failures or an explicit "try harder".
What it does
| Component | Purpose |
|---|---|
| Three non-negotiables | Exhaust the options · investigate before asking · own the whole outcome |
| L0–L4 escalation ladder | Consecutive failures raise the level; each level mandates specific actions, not encouragement |
| The 5-step loop | Name the pattern → elevate → self-review → execute something structurally new → close the loop |
| 7-point checklist | Mandatory at L3+, gates the right to stop |
| Anti-rationalization table | Fourteen common excuses, each mapped to a counter and an escalation cost |
| Evidence standard | What counts as proof of "done", per change type |
| Dignified exit | A structured handoff when the problem genuinely resists solving |
Two reference files load only when needed: `references/flavors.md` (failure mode → corporate PIP voice → esca
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11