All work — Tools — 2026
Autopilot Ops
The Python edition of the leverage planner — ranks engineering work and builds weekly plans against an effort budget, shipping as both a CLI and a web surface.
Runs natively — not a browser app
Ask me about this
The problem
A planner used from a terminal and a browser usually becomes two diverging implementations.
How I approached it
One planning core in Python with a CLI and an HTTP API over it, so both surfaces produce identical plans.
The outcome
Same answers whichever way you ask.

Next project