Assemble the build squad — backend engineer, frontend engineer, and test engineer for parallel implementation work.
Create an agent team called "build-squad" with the following teammates to implement: $ARGUMENTS
Spawn these 4 teammates:
Researcher — explore the codebase to understand the existing code, dependencies, and conventions relevant to the task. Share findings with the builders.
Backend Engineer — implement server-side changes: APIs, data models, business logic. Own backend files only. Run tests after implementation.
Frontend Engineer — implement client-side changes: UI components, interactions, state management. Own frontend files only. Run tests after implementation.
Test Engineer — write tests alongside the builders. Cover happy paths, edge cases, and error paths. Own test files only. Coordinate with builders on what needs coverage.
Phase 1 — Context: Researcher gathers context and shares findings with all builders.
Phase 2 — Build: All three builders work in parallel. Each owns separate files to avoid conflicts. Test Engineer coordinates with builders on test coverage.
Phase 3 — Verify: Each builder runs tests for their own changes. Test Engineer runs the full suite and reports any failures.