reversa-brainstorm

Orchestrates a multi-stage ideation pipeline that clarifies raw ideas before development artifacts exist.

Updated May 22, 2026
One-click install
npx skills add https://github.com/GleisonOliveira/dockerpilot-mcp --skill reversa-brainstorm-gleisonoliveira
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: reversa-brainstorm
Source: https://github.com/GleisonOliveira/dockerpilot-mcp/tree/main/.agents/skills/reversa-brainstorm
Command: npx skills add https://github.com/GleisonOliveira/dockerpilot-mcp --skill reversa-brainstorm-gleisonoliveira

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Teams often jump straight into coding with vague ideas, leading to rework and misaligned solutions. This Skill structures the pre-development phase by guiding a raw idea through framing, divergence, premortem risk analysis, and convergence before any code or spec is written. ## Core Features & Use Cases - Staged Ideation Pipeline: Routes an idea through five agents (framer, explorer, challenger, arbiter, pre-spec), each producing a Markdown artifact in a session folder. - Session State Management: Tracks progress in .reversa/active-ideation.json, detects in-progress sessions, and resumes from the correct stage based on files on disk. - Greenfield and Legacy Contexts: Detects whether a reverse-engineering extraction exists and anchors ideation accordingly. - Use Case: A product owner with a rough feature idea runs the pipeline to get a framed problem statement, explored options, a risk premortem, and a decision document ready to hand off to requirements or migration workflows. ## Quick Start Ask the agent to start a brainstorm session by describing your idea in one or two sentences, then follow the staged prompts until the pre-spec handoff.

Frequently Asked Questions about reversa-brainstorm

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

FAQPage Schema
How do I structure brainstorming before writing code?▼

Run a staged ideation pipeline that separates problem framing, option exploration, risk premortem, and decision convergence into distinct steps. Each stage produces a Markdown artifact, so the reasoning is documented before any specification or code exists.

How does the ideation pipeline track session progress?▼

Progress is tracked in an active-ideation.json file recording the session directory, current stage, and context. The actual stage is derived from which artifact files exist on disk, and disk state wins if the metadata diverges.

Can I run a brainstorm session on an existing legacy codebase?▼

Yes. The pipeline detects whether a reverse-engineering extraction exists in the output folder and registers the context as legacy, anchoring ideation in what was already mapped. Greenfield sessions without extraction are equally supported.

What happens if a brainstorm session is interrupted?▼

When a session is already in progress, the orchestrator presents a menu to continue from where it stopped, open a parallel session, or reopen a specific stage. The previous session files are never deleted or modified without explicit confirmation.

What are the limitations of an orchestrated ideation workflow?▼

The orchestrator only routes between stages and never writes the pipeline documents itself, so each stage depends on its dedicated agent. It also never produces code during ideation, which is by design but means implementation must wait for downstream workflows.