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.
npx agentmods add commands/dwarvesf/dwarves-kit/thinkgit clone --depth 1 https://github.com/dwarvesf/dwarves-kitWrote 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.
[](https://agentmods.dev/commands/dwarvesf/dwarves-kit/think)<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>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.
| Model | Per session | Once 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 |
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.
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.
-
Ask the user to describe their idea in 2-3 sentences. If they already described it in the conversation, use that.
-
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. -
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 |
|---|---|---|
-
Save the brief to
docs/briefs/DECISION-BRIEF.mdif the verdict is BUILD. -
If BUILD (so the brief now exists on disk), dispatch the brief-reviewer subagent (read-only) against
docs/briefs/DECISION-BRIEF.mdto 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. -
If BUILD, suggest (optional)
/kit:designto shape the solution interactively before/kit:spec. It is opt-in; the user may go straight to/kit:spec.
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.
- today First seen · 72 lines · 18 tokens per session scan A 5a7a3a30f9cf
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.
Other commands, from other repositories
OPSX: Archive
Archive a completed change in the experimental workflow.
OPSX: Explore
Enter explore mode - think through ideas, investigate problems, clarify requirements.
OPSX: Propose
Propose a new change - create it and generate all artifacts in one step.
OPSX: Sync
Sync delta specs from a change to main specs.
OPSX: Apply
Implement tasks from an OpenSpec change (Experimental).
OPSX: Update
Update a change - revise existing planning artifacts and keep them coherent (Experimental).