team-agents-workflow
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.
More from duyet/claude-plugins
react-nextjs-patterns
React and Next.js implementation patterns for performance and maintainability. Use when building frontend components, pages, and applications with React ecosystem.
135backend-api-patterns
Backend and API implementation patterns for scalability, security, and maintainability. Use when building APIs, services, and backend infrastructure.
40quality-gates
Systematic quality verification procedures for code review and delivery. Use when validating completed work, conducting code reviews, or ensuring production readiness.
36gemini-prompting
Prompt engineering guidance for Gemini (Google) model. Use when crafting prompts for Gemini to leverage system instructions, multimodal capabilities, ultra-long context, and strong reasoning features.
26frontend-design
Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
21orchestration
Orchestrate complex work through parallel agent coordination. Decompose requests into task graphs, spawn background workers, and synthesize results elegantly. Use for multi-component features, large investigations, or any work benefiting from parallelization.
19