Master multi-agent orchestration for RunSmart using Claude Code Agent Teams. Coordinates parallel specialists across development, marketing, QA, and operations. Use when tasks benefit from divide-and-conquer: feature builds, marketing campaigns, bug investigations, code reviews, or any work spanning multiple domains.
Provides patterns and instructions for running Claude Code Agent Teams (swarms) optimized for the RunSmart running coach PWA. Leverages Opus 4.6 native agent teams with shared task lists, inter-agent messaging, and coordinated workflows.
CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS=1 in settings (already configured)Best for new features (epics, stories) that span multiple layers.
Create an agent team for [feature name]:
- Architect teammate: design data schema, API routes, component structure
- Frontend teammate: implement React components and screens
- Backend teammate: implement API routes and database operations
- QA teammate: write tests and verify integration
Require plan approval from architect before frontend/backend proceed.
Task dependencies: Architect → (Frontend | Backend) → QA
Best for coordinated marketing pushes across channels.
Create an agent team for RunSmart marketing launch:
- Copywriter teammate: homepage copy, app store description, email sequences
- SEO teammate: schema markup, meta tags, programmatic SEO pages
- Social teammate: Twitter/X threads, LinkedIn posts, Reddit content
- Analytics teammate: tracking setup, conversion funnels, A/B test config
Each teammate works independently, lead synthesizes into launch checklist.
Best when root cause is unclear and multiple hypotheses exist.
Create an agent team to investigate [bug description]:
- Hypothesis A teammate: investigate [theory 1]
- Hypothesis B teammate: investigate [theory 2]
- Hypothesis C teammate: investigate [theory 3]
Have them challenge each other's theories. Update findings doc with consensus.
Best for thorough PR review across multiple dimensions.
Create an agent team to review the changes in [branch/PR]:
- Security reviewer: auth, input validation, XSS, injection
- Performance reviewer: bundle size, render cycles, database queries
- UX reviewer: mobile-first, PWA patterns, offline support
- Domain reviewer: running coach logic, safety guardrails, AI integration
Best for coordinating a production release.
Create an agent team for release preparation:
- Build teammate: run full build, fix errors, verify bundle
- Test teammate: run all test suites, fix failures
- Deploy teammate: prepare Vercel config, environment variables
- Docs teammate: update changelog, API docs, user-facing help
components/, app/ pagesapp/api/, lib/ utilities*.test.tsx, *.test.ts filesAll teammates inherit project skills (running-coach-index, plan-generator, etc.) via CLAUDE.md and .claude/skills/. Domain-specific teammates should reference relevant skills: