skills/team/SKILL.md
Coordinate named agents as a team with inter-agent communication
npx skillsauth add MeroZemory/oh-my-droid teamInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
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 loopsdocumentation
Agentic memory system for writers - track characters, relationships, scenes, and themes
development
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.
tools
QA cycling workflow - test, verify, fix, repeat until goal met
development
Parallel autopilot with file ownership partitioning