This is the main English entry point for the repository.
If you remember only three things:
command; use a single skill only for narrow tasks.Clarify -> Decompose -> Produce -> Review.If you are not sure how to use the library, start with this sequence:
workshop-facilitation
Clarify the request, audience, constraints, and missing context.task-decomposition
Break a large task into checkable steps.skill or command
Produce the artifact, decision, diagnosis, or plan.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:
agent/ROUTING.mdagent/OUTPUT_STANDARDS.mdagent/DOMAIN_CONTEXT.mdagent/SPARSE_CONTEXT_POLICY.mdadapters/CODEX.mdadapters/CLAUDE_CODE.mdadapters/CURSOR.mdevals/README.mdprivate/README.mdskills/problem-statement/SKILL.mdskills/prd-development/SKILL.mdskills/ai-feature-brief/SKILL.mdskills/pricing-packaging-brief/SKILL.mdskills/revenue-metrics-scorecard/SKILL.mdskills/llm-evaluation-plan/SKILL.mdskills/task-decomposition/SKILL.mdskills/review-gates/SKILL.mdskills/prioritization-advisor/SKILL.mdskills/model-selection-advisor/SKILL.mdskills/ai-risk-review/SKILL.mdskills/conversion-funnel-diagnostic/SKILL.mdskills/retention-levers-review/SKILL.mdcommands/write-prd.mdcommands/shape-ai-feature.mdcommands/prepare-ai-launch.mdcommands/commercial-strategy-review.mdcommands/commercial-growth-review.mdcommands/redesign-pricing-packages.mdcommands/write-commercial-prd.mdUsing 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.
component: produces one concrete artifact.interactive: asks questions before making recommendations.workflow: handles a multi-stage PM task.command: chains multiple skills into a reusable workflow.The recommended pattern is not to pick skills at random:
command first for ambiguous tasks.task-decomposition for large tasks.review-gates before delivery.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