agently-triggerflow-patterns
Installation
SKILL.md
Agently TriggerFlow Patterns
This skill covers common business workflow patterns in TriggerFlow. It focuses on routing, fan-out and fan-in, item-wise worker patterns, safe loops, evaluator-optimizer loops, ReAct-style tool loops, and human-in-the-loop gate patterns. It does not replace the lower-level skills for core TriggerFlow primitives, state placement, sub-flow boundaries, explicit interrupt mechanics, model-request implementation, flow config, or execution-state restore.
Prerequisite: Agently >= 4.0.8.5.
Scope
Use this skill for:
- router and classify-then-route workflows
- fan-out and fan-in workflows
batch(...),for_each(...),collect(...), andside_branch(...)as pattern tools- safe loops with stop conditions and loop budgets
- evaluator-optimizer or maker-checker loops
- ReAct or tool-loop workflow design
- human approval gates or pause-between-turns patterns at the business-workflow level
Do not use this skill for: