Skip to content
OpenSmartRoute
Skillv1.0.0

brainstorming

Rapid ideation skill adapted from obra/superpowers to kick off cortex sessions. Use when defining scope, aligning on goals, or exploring solution space before coding.

by nickcrew(0) 0 installs
Free
Sign in to install

Free account. Installing gives you the manifest plus copy-paste snippets.

See reviews

About

Imported from nickcrew/claude-cortex (skills/collaboration/brainstorming/SKILL.md). Install upstream with npx skills add nickcrew/claude-cortex --skill brainstorming. Copyright stays with the author (MIT (obra/superpowers)).

/collaboration:brainstorming

Ported from obra/superpowers (MIT). Optimized for cortex so brainstorming outputs flow directly into Supersaiyan visuals and the Task TUI.

When to run

  • Before touching code: align on problem, success signals, blockers.
  • After big context shifts: new stakeholder, major dependency change, fresh repo checkout.
  • When you feel stuck: broaden solution space before diving back in.

Inputs you need

  • Current goal or ticket reference.
  • Repo hints: relevant modes/ (e.g., modes/Super_Saiyan.md) and scenarios/ if they exist.
  • Constraints (deadline, platforms, regulatory, etc.).

Steps

  1. Set the stage
    • Load modes/Super_Saiyan.md (CTRL+P → "Super Saiyan Mode") for visual/tone context.
    • Skim any scenarios/ideation/*.md tied to the feature.
  2. Map the landscape
    • List known goals, success metrics, blockers, unknowns.
    • Capture existing assets (agents, rules, workflows) that might help.
  3. Generate options
    • Expand at least three distinct approaches (different modes, agents, or workflows).
    • Note pros/cons, risk, required verification per approach.
  4. Select candidate plan
    • Pick the best approach and flag what still needs validation.
  5. Seed Tasks
    • Open the Task view (T) and add top-level tasks from the brainstorming takeaways (or run /ctx:plan next to formalize).

Output format

### Problem / Goal
### Success Signals
### Constraints / Risks
### Existing Assets
### Options
- Option A …
- Option B …
- Option C …
### Chosen Direction & Next Checks

Paste the summary into the chat (or save under scenarios/). Then move to /ctx:plan.

Resources

  • See skills/collaboration/brainstorming/resources/examples.md for ready-made follow-up prompts.

Use it

Copy one of these into your project. Installing also returns the manifest and these snippets.

yaml
targets:
  - https://api.opensmartroute.ai/api/v1/registry/nickcrew-claude-cortex-brainstorming/manifest   # or paste the manifest below

Manifest

An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.

nickcrew-claude-cortex-brainstorming.ocm.jsonjson
{
  "ocm": "1",
  "id": "nickcrew-claude-cortex-brainstorming",
  "kind": "skill",
  "name": "brainstorming",
  "description": "Rapid ideation skill adapted from obra/superpowers to kick off cortex sessions. Use when defining scope, aligning on goals, or exploring solution space before coding.",
  "publisher": "nickcrew",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "brainstorm",
      "brainstorming-session",
      "generate-ideas",
      "ideation",
      "let-s-brainstorm",
      "skills-sh"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Rapid ideation skill adapted from obra/superpowers to kick off cortex sessions. Use when defining scope, aligning on goals, or exploring solution space before coding."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "skills.sh",
      "repository": "https://github.com/nickcrew/claude-cortex",
      "path": "skills/collaboration/brainstorming/SKILL.md",
      "ref": "HEAD",
      "url": "https://github.com/nickcrew/claude-cortex/blob/HEAD/skills/collaboration/brainstorming/SKILL.md",
      "key": "nickcrew/claude-cortex/skills/collaboration/brainstorming/SKILL.md"
    },
    "license": "MIT (obra/superpowers)"
  },
  "instructions": "# `/collaboration:brainstorming`\n\nPorted from obra/superpowers (MIT). Optimized for cortex so brainstorming outputs flow directly into Supersaiyan visuals and the Task TUI.\n\n## When to run\n\n- **Before touching code**: align on problem, success signals, blockers.\n- **After big context shifts**: new stakeholder, major dependency change, fresh repo checkout.\n- **When you feel stuck**: broaden solution space before diving back in.\n\n## Inputs you need\n\n- Current goal or ticket reference.\n- Repo hints: relevant `modes/` (e.g., `modes/Super_Saiyan.md`) and `scenarios/` if they exist.\n- Constraints (d",
  "cost": {
    "context_tokens": 448
  }
}

Fetch it by URL: GET /api/v1/registry/nickcrew-claude-cortex-brainstorming/manifest?version=1.0.0

Reviews

Star ratings from people who tried it. One review per account; edit yours any time.

No reviews yet. Install it, try it, and be the first to rate it.