Log in

AUGMENTED DESIGNER PROGRAM

THE
AUGMENTED
DESIGNER

The line between product, design, and engineering is blurring.

A self-paced course for product designers — get fluent in product and engineering with AI.

View course
install product + engineering skills
★ UPGRADE COMPLETE
Design it. Scope it. Ship it.
Welcome to the future.
AUGMENTED DESIGNER

The design job market is shifting

Open any product design job ad and AI fluency is now a requirement. Entire teams are becoming AI native. I’ve lived it. My role has swung between designer / product owner leading teams and designer / engineer shipping code.

My honest prediction: design jobs will get harder to land without AI fluency. I’m on a mission to help designers navigate this shift.

Freya Stockman Freya Stockman  - pixel art

I'm Freya Stockman, a product designer working in AI who uses AI to lead my own team like a PM and ship code like an engineer.

No gate-keeping. I translate what AI engineers do into something designers can actually use.

Become a top product orchestrator

Direct AI across all three lanes — product, design, and engineering — so you can bridge the whole triad and stay self-sufficient.

MASTER
THE TECH

MASTER THE TECH

Understand how AI coding works — the tools, the lingo, and how engineers think. Explained simply.

BUILD A
2ND BRAIN

BUILD A 2ND BRAIN

Use AI coding tools to build context layers and systems your AI can run and scale — speeding up workflows and handing off the repetitive tasks.

DESIGN AT
AI SPEED

DESIGN AT AI SPEED

Go from idea to polished UI faster — wireframes, flows, and visuals, sped up with AI.

LEAD LIKE
A PM

LEAD LIKE A PM

Scope the work, break it into clear milestones, and lead delivery — even when there's no PM.

CODE LIKE
ENGINEERS

CODE LIKE ENGINEERS

Ship real, production-ready code that passes review. No messy AI output.

BUILD
APPS

BUILD FULL-STACK APPS

Take an idea all the way to a live product — build it, ship it, improve it.

If they can, so can you.

Sam
"This isn't just a course for AI coding, it's a product delivery masterclass. Freya really has her own secret sauce that goes beyond any Cursor tutorial. It's the fastest way to become a high-impact builder."
Sam
Product Lead
Nishanth
"When Freya demoed at the GenAI Lab event, I knew immediately she'd be a great mentor. A designer who ships code, it was a signal that the future of product is blurring the lines between PM, design, and engineering. Beyond the course, having the Slack community for quick advice on any question is invaluable. I'd highly recommend working with her."
Nishanth
Product Manager
Hazel
"Freya introduced me to Claude Code. Now I use it almost every day, renovating my website and portfolio, vibe coding small personal projects. I also found Freya's planning framework incredibly helpful. The way she structures project planning makes the process much less winding and helps turn vague ideas into something clearer and easier to build. Whenever I reached out with questions in Slack, she didn't just give answers but took the time to explain the thinking behind them."
Hazel
Product Designer

Level up across 7 levels

Master AI tech
1
Level 1
LEVEL 1

Develop Engineer Mindset

Understand how AI coding works and think like an engineer

3 LESSONS
  • A Brand New World Is Forming — How AI is reshaping the product lifecycle and where designers fit in
  • Tech 101: How AI Coding Actually Works — The 3 layers behind every AI system: files (brain), Cursor (hands), APIs & MCPs (nervous system)
  • Coding Glossary For Dummies — Plain-English definitions for repo, branch, commit, PR, deploy and the dev workflow
2
Level 2
LEVEL 2

Setup Your Core Tools

Get your environment ready and create your quality protectors

6 LESSONS
  • Install Your Command Centre — Get Cursor, Claude Code CLI, and GitHub set up and ready to go
  • Cursor Tips — Shortcuts and patterns that make Cursor feel like an extension of your brain
  • Claude Code Tips — Use Claude Code in the terminal for bigger jobs Cursor can't fit in context
  • Voice Dictation for Vibe Coding — Talk to Claude Code faster than you can type, hands-free
  • Codebase Enablement — Set up your project so Claude Code knows your patterns, conventions, and rules
  • Your DON'T File — Create rules that stop Claude Code from making the same mistakes twice
Become the Triad with AI
3
Level 3
LEVEL 3

Build Your 2nd Brain

Become the triad. Own end-to-end product delivery.

6 LESSONS
  • Your Entire Job Is a Folder — Treat your work like a codebase — every doc, plan, and decision lives in files AI can read
  • Anatomy of Skills — Reusable AI workflows you can call by name, like "/research" or "/design-review"
  • Create Skills — Design It — Sketch out a Skill from scratch: input, instructions, output
  • Create Skills — Strategise It — Decide when AI should ask, when to act, and when to stop
  • Create Skills — Build It — Turn a Skill spec into a working command you can run from anywhere
  • From Brief to Design Doc — Talk to your codebase in Cursor and let AI write the design doc with you
4
Level 4
LEVEL 4

Automate your job

Learn how to use APIs and plugins to build agents.

3 LESSONS
  • Anatomy of Automations — How automations are built: triggers, actions, integrations
  • Product Lifecycle Loop — Connect Figma, your ticket tool, and your codebase so Cursor sees the whole product
  • AI Agents Running Autonomously — Let agents run jobs while you sleep — define the goal and the guardrails
5
Level 5
LEVEL 5

Ship Code Like An Engineer

How to ship your first Pull Request in Github end-to-end

12 LESSONS
  • The 70-20-10 Rule — Know which problems to vibe-code, which to plan, and which to leave to engineers
  • Create Implementation Plan — Turn a brief into a phased technical plan AI can actually follow
  • Stress Test Your Plan — Catch the edge cases and gaps before you start building
  • Start a New Project — The 5-step work loop: Open Repo → Pull Latest → Branch → Find File → Preview
  • Implement Phase by Phase — Ship in small, reviewable chunks instead of one big AI dump
  • Managing Visual Assets — Wire up images, GIFs, and design assets without breaking your build
  • Feature Flags — ON/OFF Switch — Ship to prod safely behind a toggle so you can roll back instantly
  • Commit & Push Changes — Save and share your work with clear commit messages AI helps you write
  • Engineer Feedback Loops — Handle code review and feedback the way an engineer would
  • Approved? Don't Forget E2E Testing! — Run automated tests that click through your app like a real user
  • Handover vs Ship — When to merge it yourself and when to hand it off to your team
  • Rapid Prototyping in Cursor — Build throwaway prototypes in 20 minutes to test ideas before committing
6
Level 6
LEVEL 6

Prove Your Impact

Run experiments and let data prove your designs work

6 LESSONS
  • Track What Matters — Pick the metrics that prove your work is working
  • Run Experiments — Set up A/B tests so data tells you which design wins
  • A/B Experiments Reference — A library of common experiment patterns you can adapt
  • Best Practices Reference — Sample sizes, hypotheses, statistical significance — what you need to know
  • Experiment Procedure Guide — End-to-end checklist for setting up, running, and reading an experiment
  • Read Your Results — Spot the difference between a real win and statistical noise
Build your own products
7
Level 7
LEVEL 7

Build A Full Stack App

Build apps from scratch and deploy them live

12 LESSONS
  • Anatomy of an App: What Makes It Work — Frontend, backend, database, APIs — explained without jargon
  • Scaffold Your App — Set up a fresh project with the boilerplate AI fills in for you
  • Build Your Core Feature — Pick the one thing your app must do, build that first
  • Add Breakpoints: Make It Responsive — Make your app work on mobile, tablet, and desktop
  • Polish the UX — Loading states, error states, empty states — the details that make it feel real
  • Brand It: Logo, Colors, Layout — Apply your brand system across the whole app
  • Add Animations, Music & Motion — Small motion moments that make the app feel alive
  • Build Your Landing Page — A high-converting landing page to send users to before signup
  • Add Auth & Database — Login, signup, and storing user data so it persists
  • Add AI Features — Plug in OpenAI/Anthropic to add AI features users can interact with
  • Connect Payments & Booking — Take payments via Stripe and let users book or subscribe
  • Deploy It: Get a Real URL — Push your app to Netlify or Vercel so anyone can use it live

Approx. 3 hours of content and a lifetime of building.

View pricing

Download 100+ skills in Level 3

Each skill is a slash command you type in Claude Code — like /problem-reframe — and it runs the entire task for you. Explore the map, or switch to the flowchart view — tap any skill to see what it does.

Hover a node

    Talk your way to sharper output

    Interactive voice-to-text prompts inside each level help you get the context out of your head faster so AI can produce better output faster.

    Record yourself answering each question

    1. What does your app do? - Explain it like you're telling a friend at a coffee shop
    2. What problem does it solve? - What's the pain your users feel?
    3. How do people currently solve this? - Spreadsheets? A different app? Nothing?
    4. What makes your version better?

    I want to clarify the positioning of an app idea I have. Here's the context:
    
    MY BRAIN DUMP:
    [YOUR BRAIN DUMP GOES HERE]
    
    Based on the above, please:
    1. Restate what the app does in one clear sentence anyone could understand.
    2. Sharpen the problem statement  - name the specific pain, who feels it, and how often.
    3. Map the alternatives people use today, with the pros and cons of each.
    4. Articulate the unique edge of this version in 2-3 short bullets.
    
    Format the result as a "Positioning Brief" I can paste into my notes or share with a collaborator.
    
    ---
    This is just one of 20 interactive voice prompts inside The Augmented Designer Program.
    Enrol at augmenteddesigner.com for the full course.

    Build skills that compound

    No more AI hype fatigue. The tools will keep changing — what you learn here doesn't.

    FROM THE FRONTLINE

    FROM THE FRONTLINE

    The most current techniques used by real AI engineers at cutting-edge tech companies.

    TIMELESS SKILLS

    TIMELESS SKILLS

    AI literacy that you can plug into any job or business.

    INSTANT UPGRADES

    INSTANT UPGRADES

    Your entire system instantly gets smarter with every LLM model upgrade.

    Become The Entire Triad With AI

    For designers and PMs who want to future-proof their careers as AI reshapes the market.

    YOUR SECRET WEAPON
    Augmented Designer Course
    Designer → PM → Engineer → Product Builder
    • Lifetime access to all 7 course levels plus bonus content
    • 103+ skills to streamline PM, design & vibe-coding tasks - download to use
    • 20+ interactive voice-prompts - to help you get valuable context out of your head for each task
    • Short activities with video instructions to guide you
    • Get support anytime from Freya in Slack community
    • Pay once. Updates forever.

    Attend live workshops with Freya

    Fast-track months of trial and error. Pick a date below to grab your spot.

    “I'm not technical” used to be a barrier. Now it's just a choice.

    Who is this course for?

    Product professionals and everyday people who want to use AI to build apps, automate their work, and bring their own ideas to life. Beginners welcome. No coding background needed.

    Do I need coding experience?

    No. The course teaches you how to direct AI to write the code for you - to build apps, automate repetitive tasks, and ship real projects. No prior coding required.

    What tools do I need?

    The core setup is Cursor, Claude Code, and GitHub - the AI coding tools that write and save your work for you. If you want to build full-stack apps, we'll also walk you through setting up the additional tools you'll need. Everything is set up step by step.

    What's included and how does it work?

    You get lifetime access to the 7-level course, 20+ interactive voice-prompts, and lifetime access to the Slack support channel where you can message Freya and other builders directly. Pay once. Work through it at your own pace. Updates included forever.

    Will the course keep getting updated?

    Yes. Freya works on the frontlines of AI every day - and whatever she learns (new tools, smarter workflows, better shortcuts) gets folded straight into the course. Pay once, updates forever. Existing students get every update.

    How is this different from a YouTube tutorial?

    This is a structured immersive 7-level training path from total beginner to building your own apps and automations with AI. You get hands-on missions and direct Slack access to Freya - so you leave with skills you keep using, not a folder of half-finished tutorial projects.

    Is this app fully vibe coded?

    Yes. This landing page, the course app, the emails - everything you see was built using the same skills I teach inside this course. If I can build all of this on my own, so can you.

    Can you help me build my own course app?

    Yes. The whole infrastructure is available as a white-label template - the course platform, CRM database, and email template system, all with my content stripped out and ready for yours. You own it outright: no monthly fees, no platform lock-in. Want it done for you? I'll install, customise, and launch the whole stack, then coach you on running it yourself with AI. Learn more about the white label course app →

    Can I earn money by referring students?

    Yes. The affiliate program pays $100 AUD for every student you refer. You get a unique code to share with your audience - they get a discount, you get paid. Sign up as an affiliate partner here →