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.
npx claudepluginhub iadr-dev/colab --plugin oh-my-colabThis skill is limited to using the following tools:
Run before writing-plans. Goal: surface the right approach before committing to it.
Mandates invoking relevant skills via tools before any response in coding sessions. Covers access, priorities, and adaptations for Claude Code, Copilot CLI, Gemini CLI.
Share bugs, ideas, or general feedback.
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.