with one click
Coordinate named agents as a team with inter-agent communication
npx skills add https://github.com/MeroZemory/oh-my-droid --skill teamCopy and paste this command into Claude Code to install the skill
Coordinate named agents as a team with inter-agent communication
npx skills add https://github.com/MeroZemory/oh-my-droid --skill teamCopy and paste this command into Claude Code to install the skill
Expand a product idea into a spec, plan implementation with critic validation, execute code across parallel agents, run iterative QA cycles, and perform multi-reviewer validation. Use when the user provides a feature description or project idea and wants end-to-end autonomous implementation without manual phase transitions.
Coordinate multi-agent task execution by delegating to specialist subagents, managing parallel workflows, and verifying completion through architect review. Handles investigation-to-PR cycles, codebase assessment, todo-driven progress tracking, and failure recovery. Use when a task requires breaking work across multiple agents, delegating frontend/backend/research to specialists, or managing a full GitHub issue-to-PR workflow.
Exhaustive multi-strategy codebase search using grep, ripgrep, find, and AST-aware tracing to locate implementations, references, dependencies, and usage patterns for a given symbol, pattern, or concept. Use when you need to find every occurrence of a function, type, config key, or concept across a project ā especially when simple text search misses indirect references, re-exports, or dynamic usage.
Enforce strict Test-Driven Development (TDD) using the red-green-refactor cycle. Use when writing unit tests, practicing test-first development, applying TDD discipline, or implementing features via red-green-refactor workflows.
Decompose multi-step tasks into parallel sub-agent workloads, route each sub-task to the cheapest capable model tier (Haiku/Sonnet/Opus), run long-running commands in the background, and verify all deliverables before stopping. Use when the user asks to 'go fast', 'parallelize', 'ultrawork', or when a request contains 3+ independent sub-tasks that benefit from concurrent execution.
Strategic planning with optional interview workflow
| name | team |
| description | Coordinate named agents as a team with inter-agent communication |
Coordinate named agents as a team with inter-agent messaging, shared context, file ownership, and leader-managed lifecycle.
/team [task description]
/team --roles architect,executor,qa-tester [task description]
/team --max-members 3 [task description]
/team --timeout 15 [task description]
/team --dry-run [task description]
| Argument | Description | Default |
|---|---|---|
--roles | Comma-separated role list | Auto-determined from task |
--max-members | Override max team size | 5 |
--timeout | Team timeout in minutes | 10 |
--dry-run | Show team plan without executing | false |
You are the team leader. Your job is to orchestrate a coordinated team of specialist agents.
architect ā for design, schema, API structure decisionsexecutor ā for implementation (spawn multiple if independent files)qa-tester ā for writing tests and verificationcode-reviewer ā for review passes--roles is specified, use those roles directly--dry-run is specified, show the plan and stoptsc --noEmit, npm test, npm run lint (as applicable)When --dry-run is specified, show this and stop:
[TEAM PLAN]
Task: Add REST API endpoint for user preferences
Members:
- architect-1 (architect): Design API schema and endpoint structure
- executor-1 (executor): Implement controller and service layer
- executor-2 (executor): Implement database migration and model
- qa-tester-1 (qa-tester): Write integration tests
File Ownership:
- executor-1: src/controllers/preferences.ts, src/services/preferences.ts
- executor-2: src/models/preferences.ts, migrations/
Estimated: 4 agents, ~10 min
Proceed? [Y/n]
During execution, show periodic status updates:
[TEAM: api-build]
ā ā architect-1 completed ā API schema defined
ā ā executor-1 working ā implementing controller
ā ā executor-2 working ā implementing migration
ā 1/3 completed
/ralph for team-level persistence loops