Pipeline Replay

Make a multi-step agent or automation pipeline safely re-runnable. Maps each step to its side-effect class (read / internal-write / external-write / irreversible), assigns idempotency keys, finds the safe resume point after a failure, and builds a dedup table so a retry never double-sends, double-charges, or double-posts. Use this when designing a Trigger.dev / cron / multi-step pipeline, or after one ran twice and did the damage twice. Produces a replay plan and stops.

robdasi Updated

File contents

robdasi/skills/tree/main/pipeline-replay commit 3c4345157d

Frequently asked questions

npx skillmds@latest add robdasi/pipeline-replay