multi-agent-dev-team2-agent collaborative software development workflow for OpenClaw
Install via ClawdBot CLI:
clawdbot install ChloePark85/multi-agent-dev-team2-agent collaborative software development workflow for OpenClaw
Build complete software projects using AI agents that work together like a real development team.
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:
npx clawhub install multi-agent-dev-team
The skill includes two pre-configured agents:
PM Agent (multi-agent-pm)
Dev Agent (multi-agent-dev)
~/.openclaw/config.yamlagents:
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
openclaw chat --agent multi-agent-pm
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, Contact sections
- Fully responsive design
- TypeScript + Tailwind CSS
- Git repository initialized
Location: ~/projects/my-landing-page/
Ready for deployment. Would you like me to deploy to Vercel?
You (Director)
ā
PM Agent (Orchestrator)
ā
Dev Agent (Implementer)
ā
Working Code
The PM agent uses this template to communicate with Dev:
## Project: [NAME]
## Task: [ACTION]
## Requirements:
1. [Requirement 1]
2. [Requirement 2]
## Technical Constraints:
- [Constraint 1]
- [Constraint 2]
## Acceptance Criteria:
- [ ] [Criterion 1]
- [ ] [Criterion 2]
## Deliverables:
- [Deliverable 1]
- [Deliverable 2]
PM Agent (orchestration):
anthropic/claude-sonnet-4-5 - Best reasoninggoogle/gemini-2.5-flash - Fast & efficientopenai/gpt-4o - BalancedDev Agent (code generation):
google/gemini-2.5-flash - Fast iteration (recommended)anthropic/claude-sonnet-4-5 - Higher qualityopenai/gpt-4o-mini - Budget-friendlySet a dedicated workspace for projects:
agents:
multi-agent-pm:
soul: ~/.openclaw/skills/multi-agent-dev-team/agents/pm-agent/SOUL.md
model: anthropic/claude-sonnet-4-5-20250929
cwd: ~/dev-projects # All projects created here
Don't ask for everything at once. Start with an MVP:
ā Bad:
Build a full e-commerce site with user auth, payments, admin dashboard, and inventory management.
ā Good:
Build a simple product landing page with hero, features, and signup form.
The more specific your requirements, the better the result:
ā Vague:
Make a nice website.
ā Specific:
Create a Next.js landing page with:
- Hero section with CTA button
- 3-column feature grid
- Contact form with email validation
- Tailwind CSS styling
- Dark mode support
Build in phases:
Phase 1: Basic structure
Phase 2: Add features
Phase 3: Polish & deploy
Always review the generated code before deploying. The agents are good, but human oversight is important.
If you have a specific style or pattern in mind, share examples:
Build a landing page similar to https://example.com, but for [your product].
Check:
Solution:
sessions_historyCheck:
npm install)Solution:
Solutions:
gemini-2.5-flash)You: Build a landing page for a SaaS product called "TaskFlow".
Include hero, features (3 cards), and pricing table. Use Next.js
and Tailwind CSS.
PM: Working on it...
[2 minutes later]
PM: ā
TaskFlow landing page complete! Ready for deployment.
You: Create a reusable Button component library with variants
(primary, secondary, outline) and sizes (sm, md, lg). Use
TypeScript and class-variance-authority.
PM: Task received. Spawning Dev agent...
[3 minutes later]
PM: ā
Button component library complete with Storybook examples.
You: Build a Next.js app that fetches and displays GitHub user
profiles. Include search functionality and responsive cards.
PM: Starting development...
[4 minutes later]
PM: ā
GitHub profile viewer complete with search and error handling.
Want more power? Upgrade to Multi-Agent Dev Team Pro ($49):
MIT License - See LICENSE file for details
Built by UBIK Collective
Powered by OpenClaw
Ready to build with AI agents? Install now:
npx clawhub install multi-agent-dev-team
Generated Feb 23, 2026
A tech startup needs a quick prototype for investor demos. The PM agent plans a Next.js landing page with core features, and the Dev agent implements it with Tailwind CSS and TypeScript, delivering a functional MVP in hours.
An online educator wants an interactive web app for teaching coding concepts. The PM agent breaks down the project into tasks for a React-based app with quizzes, and the Dev agent builds it, enabling rapid iteration for course materials.
A local business needs a modern, responsive website to replace an outdated one. The PM agent coordinates the creation of a static site with contact forms, and the Dev agent implements it using HTML, CSS, and JavaScript for cost-effective deployment.
A company's IT department requires a simple internal dashboard for data visualization. The PM agent designs a Node.js API and frontend, and the Dev agent builds it, allowing quick validation before full-scale development.
A freelance developer seeks a personal portfolio website to showcase projects. The PM agent plans a Next.js site with project galleries, and the Dev agent implements it with Tailwind CSS, providing a professional online presence.
Offer basic multi-agent development for free to attract users, then charge for advanced features like complex backend systems or specialized agents in a Pro version. Revenue comes from subscription fees for enhanced capabilities.
Use the skill to provide rapid web development services to clients, such as small businesses or startups, charging per project or on a retainer basis. This leverages the AI agents to reduce labor costs and increase throughput.
Partner with coding bootcamps or online courses to integrate the skill as a teaching tool, allowing students to practice building projects with AI assistance. Revenue is generated through licensing fees or platform subscriptions.
š¬ Integration Tip
Start with simple projects like landing pages to familiarize yourself with the workflow, and ensure both agents are configured with appropriate models for optimal performance.
Captures learnings, errors, and corrections to enable continuous improvement. Use when: (1) A command or operation fails unexpectedly, (2) User corrects Clau...
Helps users discover and install agent skills when they ask questions like "how do I do X", "find a skill for X", "is there a skill that can...", or express interest in extending capabilities. This skill should be used when the user is looking for functionality that might exist as an installable skill.
Search and analyze your own session logs (older/parent conversations) using jq.
Typed knowledge graph for structured agent memory and composable skills. Use when creating/querying entities (Person, Project, Task, Event, Document), linking related objects, enforcing constraints, planning multi-step actions as graph transformations, or when skills need to share state. Trigger on "remember", "what do I know about", "link X to Y", "show dependencies", entity CRUD, or cross-skill data access.
Ultimate AI agent memory system for Cursor, Claude, ChatGPT & Copilot. WAL protocol + vector search + git-notes + cloud backup. Never lose context again. Vibe-coding ready.
Headless browser automation CLI optimized for AI agents with accessibility tree snapshots and ref-based element selection