Task Planning

Turn an approved plan into a multi-session run: create a dedicated worktree, decompose the work into sessions of letter-group blocks sized by friction, open the binnacle that carries the run's state across /clear boundaries, and register only the current session's tasks with TaskCreate. Invoke this skill immediately when the user gives a substantial request — one that touches 2+ files, involves 3+ sequential steps, requires executing an approved plan, or comes right after exiting plan mode with ExitPlanMode. Trigger on signals like "let's do it", "go ahead and implement", "execute the plan", "make it so", "start working", "implement this", or any multi-part request where the user is clearly kicking off real implementation work. When in doubt about whether the scope is large enough, invoke it — the overhead is small and the structure it provides prevents skipped steps and messy commit history.

DieGopherLT Updated

File contents

DieGopherLT/claude-kit/tree/main/plugins/task-harness/skills/task-planning commit 24069676ff

Frequently asked questions

npx skillmds@latest add diegopherlt/task-planning