Updated metadata, added Product Strategy Canvas, Startup Canvas, Value Proposition Template

This commit is contained in:
Pawel Huryn
2026-03-02 08:26:37 +01:00
parent 77dbdfa1b9
commit 3f911a669b
18 changed files with 499 additions and 217 deletions
+19 -35
View File
@@ -2,52 +2,36 @@
Execution and product management skills: PRDs, OKRs, roadmaps, sprints, pre-mortems, stakeholder maps, user stories, prioritization frameworks, and more.
## Overview
This plugin provides 15 skills and 10 commands for product managers.
## Skills
## Skills (15)
- **brainstorm-okrs** — Brainstorm team-level OKRs aligned with company objectives.
- **create-prd** — Create a Product Requirements Document using a comprehensive 8-section template.
- **dummy-dataset** — Generate realistic dummy datasets for testing with customizable columns, constraints, and output formats.
- **job-stories** — Create job stories using the 'When [situation], I want to [motivation], so I can [outcome]' format.
- **create-prd** — Create a Product Requirements Document using a comprehensive 8-section template covering summary, background, objectives, market segments, value propositions, solution details, and release planning.
- **dummy-dataset** — Generate realistic dummy datasets for testing with customizable columns, constraints, and output formats (CSV, JSON, SQL, Python script).
- **job-stories** — Create job stories using the 'When [situation], I want to [motivation], so I can [outcome]' format with detailed acceptance criteria.
- **outcome-roadmap** — Transform an output-focused roadmap into an outcome-focused one.
- **pre-mortem** — Run a pre-mortem analysis on a PRD.
- **prioritization-frameworks** — Reference guide to 9 prioritization frameworks with formulas, when-to-use guidance, and templates.
- **release-notes** — Generate user-facing release notes from tickets, PRDs, or changelogs.
- **retro** — Facilitate a structured sprint retrospective.
- **sprint-plan** — Plan a sprint with capacity estimation, story selection, dependency mapping, and risk identification.
- **stakeholder-map** — Build a stakeholder map using a power/interest grid with communication strategies.
- **summarize-meeting** — Summarize a meeting transcript into structured notes with decisions and action items.
- **test-scenarios** — Create comprehensive test scenarios from user stories.
- **user-stories** — Create user stories following the 3 C's and INVEST criteria.
- **stakeholder-map** — Build a stakeholder map using a power/interest grid, identify communication strategies per quadrant, and generate a communication plan.
- **summarize-meeting** — Summarize a meeting transcript into a structured template with date, participants, topic, summary points, and action items.
- **test-scenarios** — Create comprehensive test scenarios from user stories with test objectives, starting conditions, user roles, step-by-step actions, and expected outcomes.
- **user-stories** — Create user stories following the 3 C's (Card, Conversation, Confirmation) and INVEST criteria with descriptions, design links, and acceptance criteria.
- **wwas** — Create product backlog items in Why-What-Acceptance format.
## Commands
## Commands (10)
- `/pm-execution:generate-data` — Generate realistic dummy datasets for testing
- `/pm-execution:meeting-notes` — Summarize a meeting transcript into structured notes with decisions, action items, and follow-ups
- `/pm-execution:plan-okrs` — Brainstorm team-level OKRs aligned with company objectives
- `/pm-execution:pre-mortem` — Run a pre-mortem risk analysis on a PRD, launch plan, or feature
- `/pm-execution:sprint` — Sprint lifecycle — plan a sprint, run a retrospective, or generate release notes
- `/pm-execution:stakeholder-map` — Map stakeholders on a Power × Interest grid and create a tailored communication plan
- `/pm-execution:test-scenarios` — Generate comprehensive test scenarios from user stories or feature specs
- `/pm-execution:transform-roadmap` — Convert a feature-based roadmap into an outcome-focused roadmap
- `/pm-execution:write-prd` — Create a comprehensive Product Requirements Document from a feature idea or problem statement
- `/pm-execution:write-stories` — Break a feature into backlog items — user stories, job stories, or WWA format
## Installation
```bash
/install pm-execution
```
Or use directly:
```bash
cc --plugin-dir /path/to/pm-execution
```
- `/pm-execution:generate-data` — Generate realistic dummy datasets for testing — CSV, JSON, SQL inserts, or Python scripts.
- `/pm-execution:meeting-notes` — Summarize a meeting transcript into structured notes with decisions, action items, and follow-ups.
- `/pm-execution:plan-okrs` — Brainstorm team-level OKRs aligned with company objectives — qualitative objectives with measurable key results.
- `/pm-execution:pre-mortem` — Run a pre-mortem risk analysis on a PRD, launch plan, or feature — identify what could go wrong before it does.
- `/pm-execution:sprint` — Sprint lifecycle — plan a sprint, run a retrospective, or generate release notes.
- `/pm-execution:stakeholder-map` — Map stakeholders on a Power × Interest grid and create a tailored communication plan.
- `/pm-execution:test-scenarios` — Generate comprehensive test scenarios from user stories or feature specs — happy paths, edge cases, and error handling.
- `/pm-execution:transform-roadmap` — Convert a feature-based roadmap into an outcome-focused roadmap that communicates strategic intent.
- `/pm-execution:write-prd` — Create a comprehensive Product Requirements Document from a feature idea or problem statement.
- `/pm-execution:write-stories` — Break a feature into backlog items — user stories, job stories, or WWA format with acceptance criteria.
## Author