real world workflows
Different designers, different needs. But I’ve noticed a few standout patterns emerging with AI coding assistants. Let’s get really specific.
The corporate designer
Goal: Communicate a “blue sky” initiative or feature concept to your PM or dev team.
1. Refine a PRD
- Use Claude or ChatGPT to polish your “blue sky” PRD or spec.
- Let the AI highlight key objectives, success metrics, or user flows - edit to completion.
2. Scaffold some visual concepts
- Hop into Figma with the shadcn/ui design system to lay out core screens.
- Keep it minimal - focus on the main user flow that supports the concept.
3. Generate a prototype
- Plug your updated PRD details + Figma wireframes into v0.dev or Lovable.dev.
- Watch it spin up an interactive version that actually looks legit.
4. Iterate and share
- Tweak copy, colors, and micro-interactions in real time.
- Fire up a short Loom video. Send it to your PM, devs, and stakeholders. Show them what’s really possible.
Why this works:
You’re no longer just handing over big ideas in a deck or static screens. You’ve got a functional prototype that dev and PM can poke at, break, and get excited about.
The weekend hobbyist
Goal: Play, learn, and hopefully spark your next wave of creative curiosity.
1. Start tiny. Even smaller than that.
- Seriously, pick the smallest feature or idea you can imagine.
- Ask ChatGPT or Claude for “the simplest way to implement X.”
2. Use Lovable.dev (or Bolt.new)
- Paste your short “tech PRD” or just a paragraph about your idea (check out this prompt handbook for AI coding)
- Let the AI scaffold an MVP of one feature or workflow at a time.
3. Experiment with one add-on
- Maybe user authentication with Supabase.
- Or a tiny data store so you can save progress.
4. Ship it quick
- “Perfect” is the enemy of learning. Get your half-baked app live on Vercel in under an hour.
- Tweet it out, share with friends, gather that sweet feedback or vanity dap.
5. Keep tinkering
- Go ahead and break it, fix it, tweak it. The more you tinker, the more you learn.
- Prompt the AI again for a new feature: “Add a notification system.” Or copy/paste pre-built shadcn components. Boom, more fun.
Why This Works:
You’re not chasing production-ready output, but you'll get excited at how close you can get. Plus, building things for you is one of the best ways to have fun while learning. You might accidentally build something useful.
The indie founder
Goal: Build small software that can scale just enough - and possibly make money.
Below is my actual step-by-step process when starting a new project:
1. Refine a technical PRD
2. Scaffold UI ideas in Figma
- Use shadcn/ui so you’re not reinventing the wheel. It works well with most of the AI coding assistants.
- Keep it modular and consistent.
3. Generate an LLM prompt
- Combine your refined PRD with your Figma visuals to ask Claude or ChatGPT to generate a prompt.
- This becomes your “one-shot generator” request - your starting point.
4. Build in Lovable.dev
- Paste your epic prompt and watch it generate the basic codebase.
- This is where your design skills shine: micro-iterations, real-time testing, quick design tweaks.
5. Setup auth + database
- Connect Supabase so you can handle user sign-ups and store data.
- This is usually done in a couple of clicks or a single prompt.
6. Iterate and optimize
- Keep working in Lovable for ~20 hours until you hit MVP satisfaction.
- Doesn’t have to be perfect - just enough for your earliest adopters.
7. Migrate to GitHub + VS Code
- Once it’s real enough (and you’re past the “building in the cloud” phase), move it local.
- Now you can add Cursor for deeper debugging, or GitHub Copilot if you prefer.
Why This Works:
You’re not stuck between “hacky prototype” and “full-blown engineering fiasco.” You can validate your concept, onboard real users, and be nimble enough to change directions, without losing your entire product build in the process.