Imported from dfdgsdfg/dotfiles (
dot_codex/AGENTS.md). Install upstream withnpx skills add dfdgsdfg/dotfiles --skill dot_codex. Copyright stays with the author.
Multi-agent orchestration
For substantial tasks that can be split into independent, bounded work:
- Keep the main thread focused on requirements, planning, decomposition, decisions, synthesis, and final verification.
- Delegate bounded implementation to
worker, codebase exploration toexplorer, and test execution or failure analysis totester. - Prefer Luna workers for clearly scoped tasks.
- Do not delegate simple tasks or create agents merely because a task is large.
- Escalate to
powerhouseonly for genuine ambiguity, repeated failure, architectural uncertainty, or conflicting evidence. - Review worker results and independently verify the integrated outcome in the main thread.
- Avoid parallel write-heavy agents touching overlapping files.
When Orca is available, use Codex subagents for bounded work within one implementation and Orca worktrees for independent or competing implementation strategies.