What problem does it solve?
Mission objectives often split into multiple independent slices, and advancing them in the wrong order creates delays, conflicts, and unclear progress.
Core Features & Use Cases
- Kanban decomposition and task shaping: Turns a clarified multi-part parent objective into 3–8 outcome-based tasks that are independent enough for parallel work.
- Next-task selection with dependency-aware scoring: Chooses which slice to advance next using rules that prioritize unblocking, risk reduction, and finishing in-flight work.
- Per-task isolation strategy: Decides whether task work should stay in the shared tree or run in an isolated worktree to avoid collisions.
- Deferred merge to the review judge: When tasks finish, routes reconciliation to mission-review rather than attempting cross-task merges inside kanban.
Quick Start
Use mission-kanban to decompose a multi-part objective into kanban tasks, pick the best next slice, and delegate mission sub-skills toward that slice while keeping task isolation consistent.