structured-thinking-advisor

structured-thinking-advisor is a skill for Codex from tranfu-labs/tranfu-skills. It costs 98 tokens per session (2,046 once invoked), scanned A, original, MIT.

A structured thinking and collaboration method for examining documents, ideas, reasoning, and wording, then producing improved alternatives.

In plain words
What is it for?
It is for reviewing documents, explaining difficult passages, testing whether an idea makes sense, extracting methods, and creating two or three revised versions.
Why use it?
It helps identify unclear structure, weak logic, and missed problems instead of merely repeating or polishing the original text.

Skill for Codex

Written for Codex: agents/openai.yaml present. Also seen: mentions subagents.

Good fit It is for reviewing documents, explaining difficult passages, testing whether an idea makes sense, extracting methods, and creating two or three revised versions.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/tranfu-labs/tranfu-skills/structured-thinking-advisor
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 tranfu-labs/tranfu-skills --skill structured-thinking-advisor
Clone the repo
git clone --depth 1 https://github.com/tranfu-labs/tranfu-skills

Made for: 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 structured-thinking-advisor

README.md
[![agentmods](https://agentmods.dev/badge/skills/tranfu-labs/tranfu-skills/structured-thinking-advisor/github.svg)](https://agentmods.dev/skills/tranfu-labs/tranfu-skills/structured-thinking-advisor)
Your own site
<a href="https://agentmods.dev/skills/tranfu-labs/tranfu-skills/structured-thinking-advisor"><img src="https://agentmods.dev/badge/skills/tranfu-labs/tranfu-skills/structured-thinking-advisor/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 structured-thinking-advisor

Your own site · 80×15
<a href="https://agentmods.dev/skills/tranfu-labs/tranfu-skills/structured-thinking-advisor"><img src="https://agentmods.dev/badge/skills/tranfu-labs/tranfu-skills/structured-thinking-advisor.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 98 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,046 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.00098 $0.02046
Opus 5 $0.00049 $0.01023
Sonnet 5 $0.00020 $0.00409
Haiku 4.5 $0.00010 $0.00205

Measured 9d ago against content hash 76fcf20e51c4, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

structured-thinking-advisor 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 9d 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.

own-skills/structured-thinking-advisor/SKILL.md · 122 lines

How it starts

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

structured-thinking-advisor

When to use

四类触发场景:

场景 触发短语示例
全文分析 "帮我审视这份文档" / "拆解一下这篇内容的结构" / "这文档在解决什么"
精读 + 问答 "这一段什么意思" / "这逻辑对吗" / "帮我用类比讲清楚"
优化共创 "给我 2-3 版优化" / "重写得更高级一点" / "做成发布会语感"
结构升级 "能不能提炼成方法论" / "这堆观点抽象一层" / "改成 SOP / 图表"

不适用: 单纯写代码 / 跑命令 / 翻译 / 摘要这类执行型任务 — 本 skill 是"共创伙伴", 不是"解释型助手".

§同类对比

内部(公司库)

  • write-spec — 从模糊想法生成 PRD/feature spec;本 skill 区别:不输出结构化产物(PRD/spec),而是陪你"想清楚"——拆结构、校验逻辑、给 2-3 版优化候选
  • credibility-review — 用双轨 agent 审"踩坑记/养成记"文章可发性;本 skill 区别:通用文档/想法的"共创顾问",不限文体、不出三态裁决,主打多轮迭代
  • prompt-review — 多轮 reviewer subagent 审 prompt/skill/agent 定义文件;本 skill 区别:作用对象是文档/思想/表达,不是 prompt 工程产物;不跑 reviewer subagent,单一顾问人格直接共创

外部

  • tjboudreaux/cc-thinking-skills — 18 套思维模型(第一性原理 / OODA / Pre-Mortem 等)的 framework 选择器;本 skill 区别:不切模型,单一"顾问"人格贯穿全程,强调"共创"而非"套框架"
  • valeria-adiatullina/behavioral-design-claude-skill — 行为科学(BeSci)设计循环 partner;本 skill 区别:领域无关,处理任意文档/想法的结构与表达,不限于行为干预设计
  • ckelsoe/prompt-architect — 用 7 个框架(CO-STAR / RISEN 等)把模糊 prompt 改写成结构化 prompt;本 skill 区别:作用对象是文档/思想,不是 prompt;产出是判断 + 多版优化,不是 prompt 改写

本 skill 独特价值

  • 给"共创伙伴"人格,必须先判断再反问,禁复读
  • 优化阶段强制 2-3 版不同维度(落地版 / 高级版),不允许只给一稿
  • 内置"爹味管理学词汇"禁忌清单,保证年轻团队语感

§使用技巧

暂无 (推荐者跳过)

核心定位(必须遵守)

请不要做"解释型助手", 而是作为"共同设计这套内容的人"参与讨论. 核心目标是与用户深度共创: 不仅解答疑问、优化表达, 更要主动审视底层逻辑, 提升内容的结构化、思想深度与产品化质感.

协作过程是"多轮"的, 不是一次性输出. 可能包括: 全文分析 / 逐段精读 / 疑问解答 / 表达优化 / 结构重构 / 思想升级.

工作模式(核心工作流)

1️⃣ 全文输入阶段

当用户发送完整文档时:

  • 拆解结构(模块 / 层级 / 逻辑关系)
  • 总结核心问题(这篇文档在解决什么)
  • 提炼核心观点(不超过 5 条)
  • 指出: 逻辑不清晰的部分 / 认知跳跃的地方 / 冗余 / 重复内容
  • 标记: 关键内容(最有价值部分)/ 可优化内容(优先级排序)

2️⃣ 精读 & 提问阶段

当用户发送某一段内容 + 问题时:

  • 降维解释: 用极其清晰的商业逻辑或生动的类比, 把复杂概念拆解透彻, 直接回答问题, 绝不绕弯子.
  • 逻辑校验: 判断该段落是否存在因果倒置、表达歧义、或缺乏落地支撑. 如果存在, 直接给修改思路.

Read the full file on GitHub · 122 lines

Files

What ships with it

5 files 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. 9d ago First seen · 122 lines · 98 tokens per session scan A 76fcf20e51c4

Subscribe to this mod's changes

structured-thinking-advisor is a skill published in the GitHub repository tranfu-labs/tranfu-skills (2 stars, last pushed 2d ago), licensed MIT. It adds 98 tokens to every session and 2,046 once invoked, about $0.0005 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-03.

Related

Other skills, from other repositories

systematic-debugging

Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes.

obra/superpowers · 21 tokens

local-ai-agents

Build local-first AI agents that run entirely on a developer workstation with Microsoft Foundry Local and Qwen function-calling models. Covers Small Language Models (SLMs), the OpenAI-compatible local endpoint, sandboxed local tools, local RAG with Chroma, local MCP servers, hybrid cloud/local routing, and the…

microsoft/ai-agents-for-beginners · 200 tokens

next-cache-components-adoption

Turn on Cache Components in a Next.js app and resolve the blocking routes it surfaces. Use when the user wants to enable, adopt, or migrate to Cache Components, flip the cacheComponents flag, work through a flood of blocking-prerender / instant validation errors, run the cache-components-instant-false codemod, or…

vercel/next.js · 95 tokens

chat-pet-sprite-creation

Use when creating or changing VS Code chat pet sprite art, sprite sheets, state animations, eye treatments, Stable/Insiders variants, or pet transitions under src/vs/workbench/contrib/chat/browser/widget/media/chatPet.

microsoft/vscode · 53 tokens

cpu-profile-analysis

Analyze V8/Chrome CPU profiles (.cpuprofile) and DevTools trace files (Trace-.json). Use when: profiling performance, investigating slow functions, comparing code paths, finding bottlenecks, analyzing timeToRequest, understanding call trees from sampling profiler data, analyzing layout/paint/rendering, investigating…

microsoft/vscode · 71 tokens

insight-error-page

Write or audit an insight-kind error page for the Next.js dev overlay. Use when creating a new errors/ .mdx page, auditing an existing one, or checking that a page matches the framework fix cards. Covers page structure, title alignment, FixCard cards with Copy prompt button, code snippets, terminology verification…

vercel/next.js · 83 tokens