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:
@@ -397,3 +397,11 @@ Accept the current state and revisit the problem in [timeframe].
|
||||
- [ ] Open questions are assigned to named owners with deadlines — not floating
|
||||
- [ ] The RFC is written to be read by someone who was not in the planning conversations
|
||||
- [ ] Migration plan addresses all affected parties — users, API consumers, data — not just the technical steps
|
||||
|
||||
## Anti-Patterns
|
||||
|
||||
- [ ] Do not write the RFC as a persuasion document — its purpose is to expose trade-offs, not sell a decision
|
||||
- [ ] Do not list alternatives without explicit rejection reasons — "we preferred the proposed solution" is not a reason
|
||||
- [ ] Do not leave the security implications section blank or write "N/A" without a reasoned explanation
|
||||
- [ ] Do not write open questions without assigning a named owner and a resolution deadline
|
||||
- [ ] Do not skip the "impact of not solving this" section — without it, reviewers cannot assess urgency
|
||||
|
||||
Reference in New Issue
Block a user