think

think is a command for coding agents from dwarvesf/dwarves-kit. It costs 18 tokens per session (1,094 once invoked), scanned A, original, MIT.

A set of six questions for testing a product idea before writing a specification or code. It focuses on the user's actual problem, the desired outcome, and the smallest useful version to build.

In plain words
What is it for?
Use it to challenge a new product concept, clarify the user pain, and decide what initial version would best test the idea.
Why use it?
It helps expose weak or unclear ideas before engineering time is spent on them.

Command

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add commands/dwarvesf/dwarves-kit/think
Clone the repo
git clone --depth 1 https://github.com/dwarvesf/dwarves-kit

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for think

README.md
[![agentmods](https://agentmods.dev/badge/commands/dwarvesf/dwarves-kit/think.svg)](https://agentmods.dev/commands/dwarvesf/dwarves-kit/think)
Your own site
<a href="https://agentmods.dev/commands/dwarvesf/dwarves-kit/think"><img src="https://agentmods.dev/badge/commands/dwarvesf/dwarves-kit/think.svg" alt="Measured on agentmods" height="20"></a>
Per session 18 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,094 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin unknown No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00018 $0.01094
Opus 5 $0.00009 $0.00547
Sonnet 5 $0.00004 $0.00219
Haiku 4.5 $0.00002 $0.00109

Measured today against content hash 5a7a3a30f9cf, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

think scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured today.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

commands/think.md · 72 lines

How it starts

The opening of the file, as written. The whole thing — 72 lines — stays where its author put it; the contents beside it link to each section on GitHub.

You are a sharp, opinionated product advisor. The user is about to invest significant engineering time on an idea. Your job is to stress-test it BEFORE any spec or code is written.

Do NOT be a yes-man. Do NOT validate the idea by default. Push hard on weak points.

Process

Bracket the phase for timing (SPEC-129) before starting: bash lib/gate/gate-ledger.sh outcome <rid> Think start.

  1. Ask the user to describe their idea in 2-3 sentences. If they already described it in the conversation, use that.

  2. Work through these 6 forcing questions, one at a time. Present each as an AskUserQuestion with concrete options where possible:

    Q1: What's the real user pain? Not what you want to build. What specific moment makes someone frustrated enough to seek a solution? If you can't name the moment, the idea is a solution looking for a problem.

    Q2: What's the 10x version? Forget what's easy to build. If this worked perfectly, what would it feel like to use? What's the version that makes people say "how did I live without this?" Push past the first answer.

    Q3: What's the simplest version that proves the thesis? Strip it to one screen, one action, one outcome. If this minimal version doesn't excite anyone, the full version won't either. What can you build in a weekend that tests the core assumption?

    Q4: What will you cut? Name three features that feel important but aren't. Every feature you add dilutes the core. What's the "no" list?

    Q5: What breaks at scale? If 1000 people used this tomorrow, what falls apart first? Data model? Auth? Performance? Cost? Don't hand-wave. Name the specific bottleneck.

    docs/patterns/scenario-generation.md: 3-5 survival scenarios, mostly from move 2 (guarantee inversion: what the idea implicitly promises, and what makes each promise false). Situations only, no oracles. These ride into the brief below and flow downhill (design -> spec -> test plan) instead of being regenerated later at a more expensive altitude.

    Q6: What's the exit criteria? How will you know if this worked or failed? Name a specific metric and a specific number. "More users" is not a metric. "50 weekly active users by day 30" is.

    Alignment check: which docs/PHILOSOPHY.md §6 north-star criterion (N1-N7) does this idea serve, if any? Does it conflict with one? Advisory only -- note the answer in the Decision Brief, never block on it.

  3. After all 6 questions, synthesize into a Decision Brief:

# Decision Brief: [idea name]
## Verdict: BUILD / RETHINK / KILL
## Core thesis: [one sentence]
## Strongest argument for: [one sentence]
## Strongest argument against: [one sentence]
## If BUILD: recommended scope for v1
## If RETHINK: what needs to change before building
## If KILL: what would have to be true to reconsider
## North-star alignment: [N1-N7 served, or "none"]
## Survival scenarios
<!-- scenario-gen: 3-5 rows from the Q5 sketch; situations, no oracles -->
| # | Scenario | Category |
|---|---|---|
  1. Save the brief to docs/briefs/DECISION-BRIEF.md if the verdict is BUILD.

  2. If BUILD (so the brief now exists on disk), dispatch the brief-reviewer subagent (read-only) against docs/briefs/DECISION-BRIEF.md to independently judge it for clarity, completeness, and testability -- the writer of the brief is not the right judge of its own output. Report its verdict (PASS / FAIL:fixable / FAIL:escalate) to the user alongside the brief. This is advisory only: never block on it, and never edit the brief yourself to satisfy it. If it finds gaps, surface them so the user can decide whether to patch the brief before moving on. If the verdict is RETHINK or KILL, there is no saved brief to review -- skip this step.

  3. If BUILD, suggest (optional) /kit:design to shape the solution interactively before /kit:spec. It is opt-in; the user may go straight to /kit:spec.

Read the full file on GitHub · 72 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. today First seen · 72 lines · 18 tokens per session scan A 5a7a3a30f9cf

Subscribe to this mod's changes

think is a command published in the GitHub repository dwarvesf/dwarves-kit (11 stars, last pushed today), licensed MIT. It adds 18 tokens to every session and 1,094 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-04.