TopRank Skills

Home / Claw Skills / Git / GitHub / Multi-Agent Dev Team
Official OpenClaw rules 72%

Multi-Agent Dev Team

2-agent collaborative software development workflow for OpenClaw

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

直接复制以下提示词,发送给你的 AI 助手即可完成安装。

请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 Multi-Agent Dev Team 技能。 若已安装,则直接安装 Multi-Agent Dev Team 技能。

Overview

Skill Key
chloepark85/multi-agent-dev-team
Author
chloepark85
Source Repo
openclaw/skills
Version
-
Source Path
skills/chloepark85/multi-agent-dev-team
Latest Commit SHA
3db72f3fbffba08c44f56e7acf313def24e18304

Extracted Content

SKILL.md excerpt

# Multi-Agent Dev Team

**2-agent collaborative software development workflow for OpenClaw**

Build complete software projects using AI agents that work together like a real development team.

## What is this?

The Multi-Agent Dev Team skill provides a **PM (Project Manager)** and **Dev (Developer)** agent that collaborate to build software projects. You describe what you want, the PM breaks it down into tasks, and the Dev agent implements them.

**Perfect for:**
- Landing pages and websites
- Small web applications
- Prototypes and MVPs
- Code generation projects
- Learning multi-agent workflows

## Quick Start

### 1. Install the skill

```bash
npx clawhub install multi-agent-dev-team
```

### 2. Set up agents

The skill includes two pre-configured agents:

**PM Agent** (`multi-agent-pm`)
- Handles project planning
- Coordinates the Dev agent
- Reports progress to you

**Dev Agent** (`multi-agent-dev`)
- Implements code
- Tests functionality
- Commits to Git

### 3. Configure in `~/.openclaw/config.yaml`

```yaml
agents:
  multi-agent-pm:
    soul: ~/.openclaw/skills/multi-agent-dev-team/agents/pm-agent/SOUL.md
    model: anthropic/claude-sonnet-4-5-20250929  # or your preferred model
    
  multi-agent-dev:
    soul: ~/.openclaw/skills/multi-agent-dev-team/agents/dev-agent/SOUL.md
    model: google/gemini-2.5-flash  # faster for code generation
```

### 4. Start your PM agent

```bash
openclaw chat --agent multi-agent-pm
```

## Usage Example

### Building a Landing Page

**You (Director):**
> Build me a Next.js landing page with hero section, features, and contact form. Use Tailwind CSS and TypeScript.

**PM Agent:**
> I'll break this down into a clear task for the Dev agent. Starting now...
> 
> *[Spawns Dev agent with detailed spec]*
> 
> Dev agent is working on the project. I'll monitor progress and report back when complete.

**PM Agent (later):**
> ✅ Landing page completed!
> 
> **Deliverables:**
> - Next.js 14+ App Router project
> - Hero, Features, Conta...

README excerpt

# Multi-Agent Dev Team

**Build software with AI agents that collaborate like a real dev team**

[![ClawHub](https://img.shields.io/badge/ClawHub-Install-blue)](https://clawhub.com/skills/multi-agent-dev-team)
[![License](https://img.shields.io/badge/license-MIT-green)](LICENSE)
[![OpenClaw](https://img.shields.io/badge/OpenClaw-2026.2%2B-purple)](https://openclaw.ai)

## Overview

Multi-Agent Dev Team is an OpenClaw skill that provides two collaborative AI agents:
- **PM Agent**: Orchestrates projects, breaks down requirements, coordinates the Dev agent
- **Dev Agent**: Implements code, tests functionality, commits to Git

Together, they can build complete software projects from simple descriptions.

## Quick Start

### Installation

```bash
npx clawhub install multi-agent-dev-team
```

### Configuration

Add to `~/.openclaw/config.yaml`:

```yaml
agents:
  multi-agent-pm:
    soul: ~/.openclaw/skills/multi-agent-dev-team/agents/pm-agent/SOUL.md
    model: anthropic/claude-sonnet-4-5-20250929
    
  multi-agent-dev:
    soul: ~/.openclaw/skills/multi-agent-dev-team/agents/dev-agent/SOUL.md
    model: google/gemini-2.5-flash
```

### Usage

```bash
openclaw chat --agent multi-agent-pm
```

Then simply describe what you want to build!

## Features

### ✨ Free Version (This Skill)
- 🤝 **2 collaborative agents** (PM + Dev)
- 🏗️ **Project orchestration** by PM agent
- 💻 **Code implementation** by Dev agent
- 📝 **Git integration** with clean commits
- 🎯 **Iterative refinement** (up to 3 rounds)
- 📚 **Templates & examples** included

### 🚀 Pro Version ($49)
- 👥 **6 specialized agents**: PM, Architect, Dev, QA, DevOps, BizDev
- 🔄 **Lobster pipelines**: Automated workflows with approval gates
- 🏛️ **Architecture design**: Dedicated system design agent
- ✅ **Automated QA**: Code review & testing agent
- 🚀 **DevOps automation**: CI/CD & deployment
- 💼 **Business strategy**: Market research & planning
- 📖 **Comprehensive guides**: English + Korean docs

[**Upgrade...

Related Claw Skills