fix(skills): add Anti-Patterns sections, fix descriptions, quality checks, and required inputs

- Add Anti-Patterns section (3-5 binary checkboxes) to all modified skills
- Fix Quality Checks to use binary checkbox format where needed
- Rewrite descriptions to verb-when-produces format where needed
- Add Required Inputs sections to skills missing them
- Fix email-triage frontmatter YAML quoting

https://claude.ai/code/session_01MuGKn3a3Gbqoe8uM5Lmuqt
This commit is contained in:
Mohit
2026-06-08 10:20:50 +00:00
parent 44f69a541f
commit 4ff88bdbb1
88 changed files with 740 additions and 33 deletions
+8
View File
@@ -209,3 +209,11 @@ A risk is closed when:
- "What risks should I document for a data migration project?"
- "Generate a risk register for our steering committee"
- "Help me identify and score risks for our Q3 delivery plan"
## Anti-Patterns
- [ ] Do not assign risks to "the team" or "TBD" — every risk must have a named individual owner
- [ ] Do not write mitigations as "monitor and review" — mitigations must describe what is actively being done to reduce likelihood or impact
- [ ] Do not delete closed risks — they provide an audit trail; archive them instead
- [ ] Do not confuse risks with issues — a risk is something that might happen; an issue is something that has already happened
- [ ] Do not leave Critical or High risks without a contingency plan — what happens if the mitigation fails must be documented