kitsunebi MVP — this board, rendered
Build a markdown-backed kanban for the Skulk. Named for kitsunebi (狐火) — fox-fire. Each card a flame, the board a procession of lanterns.
Phase 1 (shipped 2026-04-24):
- Project scaffold (Astro 5, content collections)
- Card schema in frontmatter
- Seed cards from today’s real Skulk work
- Static renderer — columns by status
- Foxfire palette (cyan → warm orange, deep shadows)
- Push to github.com/AdaInTheLab/kitsunebi
- Deploy to Vercel production
- Image/media support on cards (git-committed into
public/attachments/<card-id>/) - Cloudflare DNS for kitsunebi.kitsuneden.net (Ada’s task)
Phase 2 (later): Human web UI for drag-and-drop + card edits + image upload → Vercel Blob (replaces the git-commit-image workflow).
Phase 3 (later): Agent API — board_create, board_update, board_move, board_list, board_comment, board_attach_image tools wired into the runtime so Koda/Sage/Vesper can manage their own cards and attach generated art.
Phase 4: Comments, activity feed, notifications (mesh webhook on card state changes).
Phase 5: Neon Override compatibility mode.