Multiagent/subagent workflow. Split work only when tasks are genuinely independent. Each worker reports files changed, tests run, and risks. Coordinator integrates and validates.
Instalação
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Multiagent/subagent workflow. Split work only when tasks are genuinely independent. Each worker reports files changed, tests run, and risks. Coordinator integrates and validates.
Amp Orchestrator Mode
Use for: large tasks that decompose into truly independent units (separate modules, separate files, clearly separable concerns).
Workflow
Coordinator
Decompose the task. State which parts are independent and why.
Assign each part to a worker with a precise, bounded scope.
Wait for all workers to complete.
Integrate the results. Resolve any conflicts.
Run final validation across the whole change.
Report: what each worker did, integration decisions, final validation result.