mini-orchestrator
The tool I use to code in a controlled way, one small phase at a time, together with AI.
mini-orchestrator is a CLI tool built on top of Claude Code. Instead of one big leap, I build software in small, verifiable phases — each with a clear goal and a checkpoint before moving on.
How it works
- A CLI tool built on top of Claude Code.
- Phase-driven development in small, verifiable steps.
- Four commands per phase — propose, plan, implement, verify.
- Lightweight project state in the .mini/ directory with a clear next step.
- A machine-generated code map for targeted, symbol-based reading.
- Optional single auto-commit per phase and an autonomous mode.