plan-mode

Switch into structured planning mode before outlining multi-step solutions, and exit when done.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "plan-mode" with this command: npx skills add ninehills/skills/ninehills-skills-plan-mode

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

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

self-reflection

No summary provided by upstream source.

Repository SourceNeeds Review
General

tvscreener

No summary provided by upstream source.

Repository SourceNeeds Review
General

news-aggregator-skill

No summary provided by upstream source.

Repository SourceNeeds Review
General

send-file

No summary provided by upstream source.

Repository SourceNeeds Review