Install
$ agentstack add skill-gb3h-agent-skills-brainstorming ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
Brainstorming
Do NOT implement anything, write any code, scaffold any project, or take any action until you have presented a design and the user has approved it. This applies to EVERY task regardless of perceived simplicity.
Anti-Pattern: "Too Simple to Need a Design"
Every non-trivial task gets a design. A config change, a single-function utility, a "quick script" — all of them. "Simple" projects are where unexamined assumptions waste the most work. The design can be short (a few sentences for truly simple tasks), but you MUST present it and get approval.
Checklist
Complete in order:
- Explore context — read relevant files, docs, recent commits, existing patterns
- Ask clarifying questions — one at a time, prefer multiple-choice, understand purpose/constraints/success criteria
- Propose 2-3 approaches — with trade-offs and your recommendation (see format below)
- Present design — in sections scaled to complexity, get approval after each section
- Transition to implementation — invoke
writing-plansskill
Exploring Context
Before asking questions, understand the landscape:
- Check existing files, project structure, recent git history
- Assess scope: if the request describes multiple independent subsystems, flag immediately — don't spend questions refining details of something that needs decomposition first
- If project is too large for a single design, help decompose into sub-projects. Each gets its own design → plan → implementation cycle.
Asking Questions
- One question per message. Don't overwhelm.
- Multiple choice preferred when possible — easier for the user to answer
- Focus on: purpose, constraints, success criteria, edge cases
- If a topic needs more exploration, break into multiple questions
Proposing Approaches
For each approach:
- What: Brief description
- Appeal: Why it's attractive
- Risk: What could go wrong
- Trade-off: Cost in complexity, time, or flexibility
Lead with your recommended option and explain why.
Presenting the Design
- Scale each section to its complexity: a few sentences if straightforward, more detail if nuanced
- Ask after each section whether it looks right
- Cover as relevant: architecture, components, data flow, error handling, testing strategy
- Be ready to revisit and revise
Design Principles
- YAGNI ruthlessly — remove unnecessary features from all designs
- Isolation and clarity — break into smaller units with one clear purpose and well-defined interfaces
- Follow existing patterns — in existing codebases, match what's already there. Only propose targeted improvements where existing code directly affects the current work.
- Incremental validation — present design, get approval, then proceed
After Approval
- For tasks spanning sessions: save design notes to
memory/YYYY-MM-DD.md - Transition to
writing-plansskill to create implementation plan - Do NOT jump to implementation.
writing-plansis the next step.
When to Skip Brainstorming
- Trivial tasks (rename a file, fix a typo, one-line change)
- Emergencies requiring immediate action (but still think before acting)
- Tasks where the approach is obvious AND low-risk AND the user has already specified what they want
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: gb3h
- Source: gb3h/agent-skills
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.