Install
openclaw skills install lightweight-team-orchestrationFacilitates simple multi-agent team collaboration with defined roles, task distribution, and versioned artifact management via a streamlined folder structure.
openclaw skills install lightweight-team-orchestrationA lightweight multi-agent team collaboration skill with a simplified output structure focused on core deliverables.
[TEAM_NAME]/
├── agents/ # Agent role definitions
│ ├── orchestrator/ # Orchestrator
│ │ └── SOUL.md # Role definition
│ ├── builder/ # Executor
│ │ └── SOUL.md
│ └── reviewer/ # Reviewer (optional)
│ └── SOUL.md
└── projects/ # Output artifacts (with versioning)
├── v1.0.0/ # Version directory
│ ├── builder.md # Builder output
│ └── reviewer.md # Reviewer output
└── v1.1.0/ # Next version
agents/projects/v{version}/# Orchestrator
## Responsibilities
- Task distribution and progress tracking
- Coordination between agents
- Artifact version management
## Behaviors
- Use high-reasoning model
- Keep task status updated
# Executor
## Responsibilities
- Execute specific tasks
- Produce deliverables
## Behaviors
- Deliver according to specifications
- Annotate version number
# Reviewer
## Responsibilities
- Verify output quality
- Propose improvement suggestions
Launch agents using sessions_spawn:
Task: [Task description]
Output: projects/v{version}/{agent}.md
Verify: [Verification method]