What problem does it solve?
Designing multi-agent AI teams requires writing structured configuration files with hierarchy, access policies, and approval gates, which is error-prone when done by hand. This Skill turns a natural-language description of a workflow into a schema-valid .envelope.json team definition ready for deployment on Envelope.
Core Features & Use Cases
- Agent Hierarchy Design: Builds supervisor → manager → worker structures with
reportsToKey relationships and capability-based delegation routing.
- Security & Governance: Generates outbound HTTP access policies, required variables/secrets, and human-in-the-loop approval gates before sensitive actions like sending emails.
- Schema-Compliant Output: Produces JSON conforming to the open Envelope team schema, validatable with
npx @openenvelope/schema validate.
- Use Case: Describe a customer support triage workflow — one supervisor, two agents reading Zendesk tickets, and a Slack notifier — and receive a complete deployable team definition.
Quick Start
Ask the assistant to build an Envelope team for your workflow, describing the agents, their roles, and any approval gates you need.