plan-mode
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."}
Check Status
curl -s http://localhost:23001/api/plan-mode
When to Use
- Before outlining a complex multi-step solution
- When the user asks you to "plan" or "think through" an approach
- Exit after the plan is finalized and you're ready to execute
Weekly Installs
2
Repository
naohainezha/skillFirst Seen
Feb 15, 2026
Security Audits
Installed on
openclaw2
claude-code2
replit2
codex2
opencode2
mcpjam1