From bkit
Orchestrates PM agent team to automate product discovery, strategy, research, and PRD generation including OST, Lean Canvas, personas, and market analysis for features.
npx claudepluginhub popup-studio-ai/bkit-claude-code --plugin bkitThis skill is limited to using the following tools:
> Automated PM analysis pipeline: Discovery + Strategy + Research -> PRD
Creates isolated Git worktrees for feature branches with prioritized directory selection, gitignore safety checks, auto project setup for Node/Python/Rust/Go, and baseline verification.
Executes implementation plans in current session by dispatching fresh subagents per independent task, with two-stage reviews: spec compliance then code quality.
Dispatches parallel agents to independently tackle 2+ tasks like separate test failures or subsystems without shared state or dependencies.
Automated PM analysis pipeline: Discovery + Strategy + Research -> PRD Based on pm-skills by Pawel Huryn (MIT License)
PM Agent Team provides AI-powered product management analysis for solo developers and small teams without a dedicated PM. It runs before the PDCA Plan phase to ensure you're building the right thing.
/pdca pm {feature}
|
v
PM Lead (opus) - orchestrates
|
+-- pm-discovery --> Opportunity Solution Tree
+-- pm-strategy --> Value Proposition + Lean Canvas [parallel]
+-- pm-research --> Personas + Competitors + Market
|
v
pm-prd --> Beachhead + GTM + PRD (8-section)
|
v
docs/00-pm/{feature}.prd.md
|
v
Next: /pdca plan {feature} (PRD auto-referenced)
| Framework | Agent | Origin |
|---|---|---|
| Opportunity Solution Tree | pm-discovery | Teresa Torres |
| Value Proposition (JTBD 6-Part) | pm-strategy | Huryn & Abdul Rauf |
| Lean Canvas | pm-strategy | Ash Maurya |
| User Personas (JTBD) | pm-research | JTBD-based |
| Competitor Analysis | pm-research | Strategic positioning |
| Market Sizing (TAM/SAM/SOM) | pm-research | Dual-method |
| Beachhead Segment | pm-prd | Geoffrey Moore |
| GTM Strategy | pm-prd | Product Compass |
# Run PM analysis
/pdca pm my-saas-app
# After PM analysis, continue with PDCA
/pdca plan my-saas-app # PRD auto-referenced
/pdca design my-saas-app
/pdca do my-saas-app
CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS=1[PM] --> [Plan] --> [Design] --> [Do] --> [Check] --> [Act] --> [Report]
^ ^
new PRD auto-referenced in Plan
When /pdca plan {feature} runs after PM analysis:
docs/00-pm/{feature}.prd.mdPRD document saved to docs/00-pm/{feature}.prd.md containing: