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
7
GitHub Stars
238
First Seen
14 days ago
Installed on
opencode7
gemini-cli7
codebuddy7
github-copilot7
codex7
kimi-cli7