LaunchKit · 2026
Back to Skills

multi-agent-dev-team

2-agent collaborative software development workflow for OpenClaw.

0
739 downloads
by @chloepark85

Setup & Installation

openclaw skills install @chloepark85/multi-agent-dev-team

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install multi-agent-dev-team

What This Skill Does

Two AI agents, a PM and a Dev, collaborate to build software projects. You describe what you want, the PM structures it into a task spec, and the Dev agent writes and commits the code. Supports Next.js, React, Node.js, TypeScript, and static sites.

Splitting planning and implementation across two agents keeps each agent focused on one job, which produces cleaner task handoffs and more coherent output than a single-agent approach.

When to use it

  • Building a Next.js landing page from a plain-English brief
  • Generating a typed React component library with size and variant props
  • Prototyping a small web app without writing any code yourself
  • Creating a GitHub API integration with search and profile cards
  • Iterating on an MVP through PM-directed revision cycles

Example Workflow

Here's how your AI assistant might use this skill in practice.

INPUT

User asks: Build a Next.js landing page with a hero section, three feature cards, and a contact form. Use Tailwind CSS and TypeScript.

AGENT
  1. 1PM agent receives the request and structures it into a task specification with requirements, constraints, and acceptance criteria
  2. 2PM spawns the Dev agent with the task spec
  3. 3Dev agent scaffolds the Next.js project and implements the hero, features, and contact form components
  4. 4Dev commits the finished code to a local Git repository
  5. 5PM reviews deliverables and reports completion with the project location
OUTPUT

A working Next.js + Tailwind CSS + TypeScript project saved to ~/dev-projects/ with all sections implemented and a Git history

Requirements

Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.

API key for at least one supported model provider: Anthropic, Google, or OpenAI