Project
    AI Ops

    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 design

    System surfaces

    Todo dashboard

    operator

    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

    operator

    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

    review

    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

    Artifacts

    Visual evidence

    No visual evidence has been published for this project yet.

    Key dates

    2026-05-23
    Initial repo and Hyphenomenon intake queue

    Created the Maggie Todo aggregate repo and preserved the screenshot evidence for later Hyphenomenon image intake.