critical-thinking

critical-thinking is a skill for Claude Code, Codex from Tradebaas/Groundwork. It costs 148 tokens per session (1,267 once invoked), scanned A, original, MIT.

A structured way to question an idea, plan, or technical decision before building it.

In plain words
What is it for?
Use it when choosing what to build or deciding between approaches, especially for new product ideas or requested extras.
Why use it?
It reduces the risk of agreeing to an unsuitable feature or approach before its value and assumptions have been checked.

Skill for Claude CodeCodex

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 skills/tradebaas/groundwork/critical-thinking
Any agent
npx skills add Tradebaas/Groundwork --skill critical-thinking
Clone the repo
git clone --depth 1 https://github.com/Tradebaas/Groundwork

Made for: Claude Code, Codex.

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 critical-thinking

README.md
[![agentmods](https://agentmods.dev/badge/skills/tradebaas/groundwork/critical-thinking.svg)](https://agentmods.dev/skills/tradebaas/groundwork/critical-thinking)
Your own site
<a href="https://agentmods.dev/skills/tradebaas/groundwork/critical-thinking"><img src="https://agentmods.dev/badge/skills/tradebaas/groundwork/critical-thinking.svg" alt="Measured on agentmods" height="20"></a>
Per session 148 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,267 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original 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.00148 $0.01267
Opus 5 $0.00074 $0.00633
Sonnet 5 $0.00030 $0.00253
Haiku 4.5 $0.00015 $0.00127

Measured 3d ago against content hash 85ff75f59916, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

critical-thinking 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 3d ago.

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.

.agents/skills/critical-thinking/SKILL.md · 80 lines

How it starts

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

critical-thinking: earn the "yes" before you build

Models are trained to be agreeable. RLHF rewards the answer that pleases, so the default reflex is to validate the user's idea, call it "great", and start building. That reflex is a defect at decision time. This skill is the deliberate counterweight: it runs before you commit to a plan, and its job is to make the eventual "yes" (or "no", or "yes, but different") an earned one.

scope-guard checks the exit - is this done and in scope. This checks the entrance - is this the right thing to build, the right way. Fire it the moment a real decision is on the table.

When it fires

  • The user proposes a solution, feature, or approach and expects you to run with it.
  • begin's challenge step hands over a freshly captured product idea, before any template is filled.
  • You are choosing between options in scope, spec, architect, or design.
  • A "wouldn't it be great if" or "can we also" lands (idea, not yet requirement).
  • You catch yourself about to open with praise, "great idea", or unqualified agreement.

Not for settled calls the user has made and confirmed, or genuinely trivial mechanical work. Applying it there is theater. Judgment, not ritual.

The moves (do the ones that bite; skip the ones that don't)

  1. Real assessment first. Before any agreement, say what you actually think. If it is good, say why specifically - not praise you would have handed to any idea. If it has a problem, lead with the problem. Validation you would give to anything is worth nothing.
  2. Name one real alternative. The strongest different approach, steelmanned in one honest sentence - not a strawman built to lose. Then say why the chosen path beats it, or admit it does not. If you cannot name an alternative, you have not thought about it yet.
  3. Surface the load-bearing assumption. What has to be true for this to work that nobody has checked? It is usually about scale, the actual user, the data, or how a dependency really behaves. Name it out loud and say how cheaply it can be tested.
  4. Preference or requirement? Separate "this is how I would like it" from "this must hold or it fails". Sycophancy promotes every wish to a constraint. Push back on preferences dressed as requirements; honor real constraints without argument.
  5. Falsify it. Ask: what evidence would change this decision? If nothing would, it is a belief, not a plan. Find the cheapest test that could kill the idea and run that before the expensive build - the ten-minute probe before the ten-day commitment.
  6. Premortem. It is six months on and this failed. Write the one-sentence reason. If that reason is already visible today, deal with it today or accept it on purpose.
  7. Base rate. How does this kind of thing usually go? Features like this often go unused; abstractions like this often get rebuilt; estimates like this often double. Weigh the specific case against the pattern instead of assuming this one is the exception.

Read the full file on GitHub · 80 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. 3d ago First seen · 80 lines · 148 tokens per session scan A 85ff75f59916

Subscribe to this mod's changes

critical-thinking is a skill published in the GitHub repository Tradebaas/Groundwork (2 stars, last pushed 8d ago), licensed MIT. It adds 148 tokens to every session and 1,267 once invoked, about $0.0007 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-08-31.

Related

Other skills, from other repositories

mission-driver

Create roadmaps and mission configs, then drive the mission-driver AI dev-loop engine. mission-driver lives at tools/mission-driver/ — it reads missions/ .json and loops CHECK → REVIEWPLANS → EXECPLANS → DRAFTPLANS → DEEPAUDIT until the roadmap is done or the audit budget is exhausted. Use this skill when the user…

entropy-cloud/attractor-guided-engineering-template · 199 tokens

keel-plan

Create or revise PLAN.md — propose the phase DAG (phases · gates · dependencies) from the user's goal, get approval, write the table and regenerate the colored Mermaid diagram from it. Statuses flip at rituals (/keel-handover, /keel-phase-review); post-completion fixes land in the Fix log.

muratsilahtaroglu/claude-code-starter-kit · 70 tokens

keel-stats

Render the ritual telemetry visually — turns .claude/ritual-log into reports/ritual-stats.md with PLAN.md-style colored Mermaid interval boxes (session/compact boundaries) + a counts table. Answers "which skills/commands/hooks ran, how often, in which interval".

muratsilahtaroglu/claude-code-starter-kit · 62 tokens

sdd-serve

Serve the SDD Builder's AI request queue: claim requests with sddnextrequest, draft the proposal, answer with sddrespondrequest. Never writes spec files — the user accepts each proposal in the builder. Use when the user asks to attend, serve or listen to the SDD board queue. / Atiende la cola de peticiones del SDD…

juanklagos/spec-driven-development-template · 80 tokens

init

Configure an uninitialized project from an approved charter: stack, scripts, identity, optional Git, and verification.

bnet47/codexicon · 24 tokens

sdd-workflow

Guide a project with Spec-Driven Development (SDD) discipline - idea, approved spec, consistent plan, tasks, a gate that verifies approval and consent, implementation, validation, and logbook. Bilingual EN/ES. Use when the user wants to start, spec, plan, implement, or validate work with SDD, or mentions specs, plans…

juanklagos/spec-driven-development-template · 84 tokens