$npx -y skills add product-on-purpose/pm-skills --skill skill-template<single-line 20-100 word description; include trigger keywords and do not use folded YAML>
| 1 | <!-- PM-Skills | https://github.com/product-on-purpose/pm-skills | Apache 2.0 --> |
| 2 | |
| 3 | # <Skill Title> |
| 4 | |
| 5 | <One paragraph overview of what this skill produces and why it matters.> |
| 6 | |
| 7 | ## When to Use |
| 8 | |
| 9 | - <Situation 1> |
| 10 | - <Situation 2> |
| 11 | - <Situation 3> |
| 12 | |
| 13 | ## When NOT to Use (Optional) |
| 14 | |
| 15 | - <Common misuse to avoid> |
| 16 | - <When another skill is a better fit> |
| 17 | |
| 18 | ## Instructions |
| 19 | |
| 20 | When asked to <create artifact>, follow these steps: |
| 21 | |
| 22 | 1. **<Step 1 Title>** |
| 23 | <What to do and why> |
| 24 | |
| 25 | 2. **<Step 2 Title>** |
| 26 | <What to do and why> |
| 27 | |
| 28 | 3. **<Step 3 Title>** |
| 29 | <What to do and why> |
| 30 | |
| 31 | 4. **<Step 4 Title>** |
| 32 | <What to do and why> |
| 33 | |
| 34 | ## Output Contract |
| 35 | |
| 36 | Use `references/TEMPLATE.md` as the output format. A complete response should: |
| 37 | |
| 38 | - <Required element 1> |
| 39 | - <Required element 2> |
| 40 | - <Required element 3> |
| 41 | |
| 42 | ## Quality Checklist |
| 43 | |
| 44 | Before finalizing, verify: |
| 45 | |
| 46 | - [ ] <Quality criterion 1> |
| 47 | - [ ] <Quality criterion 2> |
| 48 | - [ ] <Quality criterion 3> |
| 49 | |
| 50 | ## Examples |
| 51 | |
| 52 | See `references/EXAMPLE.md` for a completed example. |