← 返回
未分类 中文

Lightweight Team Orchestration

Facilitates simple multi-agent team collaboration with defined roles, task distribution, and versioned artifact management via a streamlined folder structure.
通过简化的文件夹结构实现多智能体团队协作,明确角色划分、任务分配及制品版本管理。
openlark openlark 来源
未分类 clawhub v1.0.0 1 版本 99741.6 Key: 无需
★ 0
Stars
📥 386
下载
💾 0
安装
1
版本
#latest

概述

Lightweight Team Orchestration

A lightweight multi-agent team collaboration skill with a simplified output structure focused on core deliverables.

Use Cases

  • Creating simple teams with 2+ agents
  • Agent role definition and task distribution
  • Agent output artifact management (with versioning)
  • Lightweight collaboration workflows (no complex workflow engine required)

Quick Start

Output Structure

[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

Workflow

  1. Create Agent Roles → Create SOUL.md for each agent under agents/
  2. Distribute Tasks → Launch agents using sessions_spawn
  3. Collect Artifacts → Store artifacts in projects/v{version}/
  4. Version Management → Create a new version directory for each delivery

Agent Role Definitions

agents/orchestrator/SOUL.md

# Orchestrator

## Responsibilities
- Task distribution and progress tracking
- Coordination between agents
- Artifact version management

## Behaviors
- Use high-reasoning model
- Keep task status updated

agents/builder/SOUL.md

# Executor

## Responsibilities
- Execute specific tasks
- Produce deliverables

## Behaviors
- Deliver according to specifications
- Annotate version number

agents/reviewer/SOUL.md (optional)

# Reviewer

## Responsibilities
- Verify output quality
- Propose improvement suggestions

Task Distribution

Launch agents using sessions_spawn:

Task: [Task description]
Output: projects/v{version}/{agent}.md
Verify: [Verification method]

Version Management

  • Initial version: v1.0.0
  • Each iteration: Increment version number
  • Preserve history: All versions retained in projects/

When to Use

  • Simple 2-3 person teams
  • No complex workflow engine required
  • Focus on artifact delivery over process

When Not to Use

  • Complex multi-stage workflows
  • Real-time status tracking → Use task boards
  • Large-scale agent coordination

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-05-07 12:32 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

ai-agent

Self-Improving + Proactive Agent

ivangdavila
自我反思+自我批评+自我学习+自组织记忆。智能体评估自身工作、发现错误并持续改进。
★ 1,387 📥 321,320
content-creation

Toutiao Graphic Publisher

openlark
通过浏览器自动化在头条发布图文内容,支持智能排版、自动生成热门标签等功能。
★ 2 📥 970
ai-agent

Skill Vetter

spclaudehome
AI智能体技能安全预审工具。安装ClawdHub、GitHub等来源技能前,检查风险信号、权限范围及可疑模式。
★ 1,233 📥 268,638