agently-dynamic-task
Installation
SKILL.md
Agently Dynamic Task
Use this skill when the problem is a dynamic task graph: a model or application submits DAG data that must be planned, validated, pruned, resolved to handlers, and executed.
TaskDAG is the Agently DAG foundation capability. Dynamic Task is the current
compatibility and convenience facade over TaskDAG planning and execution, not a
TriggerFlow sub-API and not the strategic Agent task lifecycle. TriggerFlow is
the execution substrate under TaskDAGExecutor, while
Agently.create_dynamic_task(...) is the current app-facing facade entrypoint;
agent.create_dynamic_task(...) remains a compatibility facade for legacy
prompt-snapshot callers, not the default guidance.