# SprintLoop Workflows
Reusable **agentic workflows** and **multi-stage orchestration patterns** for the SprintLoop Enterprise OS.
## Example Workflow
```yaml
id: triage-and-resolve
steps:
- id: detect_intent
type: agent
agent_id: support-triage-agent
- id: route
type: router
routes:
billing: billing-agent
technical: tech-agent
- id: evaluate
type: agent
agent_id: support-evaluator-agentsprintloop/sprintloop-workflows
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|