Docs / Workflows / Chaining tasks
Chaining tasks
Reliable chains use a single source of truth—often a small state file in your workspace—that each duty updates. Ask the model to append dated notes rather than overwriting blindly.
Guardrails
- Keep stages short; long chains should checkpoint after every major artifact.
- Require explicit “ready for next stage” flags in the state file.
- When something fails, leave an error note the next duty can detect.