Back to skills
Discovery
Brainstorm
/hapo:brainstorm
Scout-first ideation before a spec exists. It turns raw intent into spec-ready decisions without writing implementation code.
Use When
- The request is vague or broad.
- Architecture choices are still open.
- You need scope gates, risks, or tradeoffs before committing to a spec.
Flow
01 / Scout
Inspect the repo or relevant context first.
02 / Frame
Name the problem, user value, constraints, non-goals, and risks.
03 / Compare
Evaluate simple architecture options and tradeoffs.
04 / Decide
Produce spec-ready decisions and open questions.
05 / Handoff
Move to specs only after the direction is clear.
Output
A focused product and architecture direction ready for `/hapo:specs`.
Avoid
Do not use it to write code, create scaffolds, or mark implementation choices as final without approval.
Next Handoff
/hapo:specs