To brief
Skill control-decks/think-it-through/plugins/think-it-through/skills/to-brief
Turn the full available conversation or a result from the same combo into a neutral, reusable Thinking Brief. Use only when the user invokes to-brief or asks to preserve the thinking; never create or overwrite a durable artifact silently.From its SKILL.md
npx -y skills add control-decks/think-it-through --skill to-briefAssembled 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.0 KB, 438 tokens by cl100k_base, as published. Nobody here has run it
π Think To Brief
ID: think-it-through/to-brief
HACP: 0.4
Kind: operation
Mode: artifact
Traits: read-only, artifact
Default Binding: Result supplied by the combo, otherwise full available
conversation
Accepts: hacp/content, hacp/result
Produces: think-it-through/thinking-brief
Duration: until-confirmed
Effect: Verify coverage, infer a useful document form and audience, and produce a portable Markdown checkpoint using the subject's vocabulary.
Limits: Keep traces and deck vocabulary outside the artifact unless they are the subject or requested. Do not run a hidden recap, invent conclusions, claim cross-session memory, synchronize later, or overwrite without permission.
Flow
flowchart TD
A["Final result or default binding"] --> B["Verify coverage and choose document form"]
B --> C{"Destination?"}
C -->|None| D["Return Markdown inline"]
C -->|Inferred| E["Show creation preview"]
E --> F["Wait for confirmation"]
C -->|Explicit| G{"Already exists?"}
G -->|No| H["Create artifact"]
G -->|Yes| I{"Overwrite approved?"}
I -->|Yes| H
I -->|No| J["Wait for permission"]
Follow an applicable method or project convention; otherwise use portable Markdown. A creation preview states the overview, outline, inclusions, exclusions, and proposed path.
Format
Add β π **BRIEF** after the final move in the combo trace, or begin with > π― **<binding>** β π **BRIEF** when used alone. Add presentation cards with +.
Keep that trace in the conversational envelope, outside the brief. Show status only while awaiting confirmation or overwrite permission. A later session resumes only when the user supplies the brief or its content.
What ships with it: 2 files
18.3 KB alongside SKILL.md
agents/
- openai.yaml302 B
assets/
- icon.png18.0 KB