Forensic Trail For Fire And Forget Sends

Use when designing or hardening any "send + log + swallow" pattern (Telegram bot sends, email notifications, webhook dispatches, Slack pings, push notifications, SMS sends) where DB-state persistence is separated from external API send, send-errors fail-open via log-only, and future forensics may need to distinguish "send happened, user missed" from "send never happened" without relying on log-aggregator availability. Trigger on phrases like "log.warning on send-fail", "fire-and-forget Telegram", "why didn't the notification arrive", "DB save ran but Telegram didn't", "container logs are gone", "*_sent_at column". Produces (1) DB migration for `*_sent_at TIMESTAMPTZ`, (2) update-after-send-OK persistence, (3) forensic query template. Do NOT load for synchronous send-and-wait patterns, sends with guaranteed-persistent external log aggregation, or one-off ad-hoc scripts.

Ed3Design Updated

File contents

Ed3Design/ed3design-skill-bundles/tree/main/async-forensik/skills/forensic-trail-for-fire-and-forget-sends commit 2955b2ae63

Frequently asked questions

npx skillmds@latest add ed3design/forensic-trail-for-fire-and-forget-sends