← Polymath.OS // Captain's Log
Roadmap // What Ships Next
2026-07-08
The pipeline works, so now the question is what it becomes. Parking the big ideas here so they ship in order instead of all at once.
Saved for later
AI write-ups via GitHub Action. Right now the note body is the post. The next evolution: a CI step that hands my raw Obsidian note to an LLM and publishes a polished write-up before the build runs. Needs an API key and an Action workflow — deliberately deferred until the manual habit sticks.
Auto-generated resume. The download button is hidden until this exists: a build step that compiles the Neural_Grid and Project_Matrix into a clean PDF. Same philosophy as the blog — the site's data is the single source of truth, documents are just projections of it.
RSS feed. Signal_Log posts as an RSS/Atom feed, generated at build time. Cheap to add once posts have stable URLs.
Per-post URLs. Hash routing so each transmission is shareable and linkable — a prerequisite for RSS and for posts showing up anywhere but here.
Next up (pre-deploy)
- Replace every placeholder — profile, credentials, project links — with real data
- Regenerate the OG image and favicon with the real name
- Harden the note parser: warn on unknown skill ids so a typo doesn't silently vanish
- Cap the Growth_Log feed so a year of notes doesn't render 300 entries
- Push to GitHub, connect Cloudflare Pages, turn on analytics
Then the loop closes: write in Obsidian, push, and the site does the rest.