pm-ai-playbook
Spec-driven product workflows, coding rules, and review automation
All Skills in This Repository (29)
Pure Emerald Level Indicatorsfrontend-design
Generates production-grade frontend interfaces with intentional typography, color, motion, and layout.
vercel-react-best-practices
Review React and Next.js code for performance optimization issues.
frontend-patterns
Provide frontend development patterns for React and Next.js applications.
e2e-test
Execute end-to-end web application tests using the Vercel Agent Browser CLI.
six-thinking-hats
Apply Edward de Bono's Six Thinking Hats methodology to software testing scenarios.
verification-before-completion
Enforce verification of tests, linters, and builds before claiming completion.
optimize-docs
Condense markdown documentation to reduce token count while preserving semantic meaning.
writing-clearly-and-concisely
Enhance written prose for clarity and conciseness across documentation and reports.
intent-explorer
Explore user intent and problem definitions for new product ideas.
jtbd-analyzer
Analyze customer motivations by identifying functional, emotional, and social job dimensions.
pre-mortem-analyst
Simulate future project failure to identify root causes across people, process, technology, and external factors.
cross-pollination-engine
Borrow solutions from unrelated industries to solve current problems.
Frequently Asked Questions
FAQPage SchemaHow to install PM AI Playbook?โผ
Run `npx skills add fimoklei/pm-ai-playbook --all -g -y` in your terminal to install all skills in this collection globally.
What is spec-driven development?โผ
It is a workflow where every feature goes through written requirements, design, and task documents before any code is written. This playbook automates that flow with dedicated skills for each phase, including review and validation gates.
Can product managers use this without coding experience?โผ
Yes. The product management skills like JTBD analysis, pre-mortems, and intent exploration work through plain-English conversation, while the coding workflows run autonomously once triggered.
Does PM AI Playbook work with Claude Code?โผ
Yes. All skills follow the standard SKILL.md format and the workflows are built specifically for Claude Code, including hooks, slash commands, and subagent orchestration.
How does the playbook prevent false completion claims?โผ
It includes verification skills that require fresh command output and evidence before any task can be marked complete, plus independent reviewer subagents that check actual code diffs instead of trusting status reports.