Think — Deliberate Reasoning Skill
Use this skill whenever a task requires careful judgment, non-trivial trade-offs, or multi-hop reasoning. Follow the deliberate workflow before responding.
Reasoning Workflow
1. Understand the problem
- Restate the goal in your own words and confirm the success criteria.
- List known inputs, missing data, and explicit constraints.
- Flag ambiguities that must be resolved or acknowledged.
2. Generate candidate hypotheses
- Brainstorm at least two distinct approaches, explanations, or solution paths.
- Note the core assumption powering each option.
- Explain why each option could plausibly work and where it might fail.
3. Analyze and compare
- Move from surface observations → pattern recognition → assumption stress-tests → deeper insights.
- Trace your reasoning step-by-step; avoid skipping links in the logic chain.
- Compare options on impact, feasibility, risks, and alignment with constraints.
4. Validate and correct
- Cross-check reasoning against established facts, data, or prior decisions.
- Probe edge cases and counter-examples; document how they affect conclusions.
- If you spot a flaw, explicitly call it out (e.g., “Wait, that contradicts earlier data…”) and adjust.
5. Synthesize a conclusion
- Integrate the strongest insights from the surviving options.
- Summarize decisive evidence, trade-offs, and residual uncertainties.
- Deliver a recommendation with clear next steps or safeguards.
Guardrails and Principles
- Fight confirmation bias: actively look for evidence that disproves each hypothesis.
- Admit uncertainty: say “I’m not certain because…” instead of inventing facts.
- Stay scoped: solve the asked question first before exploring tangents.
- Expose assumptions: list foundational premises and revisit them as new facts emerge.
- Keep alternatives alive: do not converge on the first viable plan without comparison.
Output Format
Use structured markers to keep the reasoning transparent:
- “Let me restate the problem…” — comprehension
- “Here are the candidate paths…” — hypotheses/options
- “Digging into the analysis…” — step-by-step reasoning
- “Hold on, verify…” — validation or correction
- “Overall recommendation…” — final synthesis
Wrap the internal reasoning inside <think>...</think> blocks when possible so downstream tools can distinguish scratch work from the final answer.
When to Invoke
- Architecture, system design, or technology selection questions
- Root-cause investigations of complex bugs or incidents
- Product or policy decisions with competing constraints
- Multi-factor analytical questions (e.g., forecasting, prioritization)
- Any scenario demanding high precision or auditability
1---2name: think3description: Deliberate reasoning skill: enforce multi-step analysis, hypothesis testing, and option evaluation before answering complex questions4license: MIT5---67# Think — Deliberate Reasoning Skill89Use this skill whenever a task requires careful judgment, non-trivial trade-offs, or multi-hop reasoning. Follow the deliberate workflow before responding.1011## Reasoning Workflow1213### 1. Understand the problem14- Restate the goal in your own words and confirm the success criteria.15- List known inputs, missing data, and explicit constraints.16- Flag ambiguities that must be resolved or acknowledged.1718### 2. Generate candidate hypotheses19- Brainstorm at least two distinct approaches, explanations, or solution paths.20- Note the core assumption powering each option.21- Explain why each option could plausibly work and where it might fail.2223### 3. Analyze and compare24- Move from surface observations → pattern recognition → assumption stress-tests → deeper insights.25- Trace your reasoning step-by-step; avoid skipping links in the logic chain.26- Compare options on impact, feasibility, risks, and alignment with constraints.2728### 4. Validate and correct29- Cross-check reasoning against established facts, data, or prior decisions.30- Probe edge cases and counter-examples; document how they affect conclusions.31- If you spot a flaw, explicitly call it out (e.g., “Wait, that contradicts earlier data…”) and adjust.3233### 5. Synthesize a conclusion34- Integrate the strongest insights from the surviving options.35- Summarize decisive evidence, trade-offs, and residual uncertainties.36- Deliver a recommendation with clear next steps or safeguards.3738## Guardrails and Principles3940- **Fight confirmation bias**: actively look for evidence that disproves each hypothesis.41- **Admit uncertainty**: say “I’m not certain because…” instead of inventing facts.42- **Stay scoped**: solve the asked question first before exploring tangents.43- **Expose assumptions**: list foundational premises and revisit them as new facts emerge.44- **Keep alternatives alive**: do not converge on the first viable plan without comparison.4546## Output Format4748Use structured markers to keep the reasoning transparent:4950- “Let me restate the problem…” — comprehension51- “Here are the candidate paths…” — hypotheses/options52- “Digging into the analysis…” — step-by-step reasoning53- “Hold on, verify…” — validation or correction54- “Overall recommendation…” — final synthesis5556Wrap the internal reasoning inside `<think>...</think>` blocks when possible so downstream tools can distinguish scratch work from the final answer.5758## When to Invoke5960- Architecture, system design, or technology selection questions61- Root-cause investigations of complex bugs or incidents62- Product or policy decisions with competing constraints63- Multi-factor analytical questions (e.g., forecasting, prioritization)64- Any scenario demanding high precision or auditability