AI for Product.
Tools, concepts, and pitfalls — from one prompt to a working deliverable.
Contents
Click any chapter to jump there directly.
One prompt, one deliverable.
A single structured prompt that produces a working deck in a few minutes.
You are a product designer. Use the frontend-design skill (~/.agents/skills/frontend-design) for this task.
I'm giving a 20-minute talk on "AI for Product" to our team. Please build a single index.html deck with keyboard navigation that contains:
- Cover — title, author, reading time
- Table of contents — clickable, jumps to each chapter
- Five chapters — a warm-up demo, an AI tools overview, basic concepts, everyday deliverables, and common pitfalls
- Q & A closer
Style: light theme, understated tech feel, 12px radius, single blue accent. Include a dark mode toggle.
Support English, Chinese, and Korean with a language switcher.
Paste into your AI tool and press return — no coding required.
Start with the starred ones.
Nine tools, six use cases. The three starred cards are the ones we'd install first. Hover any card for details.
Skill, protocol, tools.
The shared vocabulary for the rest of this deck — what they mean and where the AI gets its superpowers.
Agent Skills
Reusable recipes the AI follows step-by-step. In practice: ready-made playbooks that produce PRDs, slides, or research summaries in a consistent shape.
~/.agents/skills/canvas-design
MCP
A standard way to connect AI to your tools. In practice: it's how the AI can read your Figma, Linear tickets, or Notion docs directly.
CLI Tools
Command-line utilities the AI can run on your behalf. In practice: the AI pulls real data (GitHub issues, logs, files) instead of making things up.
$ rg "TODO" # search
$ jq '.data' # JSON
$ ffmpeg … # media
Three headlines, five extras.
Agent Skills turn prompts into actual .pptx / .docx / .html files — not just text for you to copy out.
Produce a full .pptx deck from an outline — talking points, visuals, and speaker notes already in place.
Write PRDs, memos, and proposals as properly formatted Word files — tables of contents, headings, and styles included.
Product intro pages, launch landing pages, interactive demos — no code required.
Six mistakes to avoid.
The issues people hit most often — and how to side-step each one.
Hallucination
Confident, fluent, and wrong. The model invents facts, numbers, or citations when it doesn't know.
Context Loss
Long chats run out of memory; the model gradually drifts from what you originally asked.
Over-Trust
The first answer looks polished, so you ship it. But polished ≠ correct, and the model often just agrees.
Flattened Insights
AI summaries of interviews, reviews, or feedback smooth over outliers and emotion — the very signal you need.
Stale Knowledge
Training data has a cutoff date. Competitor features, pricing, or tool updates may be silently out of date.
Data Leakage
Pasting roadmaps, customer quotes, or revenue into consumer chat tools can expose unreleased strategy.
Now try it.
Your questions, please.