skills/_archived/take-your-time/SKILL.md
Match effort to prompt complexity. A 20-bullet detailed prompt deserves 20 individual implementations, not one rushed pass. Prevents AI slop by treating each requirement with the same quality as if it were its own standalone prompt. Know when to go slow and meticulous, and when to go fast. Always-on quality discipline skill.
npx skillsauth add nhouseholder/nicks-claude-code-superpowers take-your-timeInstall 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.
When a user sends a complex prompt with 20+ bullet points and thousands of words, Claude rushes through it in one pass and produces AI slop — generic, surface-level, shortcut-laden output that checks boxes without actually doing the work. The user then spends hours finding and fixing everything Claude cut corners on.
This happens because Claude treats one long prompt as one unit of work. It's not. A single prompt with 20 requirements is 20 units of work, and each one deserves the same quality as if the user had sent it as its own standalone message.
Go slow and meticulous when:
Go fast when:
| Prompt Type | Effort Level | Approach | |-------------|-------------|----------| | "Fix this bug" | Fast (minutes) | Read, fix, verify, done | | "Add a button that does X" | Medium (one careful pass) | Implement, check edge cases, deliver | | "Build a page with these 8 features" | Slow (feature-by-feature) | Each feature gets its own implementation cycle | | "Here's the full spec for a new app" | Very slow (requirement-by-requirement) | Decompose, implement each piece with full attention, integrate, verify all |
When you receive a complex prompt:
Break the prompt into individual requirements. Each bullet point, each feature, each constraint is its own unit.
Order the requirements by dependency (build foundations first) and complexity (quick wins first when no dependencies).
For EACH requirement:
After implementing pieces, verify they work together. Don't assume integration works because individual pieces work.
Go back to the original prompt. Count the requirements. Check every single bullet point against what was built:
Don't say "done" until all boxes are checked. If you ran out of space or hit a blocker, say "Completed X of N items — still need to address: [list remaining]." Partial completion ≠ done.
| AI Slop | Quality Work | |---------|-------------| | Generic placeholder content ("Lorem ipsum", "Sample text here") | Real content that matches the spec | | Boilerplate code with TODO comments | Working implementation for each feature | | "I've set up the structure, you can fill in the details" | Complete, functional implementation | | All 20 features implemented in one rushed pass | Each feature implemented with individual attention | | Identical patterns copy-pasted without customization | Each component tailored to its specific purpose | | "Here's a starting point" when the user asked for a finished product | Finished, working product | | Summarizing/abbreviating detailed requirements | Implementing every detail as specified |
Before delivering, ask:
If any answer is unsatisfying, go back and do it properly.
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.