dev-brainstorm

Validates and refines feature ideas into structured requirements documents through interactive dialogue.

16|1|Updated May 5, 2026
One-click install
npx skills add https://github.com/AIBiz-Automatyzacje/workspace-template-mobile --skill dev-brainstorm-aibiz-automatyzacje
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: dev-brainstorm
Source: https://github.com/AIBiz-Automatyzacje/workspace-template-mobile/tree/main/.claude/skills/dev-brainstorm
Command: npx skills add https://github.com/AIBiz-Automatyzacje/workspace-template-mobile --skill dev-brainstorm-aibiz-automatyzacje

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Turning a vague idea into buildable work is hard: unclear scope, competing approaches, and missing success criteria cause wasted implementation effort. This Skill runs a structured brainstorming workflow that pressure-tests the idea, explores approaches, and produces a concrete requirements document before any planning or coding begins. ## Core Features & Use Cases - Product Pressure Test: Challenges the request with gap lenses (evidence, specificity, counterfactual, attachment, durability) to catch poorly framed problems early. - Scoped Interaction: Classifies work as Light, Standard, or Deep and adjusts questioning depth and document formality accordingly. - Requirements Document: Writes a lightweight PRD-style doc with stable requirement IDs (R1, R2...), scope boundaries, success criteria, and open questions saved to docs/brainstorms/. - Use Case: You have an idea like "users get lost during onboarding" for your Expo mobile app. Run this Skill to clarify the real problem, compare 2-3 solution directions, and produce a requirements doc ready for technical planning with /dev-plan. ## Quick Start Ask the assistant to run /dev-brainstorm with a description of the feature or problem you want to explore, then answer its questions one at a time.

Frequently Asked Questions about dev-brainstorm

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

FAQPage Schema
How do I validate a feature idea before writing code?▼

Run /dev-brainstorm with a short description of your idea. It pressure-tests the problem framing, asks clarifying questions one at a time, explores 2-3 solution approaches, and writes a requirements document with scope boundaries and success criteria.

What is the difference between dev-brainstorm and dev-plan?▼

dev-brainstorm answers WHAT to build through product dialogue and produces a requirements doc. dev-plan answers HOW to build it through technical implementation planning. Brainstorm is optional and skipped when requirements already exist.

When should I skip brainstorming and go straight to planning?▼

Skip brainstorming when requirements already exist: an existing requirements doc, a concrete list of fixes from feedback, a well-scoped bug or audit, or a task referencing an existing pattern. Forcing a brainstorm on clear requirements adds no value.

Does dev-brainstorm write any implementation code?▼

No. It explicitly does not implement code or make technical decisions. It explores, clarifies, and documents product decisions in a requirements doc; implementation details belong to the later planning and execution stages.

Where are brainstorm requirements documents saved?▼

Documents are saved in the docs/brainstorms/ directory using the naming pattern YYYY-MM-DD-<topic>-requirements.md. The Skill ensures the directory exists before writing and updates existing docs instead of creating duplicates when resuming.