push-notification-planner

Installation
SKILL.md

Push Notification Planner Protocol

Implementing push notifications correctly involves much more than asking for permission on launch and wiring up Firebase Cloud Messaging (FCM). It requires empathy for the user's attention, right-timed permission requests, robust payload design, and proper routing when the app is in foreground, background, or killed state.

Core principle: A push notification must be timely, personal, and actionable. Unprompted "We miss you" pushes are spam.


Workflow

1. Define the business goal for the notifications
2. Design the permission request strategy (When and How to ask)
3. Architect the payload structures (Data vs. Notification)
4. Plan handling logic (Foreground vs. Background/Killed)
5. Define key metrics to track success

Related skills

More from fatih-developer/fth-skills

Installs
2
GitHub Stars
4
First Seen
Mar 3, 2026