What problem does it solve? Setting up and operating Render Workflows involves many moving parts—CLI scaffolding, SDK task definitions, local testing, and Dashboard deployment—and outdated API knowledge leads to broken code. This Skill guides the entire lifecycle with verified, current patterns. ## Core Features & Use Cases - First-Time Scaffolding: Sets up a new workflow service via render workflows init or a manual fallback path using official starter templates. - Task Development Patterns: Provides verified examples for retries with exponential backoff, subtasks, fan-out/fan-in, ETL pipelines, cron triggers, and cross-workflow calls in both Python and TypeScript. - Local Testing & Deployment: Covers the local task server workflow (render workflows dev) and the full Dashboard deployment checklist, plus a detailed troubleshooting reference. - Use Case: You want to offload a batch image-processing job from your web service. Use this Skill to scaffold a workflow, define a fan-out task that processes images in parallel, test it locally, and deploy it to Render. ## Quick Start Ask the assistant to set up a new Render Workflow in the current project and create a first task that can be tested locally.