AI Team Package Structure
An AI Team can be represented as a set of separable, versioned resources rather than one large prompt.
The exact file format or runtime packaging can vary by execution environment. The logical structure remains stable.
AI Team
Digital Employees
Job definition
Responsibilities and authority
Expected outputs
Escalation conditions
Skills
Workflows
Stages
State
Handoffs
Human gates
Configuration
Customer-specific settings
Approved context references
Capability mappings
Evaluations
Quality criteria
Stage exit conditions
Resource responsibilities
| Resource | Responsibility |
|---|---|
| AI Team | Defines the business function and workforce boundary |
| Digital Employee | Defines a stable job, authority, outputs, and escalation |
| Skill | Defines a reusable specialized method |
| Workflow | Defines state, sequencing, handoffs, and gates |
| Configuration | Binds reusable definitions to a customer environment |
| Evaluation | Defines quality and release criteria |
| Capability mapping | Resolves requested capabilities to approved runtime implementations |
This separation allows a skill, connector, model runtime, or customer configuration to change without requiring the entire workforce definition to be rewritten.
See Digital Employees, Skills, and AI Team Orchestration.