Product Builder
Describe what you need ideas for, and I'll help you brainstorm.
A quick look at how I define problems, set constraints, and build systems.

Before building anything, I start by finding a problem worth solving, I came across posts like this one from people struggling with ideation, feeling logical and structured, but blocked when it came to thinking outside the box. That pain point resonated with me: ideation often feels messy, slow, and overwhelming. I wanted to design a system that makes idea generation structured, fast, and approachable.
Once I identified the problem, my process was to step back and look at the big picture. I break it down into three phases:
This structured approach helps me create clarity before jumping into technical details, ensuring the solution directly addresses the problem.
Functional requirements are the backbone of my process. They set the success criteria and define the constraints I design within. When developing them, I focus on both the problem and the user, making sure the solution is not only effective but also intuitive and pleasant to use. For this tool, I defined requirements like: generating at least 10 unique ideas, supporting instant replacements, and allowing users to mark and copy preferred ideas with one click.
With requirements in place, I outlined the subsystems. Each one directly supports one or more requirements, from the Input Assessment System (ensuring user prompts are clear enough) to the Replacement System (avoiding duplicates when generating new ideas). Together, these subsystems form the structure needed to meet the requirements.
Store ideas to display to users.
Analyze user's initial input to determine whether it is sufficient information to begin ideation.
Present 3-6 scoped chips (audience, style, domain, timeframe, etc.).
LLM call with: user prompt + selected chips + preference signals.
Generates new ideas in the context of all prior ideas.
Records keywords/tags from marked ideas.
1 Click copy button for all marked preferred ideas.
Finally, I created a system architecture diagram to visualize the flow of inputs, transformations, and outputs. This shows exactly how a user's text input travels through assessment, clarification, generation, and storage, before becoming usable ideas.

This structured approach isn’t limited to building tools, it can be applied to almost any kind of work. Whether designing software, shaping a workflow, or improving people-to-people processes, the steps remain the same: start with a real user need, define measurable requirements, break the solution into systems, and tie them together into a coherent process. Even if the details evolve, this foundation ensures the solution addresses the right problem.