fix(skills): add Anti-Patterns and fix descriptions for remaining skills (batch 2)

Processed 24 skills: pr-description-writer through tax-planning-checklist.
Added Anti-Patterns sections to all 24 skills.
Added Required Inputs section to product-launch-checklist.
Rewrote descriptions for retro-analysis, substack-notes-scraper, and sycophancy-challenger.

https://claude.ai/code/session_01MuGKn3a3Gbqoe8uM5Lmuqt
This commit is contained in:
Mohit
2026-06-08 12:57:05 +00:00
parent a33b4f7003
commit f170eed437
24 changed files with 204 additions and 3 deletions
+8
View File
@@ -110,6 +110,14 @@ Format: "As a [user type], I want to [action] so that [benefit]"
- [ ] Open questions are listed explicitly
- [ ] Implementation plan distinguishes MVP from future phases
## Anti-Patterns
- [ ] Do not write requirements from the company's perspective — every requirement must trace back to a user need
- [ ] Do not include vague requirements like "the system should be fast" — every requirement must be testable
- [ ] Do not conflate MVP with future phases — be explicit about what is and is not in scope for the first release
- [ ] Do not leave success metrics as percentages without baselines — specify the current state and the target
- [ ] Do not skip open questions — unresolved assumptions are risks; surfacing them is the PM's job
## Example PRD Opening
```