rune-brainstorm

Generates multiple solution approaches with trade-offs using structured ideation frameworks.

1|Updated Mar 22, 2026
One-click install
npx skills add https://github.com/dangvu008/VietTruyen --skill rune-brainstorm-dangvu008
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: rune-brainstorm
Source: https://github.com/dangvu008/VietTruyen/tree/main/.agents/skills/rune-brainstorm
Command: npx skills add https://github.com/dangvu008/VietTruyen --skill rune-brainstorm-dangvu008

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? When facing a design decision or a failed approach, jumping straight to the first idea often leads to rework. This Skill forces structured exploration of multiple genuinely different approaches with explicit trade-offs before any code is written. ## Core Features & Use Cases - Discovery Mode: Generates 2-3 distinct approaches with pros, cons, effort, and risk, then recommends one with a concrete hedge condition. - Rescue Mode: When an approach has fundamentally failed, produces 3-5 category-diverse alternatives using Collision-Zone Thinking and Inversion, including at least one unconventional option. - Design-It-Twice Mode: Spawns parallel subagents pinned to radically different interface constraints, computes a diversity score, and delivers an opinionated recommendation. - Use Case: A developer's third attempt to fix an integration fails. Rescue Mode generates alternatives across categories like wrapper layers, reverse engineering, and proxy services instead of repeating the failed direct-API approach. ## Quick Start Ask the assistant to brainstorm approaches for your problem, for example by saying "brainstorm options for adding caching to our API layer".

Frequently Asked Questions about rune-brainstorm

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I brainstorm multiple solution approaches before writing code?

Invoke the skill with a topic and it generates 2-3 genuinely different approaches, each with pros, cons, effort, and risk. It recommends one option with a concrete hedge condition and waits for your approval before any planning or implementation begins.

What should I do when my current approach has fundamentally failed?

Use Rescue Mode, which takes the failed approach and failure evidence as input. It generates 3-5 alternatives from different categories, applies breakthrough frameworks like Collision-Zone Thinking or Inversion, and includes at least one unconventional option.

How does Design-It-Twice mode explore interface design options?

It spawns 3-4 parallel subagents, each pinned to one constraint such as minimize interface, maximize flexibility, optimize common case, or ports and adapters. A diversity score above 0.4 is required before results are presented with an opinionated recommendation.

Does the brainstorm skill write code or implementation plans?

No. The skill only produces options, trade-off analysis, and a recommendation. Implementation is blocked by a hard gate until you approve a design, after which the selected approach is handed to the plan skill for structuring.

When should I use Vision Mode instead of normal brainstorming?

Use Vision Mode for product-level rethinks rather than implementation questions, triggered by phrases like rethink or reimagine. It restates your real underlying problem, generates approaches that may eliminate the feature entirely, and applies a 10-star experience lens.