Software Planning Tool

save_plan

Save the current implementation plan

Input Schema

NameRequiredDescriptionDefault
planYesThe implementation plan text to save

Input Schema (JSON Schema)

{ "properties": { "plan": { "description": "The implementation plan text to save", "type": "string" } }, "required": [ "plan" ], "type": "object" }