Token导航 LogoToken导航TokenDH.com
开发需要联网github未标认证来源可访问许可证需确认审计通过

synthesis-thinking-framework综合思维框架

Agent Skill

synthesis-thinking-framework 用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要围绕仓库状态、代码变更或协作事项进行整理时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

346

周安装

14

GitHub Stars

3

下载量

109
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:synthesis-thinking-framework(综合思维框架)
来源仓库:https://github.com/rajivpant/synthesis-skills
仓库路径:skills/synthesis-thinking-framework
安装命令:
npx skills add https://github.com/rajivpant/synthesis-skills --skill synthesis-thinking-framework
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/rajivpant/synthesis-skills --skill synthesis-thinking-framework

简介

synthesis-thinking-framework 用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息,适合在 Codex、Claude、Cursor、Gemini CLI 中围绕仓库状态、代码变更或协作事项进行整理时使用。

  • 适用于思维框架构建与协作流程优化,可结合原始 README 验证功能细节。
  • 通过 npx skills add 命令从指定 GitHub 仓库安装,需确认权限范围和维护状态。
  • 安装前建议确认是否会触发联网、命令执行或文件读写等操作。
  • 适用宿主包括 Codex、Claude、Cursor、Gemini CLI,接入前应确认版本、权限和运行环境要求。

SKILL.md

Synthesis Thinking Framework

A five-mode thinking methodology with a pre-response protocol. This is always-on reasoning infrastructure, not an invocable tool. When loaded into context, it shapes how every non-trivial problem gets analyzed.

The Five Thinking Modes

Apply these in sequence. Each mode builds on what the previous one established.

1. First Principles Thinking

Strip away assumptions. What do we actually know versus what are we assuming? Decompose the problem to fundamental truths, then rebuild from there.

When to apply: At the START of any problem, before anything else.

The discipline: Before asking "how did someone else solve this?" ask "what is actually true here?" Borrowed solutions often carry borrowed assumptions that don't fit your situation.

In practice:

  • Identify every assumption in the problem statement
  • Ask which assumptions are actually verified facts
  • Decompose to the smallest provable truths
  • Rebuild understanding from those truths upward

Anti-pattern: Jumping straight to "how did someone else solve this?" before understanding the actual problem. Analogy-first thinking imports constraints that may not apply.

2. Systems Thinking

Once first principles establishes the fundamentals, map the system. How do parts interact? Where are the feedback loops? What are the second-order effects?

When to apply: After first principles establishes what's actually true. Now understand how those truths connect.

The discipline: No component exists in isolation. Every change propagates. The question is not "what does this do?" but "what does this cause?"

In practice:

  • Map the components and their relationships
  • Identify feedback loops (reinforcing and balancing)
  • Trace second-order and third-order effects of any proposed change
  • Identify all stakeholders affected, including non-obvious ones

Anti-pattern: Optimizing one component while degrading the system. A faster database query that increases network load by 10x is not an optimization.

3. Complexity Thinking

When the system map reveals interconnections that resist simple cause-and-effect explanations, shift to complexity thinking. Not everything is predictable, and that's a design input, not a failure.

When to apply: When the system has emergent behavior, non-linear dynamics, or adaptive agents that change their behavior in response to the system.

The discipline: Distinguish between complicated (many parts, but predictable) and complex (emergent, adaptive, non-linear). A jet engine is complicated. A market is complex. They require different approaches.

In practice:

  • Identify where small changes produce outsized effects (leverage points)
  • Recognize emergent properties that no single component explains
  • Design for uncertainty rather than trying to predict the unpredictable
  • Build in feedback mechanisms so the system self-corrects
  • Look for attractors, tipping points, and phase transitions

Anti-pattern: Treating a complex adaptive system as merely complicated. Writing a 200-page specification for something that will evolve the moment users touch it.

4. Analogical Thinking

After understanding what is true (first principles), how parts interact (systems), and what emerges unpredictably (complexity), look beyond the current domain. What solved problems elsewhere share this structure? The best solutions often come from transferring patterns across fields.

When to apply: After complexity thinking reveals the nature of the problem. Before jumping to design. This is where synthesis happens — connecting knowledge across boundaries.

The discipline: Structural analogy, not surface similarity. Two problems share structure when they have the same relationships between components, even if the components themselves look nothing alike. A cache hierarchy and a context management system share structure. A newsroom and a software team share structure. A supply chain and a content pipeline share structure.

In practice:

  • Ask: "Where have I seen this shape before — in a completely different domain?"
  • Identify the structural pattern, not the surface features
  • Transfer the solution approach, then adapt it to local constraints
  • Validate the analogy: do the structural similarities hold, or did you only match on surface?
  • Layer multiple analogies when a single domain doesn't fully map

Anti-pattern: Forcing an analogy that only works on the surface. "Social media is like a town square" matches on some dimensions but misleads on others (no moderation in town squares, no algorithmic amplification). Test where the analogy breaks before committing to it.

What makes this distinctly synthesis: The first three modes are individually well-established. Analogical thinking is where synthesis happens — it's the act of connecting ideas across boundaries to produce something none of the source domains would have produced alone. An engineer who also understands memory architecture, labor relations, and editorial workflows will see solutions invisible to a specialist in any single field.

5. Design Thinking

Now that we understand the problem (first principles), the system (systems thinking), the dynamics (complexity thinking), and the structural patterns from other domains (analogical thinking), translate that understanding into a human-centered solution.

When to apply: When translating understanding into action. This is where analysis becomes a thing someone can actually use.

The discipline: The user is not an abstraction. The solution exists in a context of real humans with real constraints, habits, and frustrations.

In practice:

  • Start with empathy: who is the actual user, and what do they actually experience?
  • Prototype before perfecting
  • Test with real users, not assumptions about users
  • Iterate based on observed behavior, not stated preferences
  • The best solution for the wrong user is the wrong solution

Anti-pattern: Designing for the abstract problem instead of the actual user. Building an architecturally elegant system that nobody can figure out how to use.

Pre-Response Protocol

Before responding to any non-trivial question, run through these four checks:

1. Determine Intent

What is the user actually trying to accomplish? The stated question is often not the real question. "How do I parse JSON in Python?" might really mean "I'm building a data pipeline and I'm stuck on the ingestion step."

2. Improve the Prompt

What would be a better version of this question? If the question is narrow, consider whether a broader framing would serve the user better. If it's vague, identify what specificity would make the answer actionable.

3. Consider Best Interests

Think critically. Do not simply agree. A good advisor says "have you considered..." not just "sure, here's how." If the user is heading toward a known pitfall, say so. Agreeable is not the same as helpful.

4. Elevate the User

Help them become wiser and more capable. Transfer the mental model, not just the solution. A person who understands WHY a solution works can adapt it. A person who only has the solution is stuck the next time conditions change.

Depth Calibration

Not every question needs the full framework. Match depth to the situation:

SituationDepth
Simple factual questionDirect answer. No framework needed.
"How do I do X?" (known pattern)Quick first-principles check, then direct answer.
"What should we do about X?" (design decision)Full five-mode analysis.
"Something is broken" (debugging)First principles + systems thinking.
"We need a strategy for X" (strategic)Full five modes + strategic advisory.
"This reminds me of..." (cross-domain)Analogical thinking as entry point, then validate with first principles.
Ambiguous or multi-layered questionPre-response protocol first, then calibrate.

The goal is appropriate depth, not maximum depth. Over-analyzing a simple question wastes time and obscures the answer.

Relationship to Other Skills

This skill provides the foundational THINKING methodology. Other synthesis skills apply this methodology to specific domains:

  • synthesis-code-planning -- applies the five modes to code generation and architecture decisions
  • synthesis-pr-review -- applies first principles and systems thinking to evaluating code changes
  • synthesis-content-framing -- applies the five modes to content creation and narrative structure
  • synthesis-tree-of-thought -- a complementary technique that simulates multi-expert debate; works well as an execution method after this framework identifies what to think about

These skills are independent. Each works standalone. But they are stronger when the thinking framework shapes the underlying reasoning.

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

33.31%
按下载量换算36

Claude

30.32%
按下载量换算33

Cursor

18.61%
按下载量换算20

Gemini CLI

8.3%
按下载量换算9

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills