with one click
team
Coordinate named agents as a team with inter-agent communication
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Coordinate named agents as a team with inter-agent communication
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
Configure HUD display options (layout, presets, display elements)
Setup and configure oh-my-droid (the ONLY command you need to learn)
N coordinated agents on shared task list with SQLite-based atomic claiming
Set up and manage local skills for automatic matching and invocation
Manage local skills - list, add, remove, search, edit
Extract a learned skill from the current conversation
| 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