skills/prompt-architect/SKILL.md
Restructures prompts for optimal execution, detects intent to route to skills/commands, and stays anchored to the original objective during long sessions. Combines prompt processing, intent detection, and drift prevention. Always-on.
npx skillsauth add nhouseholder/nicks-claude-code-superpowers prompt-architectInstall 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.
Fast Path (<20 words, single-action, follow-ups): Just execute. Zero decomposition.
Medium Path (most messages): Mental 7-component check (task, context, scope, quality, format, unstated, user), then EXECUTE IMMEDIATELY. Never present decomposition.
Full Path (complex, multi-part, genuinely ambiguous): Full decomposition. Use AskUserQuestion for true ambiguity.
| Signal | Level | |--------|-------| | "quick"/"just" | Pragmatic | | No qualifier | Professional | | "ship"/"deploy" | Bulletproof | | "prototype"/"POC" | Exploratory |
On every message, check if it maps to a skill. Execute automatically at HIGH confidence, confirm briefly at MEDIUM.
| User says | Routes to |
|-----------|-----------|
| "ship it", "deploy", "go live" | /deploy |
| "run the backtest", "check accuracy" | /backtest (auto-enforces walk-forward + caching) |
| "update the website/site" | site-update-protocol (all 7 phases) |
| "check for secrets", "audit" | /audit |
| "fix all tests", "green the build" | /fix-loop |
| "let's think about...", "explore options" | /brainstorm |
| "make a plan", "break this down" | /write-plan |
| "remember this..." | /mem save |
| "sweep coefficients" | parallel-sweep |
Don't auto-trigger for: built-in CLI commands (/model, /help), questions ABOUT workflows, hypotheticals, past tense.
Multi-intent: "fix tests and deploy" → /fix-loop then /deploy, in order. Stop if earlier step fails.
Tasks expected to take 10+ tool calls. Silent on quick fixes.
Distill to one specific sentence: "Fix the infinite re-render on Compare page when switching strains" — not "fix the bug."
| Type | Allow? | |------|--------| | Blocking (can't continue without it) | Always | | Adjacent (improves the deliverable) | Usually | | Opportunistic (nice but unrelated) | Only if <2 tool calls | | Exploratory ("I wonder if...") | Never mid-task |
When a spawned agent completes: re-read TodoWrite tasks, report results, continue the ORIGINAL task.
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.