Today i stumbled upon a simple tool called Roughdraft for anyone living in the terminal with claude code or codex.
When you work in the CLI, the most annoying thing is editing what the AI just wrote = long posts, specs, or docs.
you always have to copy-paste the exact chunks you want to fix and send them back to the agent, or jump into an editor to tweak it yourself.
Roughdraft fixes this friction. now, the agent writes the file and runs roughdraft open file.md right in your terminal.
it spins up a local page in your browser where you can drop comments, fix typos, and save it. the agent then automatically re-reads the file with all your feedback.
One-command setup: npm i -g roughdraft
(btw if you are in cursor or vs code, you don't need this)