Notification best practices skill
This skill provides comprehensive guidelines and best practices for designing, writing, and implementing effective notification systems across all channels.
Overview
The notification best practices skill includes six detailed rule sets covering:
- Channel-specific notification guidelines - Specifications for email, push, SMS, in-app, and chat notifications
- Notification copy best practices - Core principles for writing effective notification copy
- Notification system implementation rules - Technical implementation guidelines including timing, preferences, error handling, and compliance
- Notification template examples - Ready-to-use templates for common notification use cases
- Transactional email best practices - Deliverability, templates, localization, and dynamic content for transactional emails
- Welcome email best practices - Guidelines for crafting effective SaaS welcome emails
How to use this skill
For writing notifications
When you need to write notification copy:
Start with copy best practices (rules/notification-copy-best-practices.md)
- Follow core principles: be specific, include context, use active voice
- Choose the right tone and structure for your notification type
Check channel-specific guidelines (rules/channel-specific-notifications-guidelines.md)
- Verify character limits for your target channel
- Follow channel-specific formatting requirements
- Ensure your message fits the channel's constraints
Reference templates (rules/notification-template-examples.md)
- Find similar use cases to your notification
- Adapt template structure and variables
- Use provided examples as starting points
For email notifications
When working with email notifications:
Review transactional email best practices (rules/transactional-email-best-practices.md)
- Follow deliverability guidelines
- Use componentized templates and partials
- Implement proper localization
For welcome emails specifically (rules/welcome-email-best-practices.md)
- Choose the right pattern for your product
- Follow timing best practices
- Focus on value and clear CTAs
For system implementation
When implementing a notification system:
Follow system implementation rules (rules/notification-system-implementation.md)
- Understand channel selection criteria
- Implement proper timing and frequency controls
- Set up preference management
- Handle errors and retries correctly
- Ensure compliance with regulations
Use channel-specific guidelines for technical constraints
- Character limits
- Formatting requirements
- Delivery specifications
Rule files reference
rules/channel-specific-notifications-guidelines.md - Channel specifications and constraints
rules/notification-copy-best-practices.md - Writing principles and guidelines
rules/notification-system-implementation.md - Technical implementation rules
rules/notification-template-examples.md - Template library with examples
rules/transactional-email-best-practices.md - Email-specific best practices
rules/welcome-email-best-practices.md - Welcome email patterns and guidelines
Quick reference
Channel selection
- Email: Persistent reference, detailed content, non-time-critical
- Push: Time-sensitive, requires app return, urgent actions
- SMS: Guaranteed delivery, authentication, extreme time-criticality
- In-app: User active in product, can wait until next session
- Chat: Team collaboration, immediate visibility needed
Copy principles
- Be specific and actionable
- Include maximum context
- Use active voice
- Maintain consistent terminology
- Format for each channel
Common patterns
- Transactional: Confirm what happened, include identifiers, provide next steps
- System: Translate technical events to user impact, offer actionable steps
- Lifecycle: Balance value with frequency, use social proof appropriately
- Promotional: Lead with benefits, make offers specific and time-bound
Best practices summary
- Always provide context - Users need enough information to decide whether to act
- Respect channel constraints - Follow character limits and formatting requirements
- Use appropriate timing - Consider immediate vs. batched vs. scheduled sends
- Implement preferences - Give users control over notification types and channels
- Test thoroughly - Verify across channels, devices, and with real data
- Monitor and optimize - Track delivery, engagement, and user satisfaction metrics
1---2name: knock-notification-best-practices3description: Comprehensive guidelines for designing, writing, and implementing effective notification systems across email, push, SMS, in-app, and chat channels.4---5
6# Notification best practices skill
7
8This skill provides comprehensive guidelines and best practices for designing, writing, and implementing effective notification systems across all channels.
9
10## Overview
11
12The notification best practices skill includes six detailed rule sets covering:
13
141. **Channel-specific notification guidelines** - Specifications for email, push, SMS, in-app, and chat notifications
152. **Notification copy best practices** - Core principles for writing effective notification copy
163. **Notification system implementation rules** - Technical implementation guidelines including timing, preferences, error handling, and compliance
174. **Notification template examples** - Ready-to-use templates for common notification use cases
185. **Transactional email best practices** - Deliverability, templates, localization, and dynamic content for transactional emails
196. **Welcome email best practices** - Guidelines for crafting effective SaaS welcome emails
20
21## How to use this skill
22
23### For writing notifications
24
25When you need to write notification copy:
26
271. **Start with copy best practices** (`rules/notification-copy-best-practices.md`)
28 - Follow core principles: be specific, include context, use active voice
29 - Choose the right tone and structure for your notification type
30
312. **Check channel-specific guidelines** (`rules/channel-specific-notifications-guidelines.md`)
32 - Verify character limits for your target channel
33 - Follow channel-specific formatting requirements
34 - Ensure your message fits the channel's constraints
35
363. **Reference templates** (`rules/notification-template-examples.md`)
37 - Find similar use cases to your notification
38 - Adapt template structure and variables
39 - Use provided examples as starting points
40
41### For email notifications
42
43When working with email notifications:
44
451. **Review transactional email best practices** (`rules/transactional-email-best-practices.md`)
46 - Follow deliverability guidelines
47 - Use componentized templates and partials
48 - Implement proper localization
49
502. **For welcome emails specifically** (`rules/welcome-email-best-practices.md`)
51 - Choose the right pattern for your product
52 - Follow timing best practices
53 - Focus on value and clear CTAs
54
55### For system implementation
56
57When implementing a notification system:
58
591. **Follow system implementation rules** (`rules/notification-system-implementation.md`)
60 - Understand channel selection criteria
61 - Implement proper timing and frequency controls
62 - Set up preference management
63 - Handle errors and retries correctly
64 - Ensure compliance with regulations
65
662. **Use channel-specific guidelines** for technical constraints
67 - Character limits
68 - Formatting requirements
69 - Delivery specifications
70
71## Rule files reference
72
73- `rules/channel-specific-notifications-guidelines.md` - Channel specifications and constraints
74- `rules/notification-copy-best-practices.md` - Writing principles and guidelines
75- `rules/notification-system-implementation.md` - Technical implementation rules
76- `rules/notification-template-examples.md` - Template library with examples
77- `rules/transactional-email-best-practices.md` - Email-specific best practices
78- `rules/welcome-email-best-practices.md` - Welcome email patterns and guidelines
79
80## Quick reference
81
82### Channel selection
83- **Email**: Persistent reference, detailed content, non-time-critical
84- **Push**: Time-sensitive, requires app return, urgent actions
85- **SMS**: Guaranteed delivery, authentication, extreme time-criticality
86- **In-app**: User active in product, can wait until next session
87- **Chat**: Team collaboration, immediate visibility needed
88
89### Copy principles
90- Be specific and actionable
91- Include maximum context
92- Use active voice
93- Maintain consistent terminology
94- Format for each channel
95
96### Common patterns
97- Transactional: Confirm what happened, include identifiers, provide next steps
98- System: Translate technical events to user impact, offer actionable steps
99- Lifecycle: Balance value with frequency, use social proof appropriately
100- Promotional: Lead with benefits, make offers specific and time-bound
101
102## Best practices summary
103
1041. **Always provide context** - Users need enough information to decide whether to act
1052. **Respect channel constraints** - Follow character limits and formatting requirements
1063. **Use appropriate timing** - Consider immediate vs. batched vs. scheduled sends
1074. **Implement preferences** - Give users control over notification types and channels
1085. **Test thoroughly** - Verify across channels, devices, and with real data
1096. **Monitor and optimize** - Track delivery, engagement, and user satisfaction metrics