implement-notifications
Installation
SKILL.md
Implement Notifications
Workflow
- Identify recipient, trigger event, channels, queue needs, and unsubscribe/privacy rules.
- Create notification classes with localized copy and typed data.
- Queue notifications when delivery may be slow.
- Avoid including secrets or excessive personal data.
- Add tests using notification fakes.
Verification
- Notification tests assert recipient, channel, and payload.