input-output-examples

product-manager-toolkit reference

Content Preview
# product-manager-toolkit reference

## Input/Output Examples

### RICE Prioritizer Example

**Input (features.csv):**
```csv
name,reach,impact,confidence,effort
Onboarding Flow,20000,massive,high,s
Search Improvements,15000,high,high,m
Social Login,12000,high,medium,m
Push Notifications,10000,massive,medium,m
Dark Mode,8000,medium,high,s
```

**Command:**
```bash
python scripts/rice_prioritizer.py features.csv --capacity 15
```

**Output:**
```
==================================================
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/input-output-examples.md \
  https://raw.githubusercontent.com/alirezarezvani/claude-skills/main/product-team/product-manager-toolkit/references/input-output-examples.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/alirezarezvani/claude-skills

Then reference at product-team/product-manager-toolkit/references/input-output-examples.md

Related Skills