All work — Tools — 2026
Workflow CLI Kit
A developer-experience toolkit for building consistent command-line workflows.
Runs natively — not a browser app
Ask me about this
The problem
Every internal CLI reinvents argument parsing, output formatting and error handling slightly differently.
How I approached it
A shared kit fixing the conventions once — parsing, formatted output, exit codes — so new commands inherit them.
The outcome
Internal tools that behave the same way.

Next project