Phase 3: Board Templates

Goal: One-command board creation with the standard 5-list layout.

Steps

Plan: Update Board Resolution protocol

What: In all 12 -kanban SKILL.md files, replace the verbose --lists "Backlog,Todo,In Progress,Done:done,Punt:punt" with --template standard in the Board Resolution section (step 5, board creation fallback).

Find-and-replace in each file:

OLD: create-board --name "$(basename $(pwd))" --lists "Backlog,Todo,In Progress,Done:done,Punt:punt"
NEW: create-board --name "$(basename $(pwd))" --template standard

Files (12):

Also update tasks/roadmap.md Phase 3 step 2 description if it references the old --lists syntax.

Acceptance criteria:

Milestone