agently-triggerflow

Use when the user needs workflow orchestration such as branching, concurrency, approvals, waiting and resume, runtime stream, restart-safe execution, mixed sync/async function or module orchestration, event-driven fan-out, process-clarity refactors that make stages explicit, performance-oriented refactors that collapse split requests, or explicit draft-review-revise style multi-stage flows. The user does not need to say TriggerFlow explicitly.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "agently-triggerflow" with this command: npx skills add agentera/agently-skills/agentera-agently-skills-agently-triggerflow

Agently TriggerFlow

Use this skill when the solution clearly needs orchestration semantics rather than one request family.

The user does not need to say TriggerFlow or Agently. Scenario language such as resumable approval flow, branching automation, output-fan-out refactor, mixed sync/async pipeline, process-clarity refactor, or draft-review-revise pipeline should still route here once orchestration is clearly the owner layer.

Native-First Rules

  • prefer TriggerFlow for explicit multi-stage quality loops, branching, concurrency, waiting/resume, restart-safe execution, output-fan-out performance refactors, process-clarity refactors, or mixed sync/async orchestration
  • keep workflow stages visible instead of hiding nested request loops
  • combine with agently-model-response when one workflow step must reuse one model result as text, parsed data, metadata, or partial updates
  • combine with agently-output-control when downstream branches need stable structured fields or required keys

Anti-Patterns

  • do not invent a custom event bus or state machine before checking TriggerFlow
  • do not hide draft/judge/revise or similar loops inside one opaque helper

Read Next

  • references/overview.md

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Automation

agently-playbook

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

agently-model-setup

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

agently-prompt-management

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

agently-output-control

No summary provided by upstream source.

Repository SourceNeeds Review