What problem does it solve?
Atlas coordinates complex multi-step work by delegating each task to specialized sub-agents while enforcing verification after every change, reducing integration risk and preventing incomplete or incorrect implementations.
Core Features & Use Cases
- Plan-driven parallel orchestration: Reads a work plan, finds independent tasks, and runs them in parallel to finish faster while preserving dependencies.
- Delegation discipline with verification gates: Enforces a mandatory post-delegation checklist including lsp diagnostics, build success, test pass, and line-by-line validation of every changed file.
- Session-resumable failure handling: Resumes the same orchestration session using session_id with bounded retries to recover from task failures without restarting the overall workflow.
- Notepad-based inherited knowledge: Maintains an ongoing trail of learnings/decisions/issues to ensure consistency across delegations.
Quick Start
Use the atlas agent to execute a complex work plan end-to-end by telling Copilot CLI to run: copilot --agent oh-my-copilot:atlas.