From oh-my-colab
Structured ideation before committing to a design. Socratic questioning to surface hidden requirements and constraints. Produces 2-3 concrete approaches with explicit tradeoffs. Runs at the start of the PLAN workflow.
How this skill is triggered — by the user, by Claude, or both
Slash command
/oh-my-colab:brainstormingThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Run before writing-plans. Goal: surface the right approach before committing to it.
Run before writing-plans. Goal: surface the right approach before committing to it.
Ask questions that reveal hidden requirements or constraints:
If the user uses project-specific terms, check .ohc/PROJECT.md first. Also
read optional domain docs (CONTEXT.md / CONTEXT-MAP.md) when present.
If they attach outside authoritative docs in non-OHC layouts, run document-intake so naming aligns with glossary rules in skills/writing-plans/references/domain-docs.md. For greenfield framing, optionally use references/product-brief-template.md.
Sharpen overloaded terms before designing.
Before brainstorming, internally score the user's initial request:
Stop asking questions when the request reaches Clear (50-75%) or higher. You must understand the problem well enough to design for it.
Generate 3 approaches. Go broad first — don't self-censor. Include at least one "boring but reliable" and one "creative but risky" approach.
## Approach A: [Name] — [simple/fast/scalable/etc]
Description: [2 sentences]
Pros: [2-3 bullets]
Cons: [2-3 bullets]
Best when: [conditions]
Estimate: Xh
## Approach B: [Name]
...
## Recommendation: [A/B/C]
[2-3 sentences explaining why this fits the current situation]
Present to user. Get explicit confirmation before moving to writing-plans. "Does this match what you were thinking? Any constraints I'm missing?"
See references/brainstorm-formats.md for alternative formats. See references/domain-docs.md for glossary and ADR-aware brainstorming.
npx claudepluginhub iadr-dev/colab --plugin oh-my-colabCreates bite-sized, testable implementation plans from specs or requirements, with file structure and task decomposition. Activates before coding multi-step tasks.