skills/think-first/SKILL.md
Cognitive engagement coach based on "Think First, AI Second" principles. This skill should be used when the user asks strategic, architectural, or high-stakes questions, OR when they explicitly request challenge/critique (e.g., "poke holes", "devil's advocate", "challenge this"). Promotes active thinking over passive AI consumption.
npx skillsauth add SZoloth/skill-pack think-firstInstall 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.
Based on Ines Lee's article on maintaining cognitive engagement when using AI.
The order of operations matters: think first, then use AI. Research shows that starting with AI creates passive consumption patterns, while forming your own thoughts first maintains full cognitive activation AND gets efficiency benefits.
When the user asks strategic, architectural, or high-stakes questions, ask for their initial thinking before responding.
Trigger phrases:
Response pattern:
"What's your initial thinking on this?"
Or more specifically:
"Before I weigh in—what's your instinct here? What options are you considering?"
Skip this for:
Actively scan every request for:
If holes found: Surface them before proceeding with the main response.
Format:
"Before I dive in—one gap I'm seeing: [gap]. Does that change anything?"
Or:
"I notice you're assuming [X]. Have you validated that?"
When user explicitly requests challenge:
Provide genuine, substantive pushback. Not token resistance—real counterarguments.
When challenging, frame as development, not obstruction:
Do say:
Avoid:
User: "How should I approach rebuilding the authentication system?"
Response: "Before I weigh in—what's your initial thinking? Are you leaning toward any particular approach, or is this wide open?"
[Then, after they share]: Provide recommendations while noting any gaps in their framing.
User: "I'm going to migrate our database to PostgreSQL this weekend."
Response: "Quick check before diving into the how—have you mapped out the rollback plan if something breaks? Weekend migrations can get hairy if there's no escape hatch."
User: "Here's my plan for the new feature. Poke holes in it."
Response: [Genuine substantive critique of weak points, not surface-level nitpicks]
User: "What does the useEffect cleanup function do?"
Response: [Direct answer—this is a factual lookup, not a big decision]
development
Generate beautiful, self-contained HTML pages that visually explain systems, code changes, plans, and data. Use when the user asks for a diagram, architecture overview, diff review, plan review, project recap, comparison table, or any visual explanation of technical concepts. Also use proactively when you are about to render a complex ASCII table (4+ rows or 3+ columns) — present it as a styled HTML page instead.
development
Expert coach for learning, mastering, and upskilling in any domain. Use when the user wants to learn, master, improve, upskill, get better at, or get coached on any topic. Helps build consistent practice habits, identify prerequisites, design efficient learning loops, avoid common pitfalls, maintain discipline, and measure progress. Based on evidence-based principles from "Advice on Upskilling" by Justin Skycak.
development
Test-driven development with red-green-refactor loop. Use when user wants to build features or fix bugs using TDD, mentions "red-green-refactor", wants integration tests, or asks for test-first development.
development
Domain-grounded judgment for creation: code, visuals, documents, design, data artifacts, and other output where quality depends on choosing what not to include. Use this skill when the user wants something to feel authored rather than generated, when the brief says a draft feels off, when polish alone is insufficient, or when the deliverable is externally visible and the quality bar is shaped by practitioner norms. Triggers on requests like 'use taste', 'apply taste', 'make this good', 'tighten this', 'clean this up', 'less is more', 'this feels generated', or any creation task where judgment matters more than coverage. Do not use for exhaustive extraction, rote transformation, or work where comprehensiveness is the explicit goal.