Kanban
Cross-workstream task management with dual-write storage to JSONL (git audit trail) and materialized JSON (fast queries).
Kanban is a personal task management skill that tracks work across all 8 workstreams. Every mutation writes to both tasks.jsonl (append-only event log for git history) and tasks_current.json (materialized current state for fast reads). Tasks flow through 7 columns: triage, backlog, ready, in_progress, blocked, review, done. The system shows WIP counts for awareness but never blocks moves — trust judgment over artificial constraints. Task IDs use TASK-NNN format with zero-padded sequential numbering. The skill integrates with Supabase for SQL-queryable state and with the aspire skill for natural-language work intake. No WIP limits by design: this is a single-operator system where rigid constraints create friction without adding value.
Where it shows up:
Related Terms
Skills Layer
Aspire
Natural language work planning skill that accepts plain-English descriptions and routes them through...
Architecture
Workstream
A domain-scoped context boundary that routes Claude to the right rules, voice, and knowledge for a s...
Skills Layer
Chief of Staff
A goal-aligned daily briefing skill that synthesizes priorities across workstreams, surfaces blocker...