Phase 1: Kanban Skill Suite (Completed)
Goal: Create parallel -kanban workflow skills with board operations. Board: Backlog → Todo → In Progress → Done → Punt.
Steps
- [x] Step 0: Fix kanban.mjs
--listsflag — supportname:typeannotations so Done/Punt get correct listType - [x] Step 1:
brainstorm-kanban— full copy of brainstorm + create one Backlog card per idea (idempotent: skip existing) - [x] Step 2:
spec-interview-kanban(originallyplan-interview-kanban, renamed post-Phase-11) — full copy of spec-interview + update matching Backlog card with spec (search all lists, fuzzy match, ask if ambiguous) - [x] Step 3:
roadmap-kanban— full copy of roadmap + move specced Backlog cards → Todo, create step cards for current phase - [x] Step 4:
run-kanban— full copy of run + move Todo → In Progress + cross-device conflict warnings + stale session cleanup - [x] Step 5:
ship-kanban— full copy of ship + move In Progress → Done/Punt based on todo.md state - [x] Step 6:
ship-end-kanban— full copy of ship-end + move In Progress → Done with commit refs
Milestone
- [x] Full kanban lifecycle works: brainstorm → spec-interview → roadmap → run → ship/ship-end across board lists
On Completion
Delivered:
- 6 standalone -kanban skills (Claude + Codex) = 18 new files
- kanban.mjs
--listsfix for listType annotations - Shared protocols: Board Resolution, Validation, Graceful Degradation
- Cross-device conflict detection in run-kanban
- Done/Punt decision logic in ship-kanban
- All base workflow skills remain kanban-free