skills/token-economics/SKILL.md
Optimizes token spend across model tiers, effort levels, and plan/execute splits. Recommends Sonnet for simple tasks, promotes Opus-plan/Sonnet-execute workflow for complex work, and calibrates effort to task complexity. Always-on awareness that shapes every response.
npx skillsauth add nhouseholder/nicks-claude-code-superpowers token-economicsInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Make every token count. Match model capability and effort level to actual task complexity.
| Tier | Signal Patterns | Model | Effort | Plan Mode | |------|----------------|-------|--------|-----------| | TRIVIAL | Rename, fix typo, "what does X do?", format, add comment | Sonnet or /fast | Low | No | | SIMPLE | Single-file edit, add field/prop, quick bug fix, run command | Sonnet | Normal | No | | MODERATE | Multi-file feature, new component, refactor, API integration | Opus | Normal | Optional | | COMPLEX | Architecture decision, debug cascade, new system, multi-step | Opus | High | Recommended | | CRITICAL | Data migration, production deploy, security fix, schema change | Opus | Max | Required |
Suggest switching to Sonnet when ALL of these are true:
Suggest switching to Opus when ANY of these are true:
When a COMPLEX or CRITICAL task arrives and the user is on Opus:
A Sonnet-proof plan has ZERO ambiguity. Every step must be mechanical:
/src/config/database.tsnpm test -- --grep "auth" not "run the tests"Bad (requires thinking):
3. Update the auth middleware to handle the new token format
Good (mechanical):
3. Edit /src/middleware/auth.ts line 28-35:
Replace the existing validateToken function body with:
[exact code block]
This changes JWT validation from HS256 to RS256.
Low effort / /fast:
Normal effort:
High effort:
Max effort (ULTRATHINK-level):
Keep recommendations brief and actionable. Examples:
Suggesting Sonnet:
"This is a straightforward rename across 3 files — Sonnet would handle this well if you want to save tokens.
/model sonnet"
Suggesting plan mode:
"This is a multi-step feature. Want me to write a detailed plan first? You could then switch to Sonnet to execute it."
Suggesting effort change:
"This needs deep thinking — make sure /fast is off for this one."
After plan is written:
"Plan complete — 8 steps, all mechanical. Safe to execute on Sonnet if you want to switch.
/model sonnet"
tools
Unified context management and session continuity skill. Combines total-recall, strategic-compact, /ledger, and session continuity. Runs in background to preserve critical context across compaction and sessions.
tools
Toolkit for interacting with and testing local web applications using Playwright. Supports verifying frontend functionality, debugging UI behavior, capturing browser screenshots, and viewing browser logs.
tools
Suggest /ultraplan for complex planning tasks on Claude Code CLI (2.1.91+ only). Research preview.
tools
UI/UX design intelligence. 50 styles, 21 palettes, 50 font pairings, 20 charts, 9 stacks (React, Next.js, Vue, Svelte, SwiftUI, React Native, Flutter, Tailwind, shadcn/ui). Actions: plan, build, create, design, implement, review, fix, improve, optimize, enhance, refactor, check UI/UX code. Projects: website, landing page, dashboard, admin panel, e-commerce, SaaS, portfolio, blog, mobile app, .html, .tsx, .vue, .svelte. Elements: button, modal, navbar, sidebar, card, table, form, chart. Styles: glassmorphism, claymorphism, minimalism, brutalism, neumorphism, bento grid, dark mode, responsive, skeuomorphism, flat design. Topics: color palette, accessibility, animation, layout, typography, font pairing, spacing, hover, shadow, gradient. Integrations: shadcn/ui MCP for component search and examples.