@miosa-osa/brainstorm
B> Generate 3-5 approaches with pros, cons, and a reasoned recommendation.
Install
agr install @miosa-osa/brainstorm --target claudeWrites 1 file into .claude/skills/, pinned to git-b4c64a4f.
- .claude/skills/brainstorm/SKILL.md
Document
/brainstorm
Generate 3-5 approaches with pros, cons, and a reasoned recommendation.
Usage
/brainstorm "<problem>" [--options <n>] [--constraint "<constraint>"]
What It Does
Takes a problem or decision, generates multiple distinct approaches, evaluates each on pros/cons/effort, and provides a reasoned recommendation. Forces structured thinking before jumping to implementation.
Implementation
- Clarify -- restate the problem as a clear question.
- Explore -- generate N approaches (default: 3, max: 5). Each must be genuinely different, not variations of the same idea.
- Evaluate -- for each approach, list pros, cons, effort estimate, risk level.
- Decide -- recommend the best approach with clear reasoning.
- Plan -- break the recommended approach into concrete next steps.
Examples
# Brainstorm a technical decision
/brainstorm "How should we handle auth in the platform?"
# Brainstorm with more options
/brainstorm "Revenue model for OS Accelerator" --options 5
# Brainstorm with constraints
/brainstorm "Hiring a frontend dev" --constraint "budget under $8K/mo"
Trustgrade B
- passBody integrity
Whether the stored document is plausibly the kind of file the artifact declares, rather than something fetched by mistake.
- passType matchnot applicable to this artifact type
Whether the artifact is really the kind of thing its metadata claims it is.
- passFreshness
How long since the source repository was last pushed to.
- passPrompt injection
Scans the artifact's own text for instructions aimed at your agent rather than at you.
- warnLicenseno SPDX license detected
Whether the source repository declares an SPDX license permissive enough to redistribute.
How the grade is calculated
Each check contributes 0 points when it passes, 1 when it warns, and 2 when it fails. The total maps to a letter:
- Aevery check passed
- Bone warning
- Ctwo warnings
- Dprompt injection or body integrity failed, or three warnings
- Fone of those failed, and something else is wrong
These are automated hygiene checks, not a security audit, and not a dependency or vulnerability scan. A grade of A means nothing was flagged — not that the artifact is safe.
Versions
git-b4c64a4fbb4d2026-07-31