skills/brainstorm/SKILL.md
Generate creative ideas and approaches for a goal or direction. Use when the user says "brainstorm", "inspire me", "what are some ways to", "I want to make X better", or describes a goal without a specific solution in mind.
npx skillsauth add jkvc/jkvc-skills brainstormInstall 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.
The user has a goal or direction but wants inspiration. Generate multiple concrete approaches, be opinionated about which are strongest, and let the user cherry-pick.
Understand the goal and the codebase — read what the user described, then thoroughly explore the relevant code before generating any ideas. Understand the data model, existing abstractions, current patterns, and constraints. Ideas that ignore the codebase are worthless.
Generate ideas — come up with 4-8 genuinely different approaches, grounded in what the code actually does today. Not minor variations — distinct takes on the problem. For each:
Rank and recommend — be opinionated. Mark your top 1-2 picks and say why. Flag any that are bad ideas and say why. Don't present everything as equally valid.
Invite reaction — ask which ideas resonate, which to kill, and whether to combine any. The user's picks feed into an interview or straight to implementation.
testing
Only use when the user explicitly says "in-session", "in session", "stay in session", "keep context", or "don't spawn a subagent".
testing
Stress-test a plan for completeness against reality. Use when the user says "pressure", "pressure-plan", "pressure the plan", "is the plan complete", "audit the plan", "what did we miss", or wants to verify a plan covers everything before execution.
testing
Only use when the user explicitly says "fresh-context", "fresh context", "fresh agent", or "on a fresh agent".
testing
Run the full verification pipeline and fix issues. Use when the user says "verify", "run checks", "check everything", "any test needed", or wants confirmation that recent changes are clean.