fct-orchestration

Coordinate multi-agent workflows using TaskCreate and TaskUpdate primitives.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/pascalandy/dotfiles --skill fct-orchestration
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fct-orchestration
Source: https://github.com/pascalandy/dotfiles/tree/main/dot_config/opencode/skill/fct-orchestration
Command: npx skills add https://github.com/pascalandy/dotfiles --skill fct-orchestration

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Orchestrating multi-step tasks across agents can be complex and error-prone without a structured plan. This Skill provides a framework to plan, execute, and synthesize results from multiple agents in parallel, reducing drift and speeding outcomes.

Core Features & Use Cases

  • Fan-Out and Pipeline patterns for dividing work into parallel tasks and sequential integrations.
  • Task orchestration tooling guidance for spawning workers, tracking progress, and synthesizing results.
  • Use cases include coordinating PR reviews, feature rollouts, incident response, and multi-domain research tasks.

Quick Start

To start a simple two-agent orchestration, plan tasks, spawn agents, and synthesize results into a unified output.

Frequently Asked Questions about fct-orchestration

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

FAQPage Schema
How do I coordinate multi-agent workflows to run parallel tasks?

Multi-agent workflows are coordinated by planning tasks, spawning workers for parallel exploration, and synthesizing their outputs into cohesive results. This framework reduces drift and speeds up complex task outcomes.

What is the best way to orchestrate parallel exploration across multiple agents?

The best way to orchestrate parallel exploration is using a fan-out pattern. This divides work into parallel tasks and uses TaskCreate and TaskUpdate primitives to track progress and consolidate results.

Can I use pipeline patterns for sequential integrations in task orchestration?

Yes, pipeline patterns support sequential integrations in task orchestration. They enable sequential task processing where downstream agents integrate and synthesize results from upstream tasks.

Does multi-agent orchestration require specific task-management primitives?

Multi-agent orchestration relies on TaskCreate and TaskUpdate primitives to track progress and manage blockers. These task-management primitives ensure structured execution and consolidated results.

When do I need a structured framework for multi-agent task management?

You need a structured framework for multi-agent task management when orchestrating complex tasks like PR reviews, incident response, or feature rollouts, where unstructured execution risks errors and drift.

What are the limitations of orchestrating complex tasks without a structured plan?

Orchestrating complex tasks without a structured plan causes drift and errors, making it difficult to track progress and synthesize results. A structured framework is necessary to manage blockers and ensure cohesive outcomes.