mirror of
https://github.com/phuryn/pm-skills.git
synced 2026-06-14 07:24:57 +03:00
44 lines
1.7 KiB
Markdown
44 lines
1.7 KiB
Markdown
# pm-toolkit
|
|
|
|
PM utility skills: resume review, NDA drafting, privacy policy generation, and grammar/flow checking. Essential tools for product managers beyond core product work.
|
|
|
|
## Overview
|
|
|
|
This plugin provides 5 skills and 5 commands for product managers.
|
|
|
|
## Skills
|
|
|
|
- **adjust-resume** — Tailor a PM resume to a specific job description.
|
|
- **draft-nda** — Draft a detailed Non-Disclosure Agreement between two parties.
|
|
- **grammar-check** — Identify grammar, logical, and flow errors in text and suggest targeted fixes without rewriting the entire text.
|
|
- **privacy-policy** — Draft a detailed privacy policy for a product covering data types, jurisdiction, compliance considerations, and claus...
|
|
- **review-resume** — Comprehensive PM resume review against 10 best practices including XYZ+S formula, keyword optimization, and structure.
|
|
|
|
## Commands
|
|
|
|
- `/pm-toolkit:draft-nda` — Draft a Non-Disclosure Agreement between two parties with jurisdiction-appropriate clauses
|
|
- `/pm-toolkit:privacy-policy` — Draft a privacy policy covering data collection, usage, storage, and compliance requirements
|
|
- `/pm-toolkit:proofread` — Check grammar, logic, and flow in any text — targeted fixes without rewriting
|
|
- `/pm-toolkit:review-resume` — Comprehensive PM resume review against 10 best practices — structure, impact metrics, keywords, and actionable feedback
|
|
- `/pm-toolkit:tailor-resume` — Tailor a PM resume to a specific job description — keyword alignment, experience reframing, and strategic optimization
|
|
|
|
## Installation
|
|
|
|
```bash
|
|
/install pm-toolkit
|
|
```
|
|
|
|
Or use directly:
|
|
|
|
```bash
|
|
cc --plugin-dir /path/to/pm-toolkit
|
|
```
|
|
|
|
## Author
|
|
|
|
Paweł Huryn — [The Product Compass Newsletter](https://www.productcompass.pm)
|
|
|
|
## License
|
|
|
|
MIT
|