cx-brainstorm

Creates and decomposes masterfiles for brainstorming ideas into actionable changes.

Updated Mar 25, 2026
One-click install
npx skills add https://github.com/AngelMaldonado/skills --skill cx-brainstorm
Or copy as Structured Prompt for Agentβ–Ό
Please help me install this Agent Skill.
Skill: cx-brainstorm
Source: https://github.com/AngelMaldonado/skills/tree/main/.claude/skills/cx-brainstorm
Command: npx skills add https://github.com/AngelMaldonado/skills --skill cx-brainstorm

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Create and decompose masterfiles for brainstorming. A masterfile is a freeform document in docs/masterfiles/ where ideas are explored before being structured into a formal change.

Core Features & Use Cases

  • Create masterfiles to capture initial ideas and context for new explorations.
  • Decompose masterfiles into structured changes ready for implementation.
  • Reference existing masterfiles by name to reuse context and maintain continuity.

Quick Start

Run cx brainstorm <name> to create a new masterfile and start capturing ideas.

Frequently Asked Questions about cx-brainstorm

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

FAQPage Schema
How do I capture brainstorming ideas before structuring them into formal changes?β–Ό

You can capture brainstorming ideas in a freeform masterfile stored under docs/masterfiles/. This document lets you explore concepts and context before decomposing them into structured changes ready for implementation.

What is the best way to decompose ideation sessions into actionable engineering tasks?β–Ό

Decomposing ideation sessions into actionable tasks is done by running the cx decompose command on a masterfile. This transforms the freeform brainstorming context into structured changes ready for implementation workflows.

How do I create a new masterfile for product concept exploration?β–Ό

To create a masterfile for product concept exploration, run the cx brainstorm command with a name argument. This generates a new freeform document in docs/masterfiles/ to capture your initial ideas and context.

Does the masterfile naming convention enforce specific formatting rules?β–Ό

Yes, the masterfile naming convention enforces kebab-case formatting. This ensures consistent file naming across ideation sessions when storing freeform documents under the docs/masterfiles/ directory.

Can I reference existing masterfiles to maintain context across different ideation sessions?β–Ό

Yes, you can reference existing masterfiles by name to reuse context and maintain continuity. This allows you to build upon previously captured ideas without losing the context established in earlier explorations.