> ## Documentation Index
> Fetch the complete documentation index at: https://docs.clawcontrol.cc/llms.txt
> Use this file to discover all available pages before exploring further.

# Workflows, Teams, and Packages

This page describes the workflows, teams, and package management surface in ClawControl.

## Workflows

The Workflows page supports:

* list built-in + custom workflows
* stage/usage inspection
* create/edit custom workflow YAML
* clone built-in workflow to custom
* import workflow YAML
* export workflow YAML

Built-in workflows are read-only.

Workflows reference specialist agents only; the CEO is not represented inside workflow YAML.
By default, ClawControl treats the OpenClaw runtime agent `main` as the CEO inbox.

## Teams

Teams are first-class records linked to agents.

Teams support:

* create/edit/delete
* member assignment via agent linkage
* linked workflow/template metadata
* team export

## Package Artifacts

ClawControl package artifacts (`.clawpack.zip`) support four package kinds:

* `agent_template`
* `agent_team`
* `workflow`
* `team_with_workflows`

Package flow is Analyze -> Deploy.

## Workspace Outputs

Workflow snapshots are written to workspace:

* `/workflows/clawcontrol-resolved-workflows.yaml`
* `/workflows/clawcontrol-resolved-selection.yaml`

Package history traces are written to:

* `/workflow-packages/history/*.json`

## Last updated

2026-02-13

## Related pages

* [Workflows, Teams, and Packages (API)](/api/workflows-teams-packages)
* [Agents, Teams, and Templates](/features/agents-hierarchy-templates)
* [Workflows](/reference/workflows)
* [Package Artifacts](/reference/packages)
