Builds a feature using Agent Teams with parallel workers. Use for large features that span multiple layers (frontend, backend, tests, docs).
Before spawning the team:
Create or load the plan — There must be a clear plan before any agent starts working. If no plan exists, create one first using /plan-feature.
Define contracts first — The lead MUST define:
Assign file ownership — Each teammate owns specific directories. NO overlap. Two agents editing the same file = overwrites.
Create an agent team to implement [feature].
Contracts (all teammates receive these):
[paste contracts here]
Teammates:
- Backend (Sonnet): Owns src/api/, src/models/, src/services/
Task: Implement API endpoints and business logic
- Frontend (Sonnet): Owns src/components/, src/pages/
Task: Implement UI components and pages
- Tests (Sonnet): Owns tests/
Task: Write tests for both backend and frontend
Blocked by: Backend and Frontend
Rules:
- Each teammate works ONLY in their owned directories
- Backend defines API contract FIRST, then all work in parallel
- Require plan approval before implementation
- Use Sonnet for all teammates
After the team finishes:
Search for places (restaurants, cafes, etc.) via Google Places API proxy on localhost.
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Start voice calls via the OpenClaw voice-call plugin.
Notion API for creating and managing pages, databases, and blocks.
Gemini CLI for one-shot Q&A, summaries, and generation.
Category:developer