agentsclimarketplace

Brainstorm

Skill nicodiansk/turbocharge/skills/brainstorm

Use when starting creative work - creating features, building components, adding functionality, or modifying behavior. Explores requirements through Socratic dialogue before any implementation.From its SKILL.md

Install
npx -y skills add nicodiansk/turbocharge --skill brainstorm

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 2 stars2 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

SKILL.md

1.8 KB, 388 tokens by cl100k_base, as published. Nobody here has run it

Brainstorm

Turn ideas into fully formed designs through collaborative dialogue.

Announce: "Using brainstorm to explore this idea before implementation."

The Iron Law

NO IMPLEMENTATION WITHOUT UNDERSTANDING REQUIREMENTS FIRST

Process

1. Understand Context

  • Check project state (files, docs, recent commits)
  • Read agent memory for relevant prior context

2. Discover Requirements

  • Ask questions one at a time
  • Prefer multiple choice when possible
  • Focus on: purpose, constraints, success criteria, users
  • Don't overwhelm — one question per message

3. Explore Approaches

  • Propose 2-3 approaches with trade-offs
  • Lead with your recommendation and reasoning
  • Be ready to combine or discard

4. Present Design

  • Break into sections of 200-300 words
  • Ask after each section: "Does this look right?"
  • Cover: architecture, components, data flow, error handling, testing
  • Apply YAGNI — remove unnecessary features

5. Save and Continue

  • Write design to docs/plans/YYYY-MM-DD-<topic>-design.md
  • Commit the design document
  • Offer: "Ready for story breakdown?" → chains to /turbocharge:story
  • Or: "Ready for implementation planning?" → chains to /turbocharge:plan

Red Flags — STOP

FlagProblem
Jumping to codeDidn't explore requirements
Single approachDidn't propose 2-3 alternatives
Wall of textPresent in 200-300 word sections
Unanswered questionsDon't design around unknowns
No YAGNI reviewRemove unnecessary features

Workflow Position

brainstorm → story → plan → build → review → ship

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.