granary-orchestrate

Coordinate sub-agents to execute parallel tasks with granary commands.

19|2|Updated Jan 12, 2026
One-click install
npx skills add https://github.com/speakeasy-api/granary --skill granary-orchestrate
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: granary-orchestrate
Source: https://github.com/speakeasy-api/granary/tree/main/.claude-plugin/skills/orchestrate
Command: npx skills add https://github.com/speakeasy-api/granary --skill granary-orchestrate

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill solves the problem of coordinating sub-agents to implement planned work.

Core Features & Use Cases

  • Orchestration: Coordinate multiple agents to execute tasks in parallel when dependencies allow.
  • Handoff & Lifecycle: Generate context handoffs and manage task status end-to-end via granary commands.
  • Use Case: Use this skill to orchestrate a multi-step project where several tasks can run concurrently, improving throughput and consistency.

Quick Start

granary summary granary session start "ops-work" --mode execute granary next --all --format=prompt

Frequently Asked Questions about granary-orchestrate

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

FAQPage Schema
How do I coordinate multiple sub-agents for parallel task execution?

Multi-agent orchestration coordinates sub-agents to execute parallel tasks safely when dependencies allow. It generates context handoffs and manages task status end-to-end to maximize efficiency in multi-project scenarios.

What is task scheduling and handoff generation in a multi-agent workflow?

Task scheduling and handoff generation explicitly allocate planned work to sub-agents and transfer context between them. This mechanism ensures parallel tasks run safely and maintain consistency across the project lifecycle.

How do I start an orchestration session and get the next available tasks?

Start an orchestration session using granary session start with a session name and execute mode. Retrieve available work by running granary next with the all flag and prompt format to get tasks scheduled for execution.

Can I run parallel tasks concurrently in a multi-project orchestration scenario?

Yes, parallel tasks can run concurrently in multi-project orchestration scenarios when dependencies allow. The system explicitly schedules tasks and controls the lifecycle to ensure safe concurrent execution and maximize throughput.

When should I not use parallel orchestration for task execution?

Avoid parallel orchestration when tasks have strict sequential dependencies that prevent safe concurrent execution. If planned work requires synchronous handoffs or cannot be split into independent steps, orchestration efficiency is lost.