New: skills for Claude Code and Codex
Paste one line into Claude Code or Codex, and it installs the six planning prompts and the AI App Starter as skills. After that, you run each one by name.
Install the AI Product Development Toolkit skills: clone https://github.com/TechNomadCode/AI-Product-Development-Toolkit with git clone --depth 1 into a temporary folder, then follow agent-skills/INSTALL.md from it.
| Command | What it does |
|---|---|
/user-research |
Plans a questionnaire, then turns the responses into input for your PRD |
/prd |
Interviews you, then drafts your product requirements |
/ux |
Maps the screens and user flows from your PRD |
/mvp |
Picks the smallest first version worth building |
/mvp-plan |
Plans the build: a full plan or an ultra-lean spec |
/test-plan |
Drafts a test plan with scope and acceptance criteria |
/nextjs-supabase-vercel |
Sets up an empty folder with the AI App Starter |
In Codex, type $ instead of /, for example $prd.
- The same prompts, unchanged. Each planning skill runs its prompt as if you had pasted it, fills it from what you give it, and offers to save the approved draft as a file.
- Installed once, for every project. The skills go into your personal skills folder. Paste the same line again to update them. A skill of your own with the same name is left alone.
- Only when you call them. The skills never start by themselves.
Tested so far: not yet.
Get started: Skills
Also changed
- The README has a new Skills section, and the AI App Starter's guide mentions
/nextjs-supabase-vercel. - The prompt templates themselves haven't changed. They still work on their own in any AI chat.
Full changelog: v1.0.0...v1.1.0