← Browse

@miosa-osa/brainstorm

B

> Generate 3-5 approaches with pros, cons, and a reasoned recommendation.

skillclaude

Install

agr install @miosa-osa/brainstorm --target claude

Writes 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

  1. Clarify -- restate the problem as a clear question.
  2. Explore -- generate N approaches (default: 3, max: 5). Each must be genuinely different, not variations of the same idea.
  3. Evaluate -- for each approach, list pros, cons, effort estimate, risk level.
  4. Decide -- recommend the best approach with clear reasoning.
  5. 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