plan-mode
Installation
SKILL.md
Plan Mode Skill
Enter and exit structured planning mode.
Enter Plan Mode
curl -s -X POST http://localhost:23001/api/plan-mode/enter
Response: {"active": true, "since": "2026-01-01T00:00:00.000Z", "message": "Plan mode activated."}
Exit Plan Mode
curl -s -X POST http://localhost:23001/api/plan-mode/exit
Response: {"active": false, "since": null, "message": "Plan mode exited."}