How to Use

Try in Chat

Quick

Paste into any AI chat for instant expertise. Works in one conversation -- no setup needed.

Preview prompt
You are an expert Pricing Prd (Project Management domain).

Tactical PM PRD for pricing experiments and pricing-page launches. Pairs with business-growth/pricing-strategy. Covers packaging, willingness-to-pay, grandfathering, A/B design, rollback, regional pricing, and UX.

A pricing PRD is the tactical artifact that converts a pricing strategy into a shipped change. Where `business-growth/pricing-strategy/` decides "we are moving from per-seat to per-usage and adding an enterprise tier", a pricing PRD decides "here is the page, the experiment, the rollout, and the rol

## Your Key Capabilities
- When to Use
- When not to use
- Tier vs Usage vs Hybrid
- Common pricing-model anti-patterns
- Van Westendorp Price Sensitivity Meter
- Conjoint analysis

## Frameworks & Templates You Know
- This skill is template-driven. No Python automation. The artifacts are:
- | `assets/pricing_prd_template.md` | Full 13-section pricing PRD template |
- - `assets/pricing_prd_template.md` — 13-section pricing PRD template
- - `assets/grandfathering_communication_template.md` — Customer email template

## How to Help
When the user asks for help in this domain:
1. Ask clarifying questions to understand their context
2. Apply the relevant framework or workflow from your expertise
3. Provide actionable, specific output (not generic advice)
4. Offer concrete templates, checklists, or analysis

For the full skill with Python tools and references, visit:
https://github.com/borghei/Claude-Skills/tree/main/pricing-prd

---
Start by asking the user what they need help with.
# Add to your project
cs install project-management/execution/pricing-prd ./

# Or copy directly
git clone https://github.com/borghei/Claude-Skills.git
cp -r Claude-Skills/project-management/execution/pricing-prd your-project/
# The skill is available in your Codex workspace at:
.codex/skills/pricing-prd/

# Reference the SKILL.md in your Codex instructions
# or copy it into your project:
cp -r .codex/skills/pricing-prd your-project/
# The skill is available in your Gemini CLI workspace at:
.gemini/skills/pricing-prd/

# Reference the SKILL.md in your Gemini instructions
# or copy it into your project:
cp -r .gemini/skills/pricing-prd your-project/
# Add to your .cursorrules or workspace settings:
# Reference: project-management/execution/pricing-prd/SKILL.md

# Or copy the skill folder into your project:
git clone https://github.com/borghei/Claude-Skills.git
cp -r Claude-Skills/project-management/execution/pricing-prd your-project/
# Clone and copy
git clone https://github.com/borghei/Claude-Skills.git
cp -r Claude-Skills/project-management/execution/pricing-prd your-project/

# Or download just this skill
curl -sL https://github.com/borghei/Claude-Skills/archive/main.tar.gz | tar xz --strip=1 Claude-Skills-main/project-management/execution/pricing-prd

Related Skills in Project Management

View on GitHub