Kanevry/session-orchestrator
52 stars · Last commit 2026-09-20
A repeatable Plan, Go, Close workflow for AI coding sessions. Open source for Claude Code, Codex, Cursor and Pi.
README preview
# Session Orchestrator [](LICENSE) [](CHANGELOG.md) [](https://www.npmjs.com/package/session-orchestrator) **Give your agents a working rhythm.** You type three commands: - **`/session`** reads your repository, your open issues and the last session, proposes what to work on, and waits for your correction. - **`/go`** runs the agreed work in waves of parallel agents and runs your test, typecheck and lint commands between each wave. Work that fails a check goes back to be fixed before the next wave starts. - **`/close`** checks every planned item against what actually happened, commits, and files the rest as issues for next time. Session Orchestrator is a free, MIT-licensed workflow plugin for **Claude Code, Codex CLI, Cursor IDE, or [Pi](docs/pi-setup.md)**. It runs on your machine and writes plain text into your repository. No account, no server, nothing to sign up for. [](https://session-orchestrator.com) ```mermaid flowchart LR