Everything you need to get your environment and tools ready before you run the workshop prompts.
GUIDE
BOTH PATHS
Set up your workspace
Get a clean, consistent workspace in place before you run any prompts.
- Create one workspace folder for this workshop and open it in your editor.
- Add an /assets folder for outputs and a /docs folder for documentation.
- Keep a running notes.md — every decision about an asset or flow goes there first.
GUIDE
BOTH PATHS
Connect your AI tools
Wire up one assistant you'll use consistently across both paths.
- Pick a single AI assistant — consistency beats variety for this work.
- Confirm it can take pasted context: mock-ups, file trees, and captured flows.
- Keep the Prompt Library open in a second tab so you actually reuse it.
GUIDE
REPO PATH
Local repo expectations
What your repo should look like so the repo-path prompts produce good output.
- Have the project running locally, or at least building cleanly, before you start.
- Trim the file tree so it's pasteable — drop build artifacts and dependencies.
- Note your 2–3 core user flows; the prompts will ask for them by name.
GUIDE
REPO PATH
Capture helper & Playwright setup
Set up a lightweight way to capture real user flows for documentation.
- Install Playwright (or your preferred browser-capture tool) in the project.
- Write one short script per flow that walks the steps and takes screenshots.
- Save captures into /docs so they sit next to the SOPs you'll generate.
GUIDE
BOTH PATHS
Auth for protected routes
How to capture or document an app that sits behind a login.
- Use a dedicated test account — never capture flows with real user credentials.
- Have your capture script sign in first, then reuse that session for each flow.
- Where a screenshot would expose real data, describe the gated state in words.
GUIDE
BOTH PATHS
Using these resources after the workshop
The portal is built to stay useful — here's how to keep working from it.
- Re-run the prompts whenever your mock-up or repo changes — they're built to repeat.
- Copy templates into your own workspace; treat the portal as the master copy.
- Export finished outputs into your ops system so the work lives where you work.