---
name: workbench-product-brainstorming
description: Bounded product ideation, workflow design, ambition checks, tradeoffs, and smallest-test shaping.
---

# Workbench Product Brainstorming

Use this skill for fuzzy product ideas, workflow design, "go crazy" exploration, feature shaping, and ambition checks before implementation.

## Brainstorming Loop

1. Capture the user's raw intent in plain language.
2. Name the job-to-be-done and the painful current workaround.
3. Separate must-have constraints from optional ambition.
4. Generate two or three viable directions, not an unbounded idea dump.
5. Compare tradeoffs, failure modes, and operational cost.
6. Recommend one path and the smallest test that proves it matters.

## Guardrails

- Do not convert every idea into immediate live automation.
- Do not expand scope into runtime/core changes without explicit approval.
- Keep "10x" ideas grounded in the actual workspace, agents, skills, and verification paths.
- Preserve the two-ring model: the conductor designs and routes; specialists execute bounded tasks.

## Output Contract

Return:

- `RAW INTENT`
- `USER JOB`
- `OPTIONS`
- `TRADEOFFS`
- `RECOMMENDATION`
- `SMALLEST TEST`
- `OPEN QUESTIONS`
