Agent Orchestrator Executor

Execution orchestrator that implements a phased plan (typically from docs/plans/, produced by agent-orchestrator-planner) using dedicated subagents per phase. The orchestrator never implements code itself — it delegates implementation and progress tracking to specialized agents, and runs a single code review at the end (Cross-Validation Phase) against the full branch diff, and keeps the plan document updated with live progress. Use when the user asks to execute a plan, implement a plan, run the plan, or continue executing a phased plan.

nurfarazi Updated

File contents

nurfarazi/farazi-agents-skill/tree/main/skills/agent-orchestrator-executor commit eb0d3ee826

Frequently asked questions

npx skillmds@latest add nurfarazi/agent-orchestrator-executor