coordinating-work

Coordinate multiple patterns into a sequenced workflow with progress tracking.

Updated Mar 2, 2026
One-click install
npx skills add https://github.com/maestria-co/ai-playbook --skill coordinating-work
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: coordinating-work
Source: https://github.com/maestria-co/ai-playbook/tree/main/skills/coordinating-work
Command: npx skills add https://github.com/maestria-co/ai-playbook --skill coordinating-work

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Orchestrates multiple patterns for a complex task that spans several steps or pattern invocations. Use when a task requires 3+ distinct steps across different pattern types, the output of one pattern is the input to another, or you need to track progress and check in with the user at defined points. Do not use when the task is a single pattern invocation, or two independent patterns that do not need to be sequenced.

Core Features & Use Cases

  • Coordinates multiple pattern types into a coherent workflow for multi-step tasks.
  • Defines clear delegation blocks, sequence planning, and stopping conditions to manage progress and risk.
  • Use cases include complex planning, multi-pattern orchestrations, and handoff-driven work streams.

Quick Start

Draft a 3+ pattern sequence with clear delegation blocks to begin coordinating the workflow.

Frequently Asked Questions about coordinating-work

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

FAQPage Schema
How do I coordinate a complex workflow with multiple interdependent steps?

To coordinate a complex workflow, you can sequence 3+ distinct steps into structured delegation blocks, enforcing step sequencing and stopping conditions to manage interdependent outputs across different pattern types.

When do I need workflow coordination for multi-step tasks?

You need workflow coordination when a task spans 3+ distinct steps across different pattern types, requires output from one pattern as input to another, or needs user check-ins at defined progress points.

How do I track progress and set up user check-ins during task delegation?

Track progress and set up check-ins by defining clear delegation blocks and stopping conditions within the workflow sequence, ensuring the user is notified and can review outputs at defined intermediate points.

What is the best way to orchestrate multiple patterns with sequenced inputs?

The best way to orchestrate multiple patterns is to draft a 3+ pattern sequence with clear delegation blocks, allowing the workflow to enforce step sequencing and manage coordination overhead for interdependent outputs.

When should I avoid using multi-pattern workflow coordination?

You should avoid multi-pattern workflow coordination for single pattern invocations or tasks involving two independent patterns that do not require strict sequencing or interdependent output tracking.