team
Coordinate the full omi stage pipeline across sub-agents for complex delivery (plan -> prd -> exec -> verify -> fix).
Purpose
Use this skill for complex work that benefits from role-based delegation.
Trigger
- Task spans architecture, implementation, and verification
- Multiple milestones are required
- User requests coordinated multi-agent execution
Workflow
- Run
team-planwithomi-plannerandomi-architect. - Run
team-prdwithomi-productto lock acceptance criteria. - Run
team-execwithomi-executor. - Run
team-verifywithomi-reviewerandomi-verifier. - If verify fails, run
team-fixwithomi-debuggerandomi-executor. - Repeat steps 3-5 until acceptance passes or blockers are explicit.
- Merge all stage outputs into one status report.
Output Template
## Team Plan
- ...
## Stage Log
- team-plan: ...
- team-prd: ...
- team-exec: ...
- team-verify: ...
- team-fix: ...
## Final Result
- ...
## Open Risks
- ...
Notes
- Keep handoffs short and structured.
- Avoid duplicate file edits across agents at the same time.