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 skills/tradebaas/groundwork/critical-thinkingnpx skills add Tradebaas/Groundwork --skill critical-thinkinggit clone --depth 1 https://github.com/Tradebaas/GroundworkWrote 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/skills/tradebaas/groundwork/critical-thinking)<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>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.00148 | $0.01267 |
| Opus 5 | $0.00074 | $0.00633 |
| Sonnet 5 | $0.00030 | $0.00253 |
| Haiku 4.5 | $0.00015 | $0.00127 |
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.
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, ordesign. - 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)
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
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.
- 3d ago First seen · 80 lines · 148 tokens per session scan A 85ff75f59916
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.
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…
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.
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".
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…
init
Configure an uninitialized project from an approved charter: stack, scripts, identity, optional Git, and verification.
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…