workflow-best-practices
Installation
SKILL.md
Workflow Best Practices
Build durable workflows with steps, streaming, and agent execution.
Prerequisites
Complete these setup recipes first:
- Workflow Development Kit Setup
Folder Structure
Each workflow gets a subfolder under src/workflows/. index.ts orchestrates ("use workflow"); steps/ holds durable checkpoints ("use step"); shared steps live in the top-level steps/.