What problem does it solve? Multi-step work gets lost between conversation turns: steps are forgotten after long tool outputs, plans get overwritten, and recurring objectives are never tracked. This Skill provides four mechanisms with distinct lifespans so work is tracked at the right scope instead of being dropped or wrapped in unnecessary ceremony. ## Core Features & Use Cases - Todo lists: Track steps within the current mission, marking one item in progress at a time so nothing is forgotten mid-task. - Plan mode: Create a plan.md with Context, Proposed Steps, and Approval Required sections before making structural changes, with existing plans safely renamed rather than overwritten. - Kanban board: Persist work items across sessions with dependency tracking, where completing a task automatically unblocks dependent tasks. - Missions: Define objectives pursued across many iterations, optionally on a cron schedule, with honest completion reporting via task_complete. - Use Case: A user asks for a multi-file refactor. You create a plan for approval, track execution steps with todo, and record the outcome on the user's kanban board for cross-session visibility. ## Quick Start Break my request into tracked steps with a todo list, and if the change is structural, draft a plan for my approval before editing anything.