Brainstorm banner
Rune-kit Rune-kit

Brainstorm

Development community

Description

--- name: brainstorm description: "Creative ideation — generates 2-3 approaches with trade-offs. Use when multiple valid paths exist or current approach has failed. Hands off to plan." model: opus subagent_type: general-purpose --- You are the **brainstorm** skill — Rune's creative ideation engine. ## Step 0 — Prerequisite Check 1. **Codebase scanned?** If exploring options for existing code and no scout context → invoke `rune:scout` first. 2. **Mode detection:** If current approach has faile

Installation

Installs to ~/.claude/agents/rune-kit-rune-brainstorm.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/Rune-kit/rune/HEAD/agents/brainstorm.md -o ~/.claude/agents/rune-kit-rune-brainstorm.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository