plan-mode

📁 ninehills/skills 📅 Today
3
总安装量
1
周安装量
#61287
全站排名
安装命令
npx skills add https://github.com/ninehills/skills --skill plan-mode

Agent 安装分布

amp 1
cline 1
opencode 1
cursor 1
continue 1
kimi-cli 1

Skill 文档

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