brainstorm

Guide project ideation through stepwise questions and design sections.

132|9|Updated Mar 16, 2022
One-click install
npx skills add https://github.com/mikotoIO/mikoto --skill brainstorm-mikotoio
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: brainstorm
Source: https://github.com/mikotoIO/mikoto/tree/main/.claude/skills/brainstorm
Command: npx skills add https://github.com/mikotoIO/mikoto --skill brainstorm-mikotoio

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill provides a structured approach to turn vague ideas into concrete design plans by guiding collaborative brainstorming, capturing requirements, and aligning on success criteria before implementation.

Core Features & Use Cases

  • Stepwise questioning: one question per message to refine ideas without overwhelm.
  • Sectioned design delivery: produce 200-300 word design segments to maintain focus and readability.
  • Multi-approach evaluation: propose 2-3 design options with trade-offs, then present a recommended path.
  • Documentation readiness: generate a plan file under .brainstorm/plans and prepare a commit-ready design for version control.

Quick Start

Initiate a brainstorm session by describing your idea and requesting a stepwise design plan.

Frequently Asked Questions about brainstorm

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

FAQPage Schema
How do I turn vague project ideas into commit-ready design documentation?▼

Guided brainstorming transforms vague ideas into commit-ready design documentation by applying a stepwise workflow to define constraints, evaluate approaches, and draft design sections. It outputs documentation-ready plans directly to a .brainstorm/plans directory.

What is the best way to structure a collaborative brainstorming session for software design?▼

The best way to structure collaborative brainstorming uses stepwise questioning with one question per message to refine ideas without overwhelming the team. It evaluates 2-3 design approaches with trade-offs before presenting a recommended path.

How does stepwise ideation work for generating a design plan?▼

Stepwise ideation works by identifying the core goal and intended user outcome, then delivering design segments in focused 200-300 word chunks. This maintains readability while ensuring all outputs are documentation-ready.

Can I use this brainstorming workflow to generate a plan file for git version control?▼

Yes, you can use this brainstorming workflow to generate a plan file for git version control. It creates a plan file under .brainstorm/plans and prepares a commit-ready design that can be pushed directly to your repository.

Does the ideation process support evaluating multiple design approaches before implementation?▼

Yes, the ideation process supports evaluating multiple design approaches by proposing 2-3 design options with specific trade-offs. It then presents a recommended path to align on success criteria before implementation begins.

When should I use guided brainstorming instead of starting implementation directly?▼

You should use guided brainstorming when you have a vague idea requiring structured requirements gathering and success criteria alignment. It captures collaborative input and defines constraints before committing to a specific implementation path.