Skills Layer

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:

Daily task trackingSprint planningCross-workstream visibilityWorkload awareness

Build your Knowledge OS

90 minutes from zero to your first skill chain.