1. start_planning
Start a new planning session with a specific goal.
2. add_todo
Add a new todo item to the current plan.
3. get_todos
Retrieve all todos in the current plan.
4. update_todo_status
Update the completion status of a todo item.
5. save_plan
Save the current implementation plan.
6. remove_todo
Remove a todo item from the current plan.