Maggie Todo
Maggie Todo is a Markdown-first aggregate todo and context-layer repository for Maggie-owned work, personal follow-ups, cross-project manual tasks, evidence, and generated local dashboard views. It is intentionally not a live app or website; its primary runtime surface is a local static dashboard generated from markdown todo sources.
Narrative
Markdown-first operating list
Maggie Todo keeps Maggie-owned work in Markdown under DOCS/, with project docs, todo source files, and evidence folders acting as the source of truth instead of a hosted task app. The core decision was to keep the list local, reviewable, and repo-backed because this work mixes personal follow-ups, external dependencies, and cross-project context that should not be flattened into a generic hosted task queue.
Hyphenomenon intake queue
Project 0002 in the Maggie Todo repo tracks the connected Hyphenomenon intake batch: two Codex chat intakes, Shopify Headless context, the Maggie Todo project itself, image evidence support, and the screenshot artifact that was blocked until image evidence existed. The useful constraint is explicit: the screenshot could not be treated as durable proof until Hyphenomenon had a first-class image evidence type, so the project records that dependency instead of hiding it as a generic attachment.
System surfaces
Todo dashboard
Generated local dashboard at `/Users/maggielerman/Documents/MAGGIE TODO/DOCS/TODOS/dashboard.html` for reviewing inbox, personal, project, watchlist, and archive tasks.
Hyphenomenon intake tracking doc
Active project doc at `/Users/maggielerman/Documents/MAGGIE TODO/DOCS/PROJECTS/active/0002_hyphenomenon-intake.md` that records the batch queue and screenshot dependency.
Evidence tree
Durable evidence folder under `DOCS/evidence/` that stores screenshots and verification artifacts for project-backed tasks.
Implementation stack
Source format
- • Markdown
- • HTML dashboard
- • JSON todo index
Scripts
- • npm run todo:build
- • scripts/todos/build-dashboard.mjs
- • scripts/docs/manifest.mjs
- • scripts/docs/check-links.mjs
Evidence
9 artifacts grouped by type so each kind of proof can be scanned on its own.
Workflows
1 artifactImages
1 artifactChats
3 artifactsNotes
4 artifactsConnected references
Key dates
Created the Maggie Todo aggregate repo and preserved the screenshot evidence for later Hyphenomenon image intake.
