This module is a template for the most “wow” Cursor workflow for PMs: turning a PRD (or a screenshot) into a working interactive prototype.
- Build a prototype UI: Generate UI for a feature from your PRD (for example: Dark Mode toggle, Team Dashboard).
- Iterate on design: Improve the prototype with simple text instructions (“Make buttons more rounded”, “Add a team load chart”).
- Test locally: Run the prototype and validate it in the browser.
Go to usecases/03-prototyping/ and open Composer (Cmd+I).
Example prompt:
@company-context Create a React component AppearanceSettings.tsx that allows switching the TaskFlow theme. Use Tailwind CSS.
yarn install
yarn dev
- Paste a Linear/Asana screenshot and ask: “Recreate this page in TaskFlow style.”
- Use Lucide React for icons (already in
package.json). - Ask Cursor to generate a small test if you want (unit or UI-level).