Product Management
ADLC includes a comprehensive PM toolkit: 65 skills, 35 commands, and a CLI team bundle — all text-only (no MCPs needed).
Quick Start
Option 1: CLI Team Bundle (Recommended)
# Install the PM team bundle into your project
adlc --team pm
# See what's included
adlc --team-info pm
# List all available team bundles
adlc --list-teams
This installs 18 curated commands + 18 curated skills + 5 governance hooks + 3 agents (product-owner, cloud-architect, frontend-docs-engineer).
Option 2: Install Individual Components
# Install a single skill
adlc --skill product-management/create-prd
# Install a single command
adlc --command product-management/discover
Team Bundle Components
Agents (3)
| Agent | Role |
|---|---|
| product-owner | Requirements, prioritization, acceptance (MANDATORY FIRST) |
| cloud-architect | Technical feasibility review (MANDATORY SECOND) |
| frontend-docs-engineer | Document generation, presentations |
Bundled Commands (18)
| Command | What It Does |
|---|---|
create-prd | Create 8-section PRD |
plan-okrs | Brainstorm team OKRs |
sprint | Sprint planning |
competitive-analysis | Competitor research |
strategy | Product strategy frameworks |
discover | Product discovery workflow |
brainstorm | Ideation sessions |
battlecard | Competitive battlecards |
interview | User interview scripts |
pricing | Pricing strategy models |
write-stories | PRD to user stories flow |
plan-launch | GTM launch orchestrator |
stakeholder-map | Cross-functional stakeholder mapping |
north-star | North star metric definition |
analyze-feedback | Data-driven feedback analysis |
value-proposition | Value proposition canvas |
meeting-notes | Meeting summarization |
transform-roadmap | Feature list to outcome roadmap |
Bundled Skills (18)
| Skill | Domain |
|---|---|
create-prd | 8-section PRD template (124 lines) |
brainstorm-okrs | OKR generation |
user-stories | INVEST user stories |
lean-canvas | Lean Canvas model |
swot-analysis | SWOT framework |
competitor-analysis | Competitive research |
user-personas | Persona creation |
product-strategy | Strategy frameworks |
gtm-strategy | Go-to-market planning |
pricing-strategy | Pricing models |
job-stories | Job stories (pairs with write-stories) |
stakeholder-map | Stakeholder mapping |
north-star-metric | North star metric |
value-proposition | Value proposition canvas |
customer-journey-map | Customer journey mapping |
prioritize-features | Feature prioritization |
outcome-roadmap | Outcome-based roadmaps |
release-notes | Release communication |
Full Catalog (65 Skills)
Beyond the 18 bundled skills, the marketplace has 47 more organized by domain:
| Domain | Count | Examples |
|---|---|---|
| Product Discovery | 13 | feature-requests, opportunity-tree, interview-script, test-scenarios |
| Product Strategy | 12 | ansoff-matrix, porters-five-forces, pestle-analysis, startup-canvas |
| Execution | 15 | create-prd, sprint-plan, user-stories, release-notes, stakeholder-map |
| Market Research | 7 | market-sizing, ideal-customer-profile, sentiment-analysis |
| Go-to-Market | 6 | gtm-motions, growth-loops, positioning-ideas, north-star-metric |
| Growth & Marketing | 5 | value-prop-statements, product-name, marketing-ideas |
| Data Analytics | 3 | ab-test-analysis, cohort-analysis, sql-queries |
| Toolkit | 4 | draft-nda, privacy-policy, grammar-check, dummy-dataset |
Full Catalog (35 Commands)
| Category | Commands |
|---|---|
| Strategy | strategy, competitive-analysis, battlecard, market-scan |
| Discovery | discover, brainstorm, interview, research-users, triage-requests |
| Planning | create-prd, plan-okrs, sprint, plan-launch, transform-roadmap |
| Analysis | analyze-feedback, analyze-cohorts, analyze-test, north-star, setup-metrics |
| Growth | growth-strategy, pricing, value-proposition, business-model, market-product |
| Stakeholders | stakeholder-map, meeting-notes, pre-mortem |
| Data | generate-data, write-query |
| Content | proofread, write-stories, test-scenarios |
| Legal/HR | draft-nda, privacy-policy, review-resume, tailor-resume |
MANIFEST Trigger Patterns
PM skills auto-load when you mention these terms in chat:
PRD, product requirements, OKR, sprint plan, user story,
stakeholder, competitor analysis, GTM, go-to-market,
pricing strategy, market research, persona, SWOT,
lean canvas, value proposition, roadmap, feature request,
product strategy, product discovery, interview script,
pre-mortem, battlecard, NDA, privacy policy
Architecture
adlc --team pm
|
├── Agents: product-owner → cloud-architect → frontend-docs-engineer
├── Commands: 18 curated (create-prd, sprint, strategy, ...)
├── Skills: 18 curated (create-prd, user-stories, lean-canvas, ...)
├── Hooks: 5 governance (validate-bash, block-sensitive, nato-detection, enforce-coordination, remind-coordination)
└── MCPs: none (text-only, no external APIs)
Marketplace (opt-in):
├── 47 additional skills
└── 17 additional commands
No MCPs Required
PM is entirely text-only. Unlike infrastructure teams (CDK, Terraform) that need AWS/GitHub MCPs, PM workflows operate on knowledge and templates — no external API integrations needed.
Source & License
- Author: Pawel Huryn / Product Compass
- License: MIT
- Migrated: v3.7.0 (2026-03-09)
- Frontmatter: 13/13 fields compliant