brainstorming

Transform rough ideas into validated design proposals with structured questioning.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/withmartian-sandbox/ghrc-x-3126672651424eddb640ecc81321a665 --skill brainstorming-withmartian-sandbox
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: brainstorming
Source: https://github.com/withmartian-sandbox/ghrc-x-3126672651424eddb640ecc81321a665/tree/main/default/skills/brainstorming
Command: npx skills add https://github.com/withmartian-sandbox/ghrc-x-3126672651424eddb640ecc81321a665 --skill brainstorming-withmartian-sandbox

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill converts vague or incomplete ideas into validated, actionable designs by enforcing a structured, question-driven workflow and incremental validation to prevent assumptions and rework.

Core Features & Use Cases

  • Structured Questioning: Limits and sequences targeted questions to elicit missing constraints and success criteria.
  • Alternative Exploration: Generates 2-3 architectural or design approaches with trade-offs and a clear recommendation.
  • Incremental Validation & Handoff: Presents designs in sections for approval, writes design docs to docs/plans/, and hands off to writing-plans and using-git-worktrees for implementation.
  • Use case: Turn a loosely defined feature request into a validated design document and an implementation-ready plan while preserving audit evidence from the repository.

Quick Start

Ask me to refine a vague feature by saying: Help me brainstorm a design for the billing dashboard.

Frequently Asked Questions about brainstorming

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

FAQPage Schema
How do I turn a vague feature request into a validated design?▼

Transforming rough ideas into validated designs requires a structured, question-driven workflow that explores 2-3 architectural approaches, gathers constraints, and incrementally validates sections with stakeholders to prevent assumptions and rework.

What is the best way to brainstorm architecture for an unclear product feature?▼

The best way to brainstorm architecture for unclear features is by enforcing a strict question budget per phase to elicit missing success criteria, then generating 2-3 design approaches with trade-offs and a clear recommendation.

How do I validate product design proposals with stakeholders before implementation?▼

You validate product design proposals by presenting designs in sections for stakeholder approval, applying phase-lock rules to control the workflow, and writing finalized design documents to docs/plans/ for audit evidence.

Do I need a git repository to start the design validation process?▼

Yes, the design validation process requires repository reconnaissance including listing files, checking git log, and inspecting the README to understand existing constraints and preserve audit evidence during feature ideation.

How does the brainstorming workflow hand off to writing-plans and using-git-worktrees?▼

The brainstorming workflow hands off to writing-plans and using-git-worktrees by finalizing the validated design document in docs/plans/ and transferring these artifacts for downstream documentation creation and code implementation.