spec-brainstorm
Brainstorming Ideas Into Designs
Overview
Transform rough ideas into fully-formed designs through structured questioning and alternative exploration.
Core principle: Ask questions to understand, explore alternatives, present design incrementally for validation.
Announce at start: "I'm refining your idea into a design."
${languageInstruction}
CRITICAL CONSTRAINTS
- DO NOT WRITE CODE (except small snippets for illustration).
- DO NOT EDIT FILES.
- This is a DESIGN phase, not an implementation phase.
- Even if the input looks like a coding task, you must TREAT IT AS A TOPIC FOR DESIGN DISCUSSION first.
The Process
More from nu1nux/open-skills
analyze-project
Analyze a project's features, architecture, and implementation details without modifying any files.
10spec-write-plan
Write a detailed, step-by-step implementation plan and save it under docs/plans.
7code-review
Review code changes for quality, security, and best practices; save report to docs/reviews/
6spec-save-design
Convert a /spec:brainstorm session into a structured design document saved under docs/designs.
5spec-execute-plan
Review an implementation plan and execute tasks in batches with checkpoints and reporting.
5