Thinkroom trigger
Use this skill to decide whether a question deserves a Thinkroom research job.
Invoke Thinkroom when
All of these are true:
- The outcome matters. A shallow answer could lead to a costly, hard-to-reverse, or strategically important decision.
- The answer is genuinely uncertain. There are competing hypotheses, interpretations, designs, or risk models.
- Independent perspectives add value. The question benefits from branches that form views without seeing sibling outputs.
- Traceability matters. The user needs evidence, provenance, verification status, dissent, or an auditable synthesis.
Typical examples include architecture choices, product strategy, investment theses, incident hypotheses, policy trade-offs, due diligence, and research synthesis.
Do not invoke Thinkroom when
- the task is a trivial lookup, deterministic calculation, simple rewrite, or direct file/tool operation;
- one authoritative source or one bounded verification can settle the question;
- the user needs execution rather than research;
- additional perspectives would add latency but no meaningful discrimination.
Handoff
When the trigger passes:
- Load
thinkroom-operate.
- Frame one explicit question plus only the context every branch should share.
- Choose the smallest branch count that covers distinct hypotheses; the default is three.
- Submit with an idempotency key when retries are possible.
- Treat evidence verification status as authoritative and preserve unresolved dissent.
Thinkroom supports decisions; it does not replace live verification, domain authority, or approval for external effects.
1---2name: thinkroom-trigger3description: Choose Thinkroom for consequential uncertainty4license: MIT5---67# Thinkroom trigger89Use this skill to decide whether a question deserves a Thinkroom research job.1011## Invoke Thinkroom when1213All of these are true:14151. **The outcome matters.** A shallow answer could lead to a costly, hard-to-reverse, or strategically important decision.162. **The answer is genuinely uncertain.** There are competing hypotheses, interpretations, designs, or risk models.173. **Independent perspectives add value.** The question benefits from branches that form views without seeing sibling outputs.184. **Traceability matters.** The user needs evidence, provenance, verification status, dissent, or an auditable synthesis.1920Typical examples include architecture choices, product strategy, investment theses, incident hypotheses, policy trade-offs, due diligence, and research synthesis.2122## Do not invoke Thinkroom when2324- the task is a trivial lookup, deterministic calculation, simple rewrite, or direct file/tool operation;25- one authoritative source or one bounded verification can settle the question;26- the user needs execution rather than research;27- additional perspectives would add latency but no meaningful discrimination.2829## Handoff3031When the trigger passes:32331. Load `thinkroom-operate`.342. Frame one explicit question plus only the context every branch should share.353. Choose the smallest branch count that covers distinct hypotheses; the default is three.364. Submit with an idempotency key when retries are possible.375. Treat evidence verification status as authoritative and preserve unresolved dissent.3839Thinkroom supports decisions; it does not replace live verification, domain authority, or approval for external effects.