create-squad

Orchestrate multi-agent voice squads with context-preserving handoffs.

1|Updated Mar 27, 2026
One-click install
npx skills add https://github.com/imalfect/callwrench-ai --skill create-squad-imalfect
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-squad
Source: https://github.com/imalfect/callwrench-ai/tree/main/.agents/skills/create-squad
Command: npx skills add https://github.com/imalfect/callwrench-ai --skill create-squad-imalfect

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Create squads that orchestrate multiple specialized assistants with context-preserving handoffs to break complex workflows into focused agents that transfer calls between each other.

Core Features & Use Cases

  • Orchestrates multi-agent squads to handle distinct roles (e.g., triage, scheduling, sales, support) with seamless handoffs.
  • Context-preserving handoffs maintain conversation state across transitions and maintain user context.
  • Flexible deployment using inline assistants and saved assistants with a configurable handoff graph.
  • Examples include clinic triage → scheduling, e-commerce sales → support → returns.

Quick Start

Create a new squad named "Support Squad" with an inline receptionist and two saved assistants, and configure a handoff flow between them.

Frequently Asked Questions about create-squad

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

FAQPage Schema
How do I build a multi-agent voice squad with call routing and handoffs?

Build a multi-agent voice squad by orchestrating specialized assistants with a configurable handoff graph. This approach breaks complex call-center workflows into focused agents that transfer calls between each other while preserving context.

What is context-preserving handoff in multi-agent AI assistants?

Context-preserving handoff is a mechanism that maintains conversation state across transitions between multiple specialized AI assistants. It ensures user context is not lost when calls are transferred from triage to scheduling or sales to support.

Can I use both transient inline assistants and persistent saved assistants in the same squad?

Yes, you can deploy both transient inline assistants and persistent saved assistants within the same squad. The configurable handoff graph allows you to route calls between these assistant types based on your workflow requirements.

How do I configure a multi-agent workflow for clinic triage to scheduling?

Configure a multi-agent workflow by creating a squad with specialized assistants for triage and scheduling, then defining handoff destinations between them. Context-preserving handoffs ensure patient information transfers seamlessly during the call.

Does multi-agent squad orchestration work for e-commerce sales and support returns?

Yes, multi-agent squad orchestration supports e-commerce workflows spanning sales, support, and returns. Specialized assistants handle distinct roles while context-preserving handoffs maintain conversation state across each transition.

When should I break my call-center workflow into multiple specialized AI agents?

Break your workflow into multiple specialized AI agents when a single assistant cannot effectively handle distinct roles like triage, scheduling, sales, and support. Squad orchestration with handoffs manages complex workflows better than monolithic configurations.