This is the infrastructure layer that keeps multi-step processes from falling apart when networks hiccup or servers restart. You get durable execution patterns for sequential flows (payment then shipment then email), parallel work (run three analyses simultaneously), and orchestrator-worker coordination where one brain dispatches to many hands. The skill covers n8n for visual workflows, Temporal for mission-critical correctness, and Inngest for serverless TypeScript setups. The key insight is honest: these platforms make different tradeoffs, so pick based on whether you need accessibility, bulletproof durability, or developer experience. If you're running anything that touches money or critical state, checkpoint-based execution isn't optional.
npx skills add https://github.com/sickn33/antigravity-awesome-skills --skill workflow-automation