logoalt Hacker News

mritchie71201/15/20263 repliesview on HN

I made something called `ultraplan`. It's is a CLI tool that records multi-modal context (audio transcription via local Whisper, screenshots, clipboard content, etc.) into a timeline that AI agents like Claude Code can consume.

I have a claude skill `/record` that runs the CLI which starts a new recording. I debug, research, etc., then say "finito" (or choose your own stopword). It outputs a markdown file with your transcribed speech interleaved with screenshots and text that you copied. You can say other keywords like "marco" and it will take a screenshot hands-free.

When the session ends, claude reads the timeline (e.g. looks at screenshots) and gets to work.

I can clean it up and push to github if anyone would get use out of it.


Replies

heliostatic01/15/2026

Definitely interested in that!

show 1 reply
wanderingmind01/15/2026

Sounds interesting I would love to use it if you get a chance to push to github

show 1 reply