Summary
A plan the agent keeps, rather than one it writes once.
What it takes off you is the bookkeeping between steps: the goal, the work it implies, what is done and what is left all sit in one place the agent can re-read, so a long session does not have to carry the plan in the conversation above it.
What it is
A small planning server. You open a session against a stated goal, and the plan that follows is a list of todo items the agent maintains between calls instead of restating in every prompt.
What you get
- A planning session opened against one goal
- Todo items carrying a title, a description, a complexity rating and a code example
- The current plan read back as a list
- A completion status per item, and removal of items that no longer apply
- The plan saved as it stands
Requirements
Npx on your PATH. Every other tool works against the current planning session, so a session has to be started before the rest have anything to act on.
Setup effort
One command — npx -y software-planning-tool
