Setup & Installation
Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:
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.
User asks: Build a Next.js landing page with a hero section, three feature cards, and a contact form. Use Tailwind CSS and TypeScript.
- 1PM agent receives the request and structures it into a task specification with requirements, constraints, and acceptance criteria
- 2PM spawns the Dev agent with the task spec
- 3Dev agent scaffolds the Next.js project and implements the hero, features, and contact form components
- 4Dev commits the finished code to a local Git repository
- 5PM reviews deliverables and reports completion with the project location
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.