What's new in this release
- Renamed
light-kanban-worker→kanban-workerso the skill is shorter and easier to invoke. - Greatly optimized
kb-init's internal logic: decision provenance, open-decision surfacing, depth-before-settlement, readiness checks, human-navigation design, a research contract, connection setup/validation, and backup/recovery semantics. - Skills no longer carry version suffixes.
kb-init
Knowledge-base initialization skill. It runs a knowledge-base-specific interview, researches how the chosen base can actually be operated, produces an implementation SPEC, and only starts implementation, validation, and handoff after you explicitly approve. When invoked with little context, it starts the interview automatically.
kanban-worker
Board-work processing skill. Each scheduled wake handles one Light-Kanban task: continues owned in-progress work and review feedback first, claims new work, validates the workspace, executes, and returns the result for human confirmation. A manual entry point is supported.
Verification
Fresh whole-collection and per-Skill installs verified for kanban-worker and kb-init; collection-quality CI passes.