brainstorming

Delegate feature brainstorming to the upstream skill and return control for spec-feature.

1|Updated Mar 3, 2026
One-click install
npx skills add https://github.com/AndreJorgeLopes/devflow --skill brainstorming-andrejorgelopes
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: brainstorming
Source: https://github.com/AndreJorgeLopes/devflow/tree/main/skills/brainstorming
Command: npx skills add https://github.com/AndreJorgeLopes/devflow --skill brainstorming-andrejorgelopes

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It helps you quickly explore user intent, requirements, and design options for a new feature or behavior change without skipping the structured devflow pipeline.

Core Features & Use Cases

  • Upstream brainstorming pass-through: Delegates the creative requirements/design exploration to the upstream brainstorming workflow while preserving the original user inputs.
  • Devflow pipeline alignment: Ensures the brainstorming flow terminates by handing control back to you at the correct devflow stage so the next step becomes spec formalization rather than jumping ahead.
  • Single canonical entry point: Provides a stable /devflow:brainstorming interface for callers so they never need to know or directly invoke the upstream skill.

Quick Start

Use the devflow brainstorming wrapper to start a new design exploration by asking your AI to run /devflow:brainstorming with your feature goal and any constraints you already know.

Frequently Asked Questions about brainstorming

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

FAQPage Schema
How do I brainstorm feature design and requirements before writing implementation plans?

To brainstorm feature design, use a structured workflow to explore user intent and design options for new features. This process discovers requirements and approved designs before committing to implementation planning, ensuring you formalize specs correctly.

What is the devflow pipeline approach for spec handoff after design exploration?

The devflow pipeline approach for spec handoff ensures brainstorming terminates by returning control at the correct stage. This prevents jumping ahead to writing plans directly, requiring you to formalize specifications before proceeding to implementation.

How do I start exploring new feature behavior changes using Claude Code?

To start exploring feature behavior changes, invoke the canonical devflow entry point with your feature goal and known constraints. This delegates inputs to the upstream brainstorming workflow while preserving your original parameters for design discovery.

Can I skip brainstorming and jump directly to writing plans for agent workflow changes?

You cannot skip brainstorming to jump directly to writing plans. The workflow blocks direct transition to writing plans and instead returns control for the spec formalization step, ensuring requirements and intent are discovered first.

Does the brainstorming workflow require direct invocation of upstream MCP skills?

The brainstorming workflow does not require direct invocation of upstream MCP skills. It provides a single canonical entry point that delegates inputs automatically, so callers never need to know or directly invoke the upstream skill themselves.