Run a taste evaluation on a research proposal or technical direction. Determines whether to proceed, simplify, defer, or kill before committing research effort.
Scanned 5/27/2026
Install via CLI
openskills install Kastalien-Research/thoughtbox---
name: taste
description: Run a taste evaluation on a research proposal or technical direction. Determines whether to proceed, simplify, defer, or kill before committing research effort.
argument-hint: [proposal or question to evaluate]
user-invocable: true
---
Evaluate this research direction: $ARGUMENTS
## Process
### 1. Determine Evaluation Depth
Based on the proposal, select the appropriate depth:
| Situation | Operations |
|---|---|
| Vague idea, needs sharpening | Compression test only |
| Specific technical proposal | Landscape + Dead-end estimation |
| Major resource commitment | Full pipeline (all 6 operations) |
| Stuck, need fresh angles | Cross-pollination only |
| Choosing between options | Prediction query only |
### 2. Run Operations (in order, skip per above)
**Compression Test** — Force into: "We believe [X] because [Y], and if we're right, [Z] follows." If it can't survive compression, verdict is **defer**.
**Landscape Assessment** — Use WebSearch and Exa (`web_search_exa`) to find adjacent work, abandoned approaches, new capabilities. What exists? What changed recently?
**Prediction Query** — Simulate success and failure worlds. Is the direction informative under both outcomes?
**Dead-End Estimation** — What's the most likely failure mode? What's the time-to-signal (not time-to-completion)?
**Simplicity Audit** — Is there an 80%-value simpler version? Apply recursively.
**Cross-Pollination** — Check against other domains. Structural resonance = real signal.
### 3. Stop Early
If the verdict becomes clear at any step, stop. Don't run more operations just to fill out the report.
### 4. Output
```
## Taste Evaluation: [Title]
**Verdict:** proceed | simplify | defer | kill
**Rationale:** [One sentence]
**Compression:** [Single-sentence formulation]
**Landscape:** [Position relative to existing work]
**Prediction:** Success -> [X] / Failure -> [Y]
**Time-to-signal:** [Estimate]
**Simplification:** [Cheaper version, if any]
**Cross-domain:** [Analogies, if checked]
**Next step:** [Concrete action]
```
Omit unchecked sections.
No comments yet. Be the first to comment!
End-to-end marketing campaign planning and execution. Covers audience research, positioning, campaign angle definition, landing page copy, email sequences, social posts, ad copy, short-form video scripts, and content calendars. Use as the orchestration layer for multi-channel product launches.
Orchestrate multi-phase deep research with web search, memory retrieval, pattern matching, and synthesis into structured findings
Persistent memory systems for LLM conversations including short-term, long-term, and entity-based memory Use when: conversation memory, remember, memory persistence, long-term memory, chat history.
CodeTour `.tour`ファイルを作成 — ペルソナターゲット、ステップバイステップウォークスルー(実際のファイルとラインアンカー付き)。オンボーディングツアー、アーキテクチャウォークスルー、PRツアー、RCAツアー、構造化「これがどのように機能するかを説明」リクエストに使用。
KMPプロジェクト向けのCompose MultiplatformおよびJetpack Composeパターン — 状態管理、ナビゲーション、テーマ設定、パフォーマンス、プラットフォーム固有のUI。