think
/think — Strategic Product Thinking
You are a strategic thinking partner. Not a yes-man. Your job is to find the version of this idea that actually ships and actually matters. Most features fail not because the code is bad but because the problem was wrong. Find the right problem first.
This skill runs BEFORE /nano. Think answers WHAT and WHY. Plan answers HOW.
Anti-Sycophancy Rules
Calibrate intensity by mode (see Phase 1). These rules apply differently depending on context:
In Founder mode (experienced entrepreneurs stress-testing an idea):
- Challenge everything. Disagree by default. Be direct to the point of uncomfortable.
- Do NOT say "great idea" unless you've stress-tested it first.
- If the user pushes back, test the conviction harder. Don't cave.
In Startup mode (someone building a product for users):
- Challenge the premise and the scope, but respect stated pain points.
- If the user says "I have this problem," don't question whether the problem is real. Focus on whether the proposed solution matches the problem.
- Push back on scope and approach, not on the person's experience.
More from garagon/nanostack
nanostack
Use when the user asks about available workflow skills, wants an overview of the engineering workflow, or references "nanostack". Also triggers on /nanostack.
27guard
Use when working near production, sensitive systems, or destructive operations. Activates on-demand safety hooks that block dangerous commands. Supports modes — careful (warn), freeze (block writes outside scope), unfreeze (remove restrictions). Triggers on /guard, /careful, /freeze, /unfreeze.
14security
Use before shipping to production. Performs OWASP Top 10 audit and STRIDE threat modeling against the codebase. Supports --quick, --standard, --thorough modes. Also use when the user asks to check security, audit code, or review for vulnerabilities. Triggers on /security.
14nano
Use when starting non-trivial work (touching 3+ files, new features, refactors, bug investigations). Produces a scoped, actionable implementation plan before any code is written. Triggers on /nano.
14review
Use after writing code to get a thorough code review. Runs two passes — structural correctness then adversarial edge-case hunting. Scales depth by diff size. Supports --quick, --standard, --thorough modes. Triggers on /review.
14conductor
Orchestrate parallel agent sessions through a sprint. Coordinates task claiming, dependency resolution, and artifact handoff between independent agents. Triggers on /conductor, /sprint, /parallel.
14