Extend pi-plan from basic read-only planning into a lightweight execution companion by adding:
- Plan-progress visibility with
/todos
/todosreports current plan step completion ([DONE:n]markers).- Plan-mode next action menu includes:
Continue from proposed plan(iterative refinement)Regenerate plan(fresh plan output)
The following are not implemented in pi-plan package code:
/handoff <goal>command (user-local runtime asset under~/.pi/agent/extensions)/tmuxstatus/widget command (provided bypi-exec-planeroot extension)tmux-helperskill documentation (user-local skill under~/.agents/skills)
- Add package-level tests for
/todoscommand paths. - Consider plan-state persistence across session resume.