brainstorming
Installation
SKILL.md
Brainstorming
Turn rough ideas into a clear, beginner-friendly design document.
Hard Rules
- Do not write implementation code during this skill.
- Do not commit changes. The user must review everything first.
- Ask one question at a time.
- Never work on
main(or the default branch). Check the current branch at the start — if onmain, create a feature branch before any file changes.
Goals
- Understand what the user wants to build and why.
- Gather as much context as possible about the problem space.
- Explain choices in simple terms for beginners.
- Produce a design document in a user-approved location.