think

think is a skill for Claude Code, Codex from jneaimi/blooms-ai-collaboration. It costs 158 tokens per session (3,551 once invoked), scanned A, original, MIT.

A structured thinking guide for working with an AI assistant. It uses Bloom’s framework, which separates remembering and applying information from human-led analysis, evaluation, and creation.

In plain words
What is it for?
Use it to frame questions, research options, make decisions, plan work, and audit AI-generated explanations or solutions.
Why use it?
It helps prevent premature coding or drafting by making you clarify the problem, weigh decisions, and review the AI’s work at the appropriate depth.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: mentions subagents; names the AskUserQuestion tool.

Good fit Use it to frame questions, research options, make decisions, plan work, and audit AI-generated explanations or solutions.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/jneaimi/blooms-ai-collaboration/think
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.

Any agent
npx skills add jneaimi/blooms-ai-collaboration --skill think
Clone the repo
git clone --depth 1 https://github.com/jneaimi/blooms-ai-collaboration

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 think

README.md
[![agentmods](https://agentmods.dev/badge/skills/jneaimi/blooms-ai-collaboration/think/github.svg)](https://agentmods.dev/skills/jneaimi/blooms-ai-collaboration/think)
Your own site
<a href="https://agentmods.dev/skills/jneaimi/blooms-ai-collaboration/think"><img src="https://agentmods.dev/badge/skills/jneaimi/blooms-ai-collaboration/think/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for think

Your own site · 80×15
<a href="https://agentmods.dev/skills/jneaimi/blooms-ai-collaboration/think"><img src="https://agentmods.dev/badge/skills/jneaimi/blooms-ai-collaboration/think.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 158 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,551 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.1 $0.00158 $0.03551
Opus 5 $0.00079 $0.01775
Sonnet 5 $0.00032 $0.00710
Haiku 4.5 $0.00016 $0.00355

Measured 10d ago against content hash 598254ba230a, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, 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 10d 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.

skills/think/SKILL.md · 356 lines

How it starts

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

Bloom's AI Collaboration Framework (/think) v3

A structured thinking skill that guides human-AI collaboration through Bloom's cognitive levels. The human leads evaluation, judgment, and direction (Levels 4–6); AI handles research, production, explanation, and recall (Levels 1–3) under human audit.

Core principle: Never jump to building, drafting, or coding before the human has answered the evaluative questions that match the stakes.

Interaction model: Use AskUserQuestion for all decision points. Accept free-text answers as valid ("argue mode") — paraphrase and continue.

Framework Reference

┌─────────────────────────────────────────────────────────────┐
│  Level 6: Create       HUMAN originates → AI materializes  │
│  Level 5: Evaluate     HUMAN decides   → AI informs        │
│  Level 4: Analyze      HUMAN steers   ↔ AI researches      │
├─────────────────────────── AUDITABILITY LINE ───────────────┤
│  Level 3: Apply        AI produces    → HUMAN audits       │
│  Level 2: Understand   AI explains    → HUMAN audits       │
│  Level 1: Remember     AI proposes    → HUMAN audits       │
└─────────────────────────────────────────────────────────────┘

L1–L3 sit below the auditability line: their output has an external referent (source, document, decision contract, runtime) it can be checked against. L4–L6 sit above it: ground truth is the human's judgment and values.

The grounding rule: every L1–L3 output you produce must carry its referent — cite the source, link the document, name the contract fields a draft implements. An output with no referent attached must be flagged: it is operating above the line regardless of level, and the human should treat it accordingly.


Notes location (all saves)

Resolve the notes directory in this order — first hit wins:

  1. $THINK_NOTES_DIR environment variable, if set.
  2. notes_dir in <skill base directory>/config.json, if the file exists.
  3. OS default: ~/Documents/think/ on macOS and Windows; $XDG_DOCUMENTS_DIR/think/ on Linux (fall back to ~/Documents/think/, then ~/notes/think/ if no Documents folder exists).

Read the full file on GitHub · 356 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 10d ago First seen · 356 lines · 158 tokens per session scan A 598254ba230a

Subscribe to this mod's changes

think is a skill published in the GitHub repository jneaimi/blooms-ai-collaboration (2 stars, last pushed 1mo ago), licensed MIT. It adds 158 tokens to every session and 3,551 once invoked, about $0.0008 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

design

Solution design skill based on Bloom's AI Collaboration model. Use when the user says /design, wants to design a solution, compare architectural options, evaluate tradeoffs, or produce a solution design document before building. Also trigger on phrases like "design the solution", "how should we architect this"…

jneaimi/evaluate-before-you-build · 99 tokens

plan

PM-focused planning skill based on Bloom's AI Collaboration model. Use when the user says /plan, wants to plan a project, build a roadmap, scope an initiative, set milestones, or break work into phases. Also trigger on phrases like "plan the work", "build a roadmap", "scope this project", "milestones", "RACI", "who…

jneaimi/evaluate-before-you-build · 108 tokens

prebuild

Pre-build checkpoint for disciplined vibe coding. Asks 6 evaluative questions before any code generation using interactive prompts. Use when the user says /prebuild, asks to build a feature, implement something, or starts a coding task. Also trigger on phrases like "build me", "create a", "implement", "add a feature"…

jneaimi/evaluate-before-you-build · 99 tokens

textbook-outline

A planning guide for designing a textbook before its chapters are written. It uses backward design, which starts with what learners should understand and do, then plans assessments, chapters, and examples around those goals.

cabbage2000-lab/textbook-writer-skills · 134 tokens

textbook-init

A setup assistant for starting a textbook project or a workspace for several textbooks. It asks about the project, creates the directory structure, and can add version control and a README.

cabbage2000-lab/textbook-writer-skills · 155 tokens

textbook

A workflow for writing a complete, multi-chapter textbook or structured course material. It plans the learning goals and chapter sequence, writes chapters with exercises, tracks progress, and performs a final review.

cabbage2000-lab/textbook-writer-skills · 176 tokens