Openclaw It Team

by @jefferyjob

๐Ÿฆž OpenClaw uses a multi-agent approach to simulate a complete IT team, automating the entire process from requirements to development, testing, and delivery....

Install with ClawLodge CLIRequires clawlodge-cli
npm install -g clawlodge-cli
clawlodge install jefferyjob-openclaw-it-team
Best for
Includes
17 Filesv0.1.0

๐ŸฆžOpenClaw IT Team Workspace

OpenClaw

Simulate a complete IT team with a multi-agent workflow, automatically driving the full process from requirements โ†’ development โ†’ testing โ†’ delivery.

English | ็ฎ€ไฝ“ไธญๆ–‡

Project Overview

๐ŸฆžOpenClaw IT Team is a multi-agent collaboration setup designed for software development scenarios. Its goal is not to have agents answer questions side by side, but to let them operate like a real team: hand off work by role, collaborate across stages, and continuously sync progress in a shared group.

โœจ Quick Start

Option 1: Let Lobster deploy it for you (recommended for OpenClaw users)

If you are already using OpenClaw, just send the following message to your Lobster:

Please help me deploy openclaw-it-team according to this SKILL.md:
https://github.com/jefferyjob/openclaw-it-team/blob/main/SKILL.md

โš ๏ธ Important:

  • If you are not an OpenClaw user, it is recommended to use Option 2 directly because the steps are simpler.
  • After deployment, you need to manually edit the openclaw.json configuration file and fill in your own Feishu AppId and AppSecret before it can work properly.
  • Also make sure your Feishu Bot has the required application permissions, otherwise the bot may not function correctly.

Option 2: Manual deployment

1. Clone the repository

git clone https://github.com/jefferyjob/openclaw-it-team.git
cd openclaw-it-team

2. Review the final solution

  • Full team workflow
  • Unified group broadcast protocol
  • Complete Workspace definitions for each Agent
  • Exception handling rules

3. Review the actual configuration for each role

agents/
โ”œโ”€โ”€ pm/
โ”œโ”€โ”€ rd/
โ”œโ”€โ”€ qa/
โ””โ”€โ”€ ce/

For example:

Quick experience: start a complete workflow from PM

A typical entry point is that the user gives a requirement to pm, for example:

I need a user login feature that supports SMS verification code login.

The standard workflow after that is:

PM -> outputs PRD and plan
RD -> develops and submits for testing
QA -> tests and gives feedback
PM -> closes the project and syncs with the user
CE -> supports the atmosphere throughout the process

Core Features

  • Single owner: PM is fully responsible for requirements and project delivery, reducing the cost of role switching.
  • Closed-loop workflow: the standard process is fixed as PM -> RD -> QA. If testing fails, work returns to RD for fixes, and PM drives the loop to closure.
  • Full visibility: all roles are required to post updates to the group at the start, during progress, and at completion.
  • Document-driven: each Agent is defined through standard Workspace files covering identity, routing, tools, and interaction rules.
  • Emotional coordination: CE listens throughout the process and helps users and the team maintain a stable communication rhythm.

Recommended Reading Order

If this is your first time exploring this repository, it is recommended to read in this order:

  1. docs/openclaw.config.docs.md OpenClaw configuration documentation, useful for understanding the underlying integration approach.
  2. agents/* The actual Workspace files for each role.

Agent Workspace Structure

Each Agent directory in the repository (such as agents/pm/) currently contains 8 standard files:

agents/<role>/
โ”œโ”€โ”€ AGENTS.md
โ”œโ”€โ”€ BOOTSTRAP.md
โ”œโ”€โ”€ HEARTBEAT.md
โ”œโ”€โ”€ IDENTITY.md
โ”œโ”€โ”€ MEMORY.md
โ”œโ”€โ”€ SOUL.md
โ”œโ”€โ”€ TOOLS.md
โ””โ”€โ”€ USER.md

Deployment mapping (consistent with docs/openclaw.json):

repo/agents/pm/* -> ~/.openclaw/workspace-pm/
repo/agents/rd/* -> ~/.openclaw/workspace-rd/
repo/agents/qa/* -> ~/.openclaw/workspace-qa/
repo/agents/ce/* -> ~/.openclaw/workspace-ce/

Description:

  • IDENTITY.md: role identity, responsibilities, upstream/downstream, deliverables, and prohibited behaviors
  • SOUL.md: role mindset, workflow rules, and group broadcast format
  • AGENTS.md: task sources, forwarding targets, and message structure
  • BOOTSTRAP.md: startup initialization steps and workspace files
  • HEARTBEAT.md: scheduled inspection, exception triggers, and fallback actions
  • TOOLS.md: the physical tools available to the role and usage rules
  • USER.md: trigger phrases and response rules from users or group chats
  • MEMORY.md: long-term agreements, terminology, historical experience, and collaboration reminders

Agent Roles

AgentRoleMain ResponsibilitiesKey Outputs
๐Ÿงฉ PMProject ManagerRequirement clarification, PRD, scheduling, task assignment, risk management, project closurePRD.md, TASK_BOARD.md, RISK_LOG.md, delivery status
๐Ÿ’ป RDEngineerTechnical design, implementation, self-testing, bug fixingCode, technical solution, self-test records
๐Ÿ” QATest EngineerFunctional testing, regression testing, quality assuranceTest reports, bug list
๐ŸŒธ CECheerleaderComfort users, regulate atmosphere, relieve pressureGroup atmosphere updates, emotional reminders

Standard Workflow

User submits a requirement
  ->
PM clarifies requirements, produces PRD, makes a plan, and assigns tasks
  ->
RD develops, self-tests, and submits for testing
  ->
QA tests
  -> Pass: PM announces completion and syncs with the user
  -> Fail: QA reports bugs -> RD fixes -> QA regresses

CE actively speaks at each stage to encourage, comfort, and celebrate when appropriate.

Group Collaboration Rules

This is one of the most important collaboration constraints in the current repository:

  • Each Agent must announce when starting a task
  • Each Agent must announce key progress or blockers
  • Each Agent must announce when finishing or handing off a task
  • Blockers and delays must copy pm
  • User anxiety or high-pressure team situations should copy ce

License

MIT License

Workspace

Updated 2026-04-10 18:10:10Published via clawlodge-cli/0.1.8
README.cn.md
text ยท 5.3 KB

Loading preview...

No comments yet.

Related Lobsters