You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation.
Help turn ideas into fully formed designs and specs through natural collaborative dialogue.
Start by understanding the current project context, then ask questions one at a time to refine the idea. Once you understand what you're building, present the design and get user approval.
Do NOT invoke any implementation skill, write any code, scaffold any project, or take any implementation action until you have presented a design and the user has approved it. This applies to EVERY project regardless of perceived simplicity.Autonomous override: When no user is available to approve, this HARD-GATE does not apply: skip design presentation and approval, proceed directly to implementation, treating every approval gate as auto-approved.
Every project goes through this process. A todo list, a single-function utility, a config change — all of them. "Simple" projects are where unexamined assumptions cause the most wasted work. The design can be short (a few sentences for truly simple projects), but you MUST present it and get approval.
Autonomous override: When no user is available, skip this anti-pattern guidance — proceed directly to exploring context and implementing; do not present a design for approval.
You MUST create a task for each of these items and complete them in order:
Autonomous mode (no user available): Skip steps 2–8. Only do: explore project context (step 1) → implement directly (invoke compose:plan or compose:execute). Do NOT present a design, ask questions, write a spec, or wait for approval.
specs/ directory given in the <compose_docs_dir> block of your prompt, as YYYY-MM-DD-<topic>-design.md, and commit. For single-step fixes or small changes, keep the design in conversation context only.The terminal state is invoking compose:plan. Do NOT invoke frontend-design, mcp-builder, or any other implementation skill. The ONLY skill you invoke after brainstorming is compose:plan.
Understanding the idea:
compose:ask with those answers as optionscompose:ask with 2-3 suggested answers as options — the user can always type their own answerExploring approaches:
Presenting the design:
Once you believe you understand what you're building, present the design
Scale each section to its complexity: a few sentences if straightforward, up to 200-300 words if nuanced
After presenting each section, use compose:ask:
Design ReviewDoes this <section-name> look right?Looks good, description: Approve and continueNeeds changes, description: I have feedbackIf no user is available, treat as approved and continue.
Cover: architecture, components, data flow, error handling, testing
Be ready to go back and clarify if something doesn't make sense
Design for isolation and clarity:
Working in existing codebases:
Documentation (optional, multi-step features only):
For features with multiple tasks or significant architectural decisions:
specs/ directory given in <compose_docs_dir>, as YYYY-MM-DD-<topic>-design.md
For single bug fixes or small changes, skip the written spec — the design presented in conversation is sufficient.
Spec Self-Review (if doc written): After writing the spec document, look at it with fresh eyes:
Fix any issues inline. No need to re-review — just fix and move on.
User Review Gate (if doc written):
After spec self-review passes, use compose:ask:
Spec ReviewSpec written and committed to <path>. Ready to proceed?Approved, description: Proceed to compose:planChanges needed, description: I have revisionsIf no user is available, treat as approved and invoke compose:plan.
If "Changes needed" or custom feedback, apply changes and re-run spec review. Only proceed on approval.
Implementation:
When writing the spec, give every ## section heading a stable anchor ID so downstream plan tasks and reviewers can reference exact spec locations. Put the ID at the start of the heading text:
## [S1] Problem
## [S2] Solution overview
## [S3] Coverage gate behaviorRules:
S followed by a number ([S1], [S2], [S3], ...), unique within the spec — no two sections share an ID, and no section is left without one.[S1], the next is [S2], and so on).covers: references and review verdicts depend on these IDs not drifting — renumbering would silently break every reference that points at them.These anchors are the index the plan and reviewers use to trace each task and each review verdict back to the exact spec section it serves.
A browser-based companion for showing mockups, diagrams, and visual options during brainstorming. Available as a tool — not a mode. Accepting the companion means it's available for questions that benefit from visual treatment; it does NOT mean every question goes through the browser.
Offering the companion: When you anticipate visual content (mockups, layouts, diagrams):
Check memory for a visual-companion preference in the compose-preferences memory file. If found, honor it.
If no saved preference, offer consent using compose:ask (this MUST be its own message — do not combine with other content):
Visual CompanionSome upcoming questions may benefit from browser-based mockups and diagrams. This feature is token-intensive and requires opening a local URL.Yes, always, description: Enable visuals for this and future sessionsNo, never, description: Skip visuals for this and future sessionsYes, this time, description: Enable visuals for this session onlyNo, this time, description: Skip visuals for this session onlyIf no user is available, skip the visual companion and use text-only.
If "Yes, always" or "No, never": Save to the compose-preferences memory file.
If declined, proceed with text-only brainstorming.
Per-question decision: Even after the user accepts, decide FOR EACH QUESTION whether to use the browser or the terminal. The test: would the user understand this better by seeing it than reading it?
A question about a UI topic is not automatically a visual question. "What does personality mean in this context?" is a conceptual question — use the terminal. "Which wizard layout works better?" is a visual question — use the browser.
If they agree to the companion, read the detailed guide before proceeding:
<compose:brainstorm>/visual-companion.md
ff87d47
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.