From grimoire
Crafts push notification copy and schedules delivery based on user behavior to maximize engagement and minimize opt-outs. Includes permission priming and deep linking guidelines.
How this skill is triggered — by the user, by Claude, or both
Slash command
/grimoire:write-push-notificationThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Write notification copy and design delivery timing so users find notifications useful rather than silencing them permanently.
Write notification copy and design delivery timing so users find notifications useful rather than silencing them permanently.
Adopted by: Apple HIG mandates notification design standards for App Store approval; Google Material Design guidelines govern Android notification behavior; Airship (formerly Urban Airship) processes 15 billion+ notifications monthly and publishes research on engagement benchmarks
Impact: Airship research (2023) shows personalized notifications achieve 4-7× higher click-through than generic broadcast notifications; 60% of users who disable notifications never re-enable them — the first impression is permanent
Why best: Push notification permission is among the most fragile trust signals in mobile UX. Users who grant permission and then receive irrelevant notifications revoke it immediately and permanently. Every notification must pass a single test: does this require the user's attention right now, and does it give them enough information to decide whether to open the app?
Weak: "Check out what's new in the app!" Strong: "Your order #4821 has shipped — arrives Thursday. Track it."
Permission priming: "We'll notify you when your orders ship and when prices drop on items you've saved. You can control which alerts you receive in Settings."
npx claudepluginhub jeffreytse/grimoire --plugin grimoireWrites notification copy matching component type (toast, banner, modal) to urgency, front-loads subjects, and limits to one action per notification.
Writes three push notification variants for news stories or content updates, each optimized for urgency and character limits.
Plans, builds, and optimizes SMS/MMS marketing campaigns including welcome flows, cart recovery, and transactional messages. Handles TCPA compliance and carrier rules.