Examples
These examples show Exarchos workflows applied to realistic scenarios. Each one walks through a complete workflow from start to finish, with representative command invocations and output simplified for clarity.
The scenarios use a fictional Node.js API server as the codebase. The commands, phases, and agent behavior are accurate to how Exarchos works. The code snippets and file paths are illustrative.
| Example | Workflow Type | What It Shows |
|---|---|---|
| Feature Development | Feature | Full ideate-to-merge lifecycle |
| Bug Investigation | Debug | Triage, root cause analysis, validated fix |
| Code Refactor | Refactor | Scope assessment, polish vs. overhaul |
| Agent Delegation | Feature | Parallel agents, failure recovery |
| Session Recovery | Any | Checkpoint, rehydrate, continue |
If you want to understand the mechanics behind these examples, see Core Concepts. If you want to try one yourself, start with Your First Workflow.