orchestration-patterns

Orchestrate long-running multi-step tasks across subagents with evidence checkpoints.

395|84|Updated Oct 5, 2025
One-click install
npx skills add https://github.com/bybren-llc/wtfb-safe-agentic-workflow --skill orchestration-patterns-bybren-llc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: orchestration-patterns
Source: https://github.com/bybren-llc/wtfb-safe-agentic-workflow/tree/main/.claude/skills/orchestration-patterns
Command: npx skills add https://github.com/bybren-llc/wtfb-safe-agentic-workflow --skill orchestration-patterns-bybren-llc

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Codify evidence-based delivery and iterative agent loop for orchestrating long-running tasks.

Core Features & Use Cases

  • Evidence-Based Delivery: checkpoints and evidence
  • Agent Loop: iterative steps
  • Escalation: when blocked
  • Checkpoint Patterns: all long tasks

Quick Start

Start a long-running task, use /pattern-discovery, implement steps, and attach evidence at checkpoints.

Frequently Asked Questions about orchestration-patterns

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I orchestrate long-running multi-step tasks with checkpoints?

Orchestrate long-running tasks by defining goals, discovering patterns with /pattern-discovery, executing iterative steps across subagents, and attaching evidence at each checkpoint to ensure verifiable progress and delivery accountability.

What is evidence-based delivery in agent workflows?

Evidence-based delivery means capturing verifiable proof at each checkpoint—logs, test results, code reviews—so task completion is auditable and mandatory pre-merge gates can enforce quality before handoff.

When should I use escalation in multi-step agent tasks?

Trigger escalation when subagents are blocked or cannot proceed autonomously. The orchestration pattern detects blockage, surfaces it with attached evidence, and routes the task to human decision or higher-level intervention.

Can I apply orchestration patterns to PR workflows with QA gates?

Yes. Orchestrate PR workflows by defining merge gates as checkpoints, attaching evidence from test runs and code review steps, and enforcing mandatory QA sign-off before completion.

How do I coordinate team handoffs using orchestration with evidence?

Structure handoffs as checkpoint steps where each team member attaches evidence of their work—design docs, test coverage, deployment logs—before passing to the next stage, creating an auditable chain.