AI_Commercialization--Product-Management-skills

Start Here

This is the main English entry point for the repository.

If you remember only three things:

  1. Start with a command; use a single skill only for narrow tasks.
  2. Bring a real business or product problem, not a vague direction.
  3. Default to Clarify -> Decompose -> Produce -> Review.

Default Workflow

If you are not sure how to use the library, start with this sequence:

  1. workshop-facilitation Clarify the request, audience, constraints, and missing context.
  2. task-decomposition Break a large task into checkable steps.
  3. Target skill or command Produce the artifact, decision, diagnosis, or plan.
  4. review-gates Check whether the output is usable before delivery.

This rhythm is especially useful for:

If you want to connect this repo to different agents or machines, read:

Where To Start

I Need A PM Artifact

I Need A Judgment Or Diagnosis

I Need A Full Workflow

Using skills/problem-statement/SKILL.md, help me define why trial-to-paid conversion is declining. Ask clarifying questions first, then return the output in markdown.
Using skills/task-decomposition/SKILL.md, help me break "rewrite the onboarding PRD" into checkable steps.
Run commands/shape-ai-feature.md for this request: design an AI copilot that turns interview notes into product insights for PM teams.
Run commands/write-prd.md for this request: write a PRD for improving self-serve onboarding completion. Decompose first, draft the PRD, then run review gates.
Run commands/commercial-growth-review.md for this request: diagnose why activated users are not converting to paid plans.
Run commands/commercial-strategy-review.md for this request: review our monetization growth strategy for next quarter.

Repository Structure

The recommended pattern is not to pick skills at random:

Common Scripts

bash ./scripts/find-a-skill.sh --list-all
bash ./scripts/find-a-skill.sh --keyword pricing
bash ./scripts/find-a-command.sh --list-all
python3 ./scripts/validate-library.py
python3 ./scripts/check-style-consistency.py
python3 ./scripts/generate-catalog.py