Help us improve
Share bugs, ideas, or general feedback.
npx claudepluginhub daviswhitehead/product-playbook-for-agentic-coding-pluginA structured 4-phase workflow for agentic coding: Product Discovery, Solution Planning, Delivery, and Retrospective. Provides commands, agents, and skills for systematic software development with AI.
Generate images using OpenAI's image generation API (gpt-image-1, DALL-E 3). Enables Claude Code to create logos, illustrations, ad creatives, and marketing assets directly from prompts.
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Production-ready workflow orchestration with 84 marketplace plugins, 192 local specialized agents, and 156 local skills - optimized for granular installation and minimal token usage
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations
Share bugs, ideas, or general feedback.
A Claude Code plugin that provides a structured workflow for product-driven agentic software development.
This plugin implements a systematic approach to building software with AI assistance. The full evidence pipeline:
Foundations → Research → Synthesis → Prioritization → PRD → Tech Plan → Tasks → Delivery → Learnings
↑ |
└────────────────────────── learnings feed back ─────────────────────────────────────────┘
Not every project needs every step. A small feature might start at PRD. A new product strategy starts at Foundations.
| Step | Command | What It Produces | When to Use |
|---|---|---|---|
| Foundations | /playbook:foundations | Mission, Vision, Personas, Engagement Framework | New product or strategy work |
| Research Synthesis | /playbook:research-synthesis | Opportunities narrative from quant + qual + taste research | After conducting research |
| Prioritization | Use resources/templates/prioritization.md | Ranked ideas with transparent scoring | When choosing between multiple opportunities |
| Product Requirements | /playbook:product-requirements | Agent-ready PRD | Before building any feature |
| Tech Plan | /playbook:tech-plan | Architecture, sequencing, technology decisions | Before implementation |
| Tasks | /playbook:tasks | Specific, actionable tasks with acceptance criteria | Before starting work |
| Delivery | /playbook:work | Implemented features | During implementation |
| Learnings | /playbook:learnings | Documented insights that improve future work | After any work session |
# Add the GitHub repository as a marketplace
/plugin marketplace add daviswhitehead/product-playbook-for-agentic-coding-plugin
# Install the plugin
/plugin install product-playbook-for-agentic-coding@product-playbook-marketplace
# Add the local plugin directory as a marketplace
/plugin marketplace add /path/to/product-playbook-for-agentic-coding-plugin
# Install the plugin
/plugin install product-playbook-for-agentic-coding@product-playbook-marketplace
This plugin uses a marketplace-embedded structure (plugin source is inside the marketplace repo). The "Update now" button in the plugin UI won't work directly—this is expected behavior for this type of plugin architecture.
To update to the latest version:
Update the marketplace (pulls latest from GitHub):
/plugin → Marketplaces tab → select "product-playbook-marketplace" → Update now
Reinstall the plugin:
/plugin → Installed tab → select the plugin → Uninstall
/plugin → Marketplaces tab → select marketplace → Install
Note: The "Local plugins cannot be updated remotely" message appears because the plugin uses a relative path source within the marketplace. This is the same pattern used by many plugins in Anthropic's official marketplace.
| Command | Description |
|---|---|
/playbook:foundations | Build strategy foundations (Mission, Vision, Personas, Engagement Framework) |
/playbook:research-synthesis | Synthesize research into strategic opportunities (quant + qual + taste) |
/playbook:product-requirements | Draft agent-ready PRDs with autonomous or interview modes |
/playbook:tech-plan | Create technical plan with architecture and sequencing |
/playbook:tasks | Break down work into specific, actionable tasks |
/playbook:work | Execute the next task from the tasks document |
/playbook:work-multiple | Work autonomously on multiple tasks without interruption |
/playbook:learnings | Capture learnings to improve docs and plugin |
| Command | Description |
|---|---|
/playbook:debug | Systematic debugging workflow |
/playbook:debug-ci | Debug CI/CD failures using GitHub CLI |