brainstorming

Transform ideas and requirements into validated design specifications.

Updated Mar 7, 2026
One-click install
npx skills add https://github.com/helmordev/litera-quest --skill brainstorming-helmordev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: brainstorming
Source: https://github.com/helmordev/litera-quest/tree/main/.github/skills/brainstorming
Command: npx skills add https://github.com/helmordev/litera-quest --skill brainstorming-helmordev

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill forces rigorous upfront exploration to avoid wasted work by clarifying user intent, constraints, and success criteria before any implementation begins. It prevents premature coding and unexamined assumptions that lead to rework.

Core Features & Use Cases

  • Structured discovery: examine project context, files, and recent commits to ground the conversation.
  • One-question-at-a-time refinement: ask clarifying questions serially to converge on clear goals and constraints.
  • Option analysis & recommendation: propose 2–3 approaches with trade-offs and a recommended path.
  • Design validation & handoff: present incremental design sections for approval, write a committed design doc to docs/plans/YYYY-MM-DD-<topic>-design.md, and transition to an implementation planning skill once approved.
  • Use Cases: scoping a new feature, refactoring a component, changing configuration, or documenting small utilities where assumptions must be clarified.

Quick Start

Help me brainstorm a design for adding a new feature; start by asking one clarifying question about the goals or constraints.

Frequently Asked Questions about brainstorming

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

FAQPage Schema
How do I turn feature requirements into a validated design specification?

A validated design specification requires structured discovery to clarify user intent, constraints, and success criteria before implementation begins. This process examines project context and asks targeted questions to converge on clear goals, preventing premature coding and rework.

What is the best way to scope a new feature for UX and component design?

The best way to scope a new feature is through stepwise discovery that explores project context and recent commits. It proposes multiple approaches with trade-offs and a recommended path to ensure the UX and component design meets success criteria.

How do I document design decisions for implementation handoff?

Documenting design decisions for implementation handoff involves presenting incremental design sections for approval and writing a committed design document. This specification is saved to the project docs directory to transition smoothly into implementation planning.

Can I use structured brainstorming for small configuration changes and refactoring?

Yes, structured brainstorming applies to small configuration changes and refactoring. It clarifies assumptions and examines constraints through one-question-at-a-time refinement, ensuring even minor modifications are scoped properly before coding starts.

Why does upfront design exploration prevent wasted work in software projects?

Upfront design exploration prevents wasted work by forcing rigorous clarification of user intent and constraints before coding. This stepwise discovery process eliminates unexamined assumptions that frequently lead to implementation rework.