agentsclimarketplace

To plan

Skill control-decks/think-it-through/plugins/think-it-through/skills/to-plan

Turn an accepted or explicitly provisional executable direction into an ordered, verifiable Execution Plan using the agent's native planning surface when available. Use only when the user invokes to-plan or asks for an operational plan; never plan or execute silently.From its SKILL.md

Install
npx -y skills add control-decks/think-it-through --skill to-plan

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

2 things to look at

  • 24 days oldThe repository was created 24 days ago. New is not bad, but a brand new repository carrying a familiar-sounding name is the shape a typosquat arrives in, and there has been no time for anyone else to find a problem with it.
  • 3 stars3 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

SKILL.md

2.2 KB, 457 tokens by cl100k_base, as published. Nobody here has run it

πŸ“‹ Think To Plan

ID: think-it-through/to-plan
HACP: 0.4
Kind: operation
Mode: artifact
Traits: read-only, artifact
Default Binding: Current executable direction
Accepts: hacp/content, hacp/result
Requires: hacp/executable-direction, hacp/user-accepted-or-provisional
Produces: think-it-through/execution-plan
Duration: until-confirmed

Effect: Recover constraints, success criteria, and applicable conventions, then produce an ordered, verifiable Execution Plan on the native planning surface when available.

Limits: Keep traces and deck vocabulary outside the plan unless they are the subject or requested. Ask once when no executable direction exists. Do not fabricate details, treat the plan as approval, execute, save without an approved destination, or overwrite without permission.

Flow

flowchart TD
    A["Accepted or provisional direction"] --> B{"Executable?"}
    B -->|No| C["Ask one focused question"]
    B -->|Yes| D["Recover constraints, criteria, and conventions"]
    D --> E["Use native plan surface or inline plan"]
    E --> F["Build ordered, verifiable plan"]
    F --> G["Wait for user validation"]
    G --> H{"Approved destination?"}
    H -->|No| I["Keep plan unsaved"]
    H -->|Yes| J["Save without executing"]

State whether the source direction is accepted or provisional.

Format

Add β†’ πŸ“‹ **PLAN** after the final move in the combo trace, or begin with > 🎯 **<binding>** β†’ πŸ“‹ **PLAN** when used alone. Add presentation cards with +.

Before any plan content, emit the one complete combo trace. Keep it in the conversational envelope, outside the plan, including when a native planning surface is available. Show status while awaiting direction, validation, destination, or overwrite permission. A plan never authorizes execution.

What ships with it: 2 files

18.3 KB alongside SKILL.md

agents/

assets/

Keep looking

Skills are one crate of 326,852. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.