team-agents-workflow
Installation
SKILL.md
Team Agents Workflow
Use this skill as the Codex entry point for the team-agents plugin.
Workflow
- Decide whether the task truly benefits from multiple roles or parallel work.
- Decompose work into independent streams with clear ownership and outputs.
- Assign work according to the available agent role guidance in
agents/. - Keep implementation ownership disjoint when multiple workers edit files.
- Integrate results, verify the combined change, and summarize residual risk.
Related Assets
- Agent role definitions live in
agents/. - Existing skills cover backend APIs, React/Next.js, TypeScript, task decomposition, and quality gates.