·argumentation
</>

argumentation

使用假設-論證-範例三元組建構結構良好的論證。涵蓋制定可證偽的假設、建立邏輯論證(演繹、歸納、類比、證據)、提供具體例子、鋼人反駁。在编写或审查提出技术变更的 PR 描述、证明 ADR 中的设计决策合理性、构建实质性代码审查反馈或构建研究论证或技术提案时使用。

10安裝·1熱度·@pjt222

安裝

$npx skills add https://github.com/pjt222/development-guides --skill argumentation

如何安裝 argumentation

透過命令列快速安裝 argumentation AI 技能到你的開發環境

  1. 開啟終端機: 開啟你的終端機或命令列工具(如 Terminal、iTerm、Windows Terminal 等)
  2. 執行安裝指令: 複製並執行以下指令:npx skills add https://github.com/pjt222/development-guides --skill argumentation
  3. 驗證安裝: 安裝完成後,技能將自動設定到你的 AI 程式設計環境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

來源:pjt222/development-guides。

SKILL.md

查看原文

Build rigorous arguments from hypothesis through reasoning to concrete evidence. Every persuasive technical claim follows the same triad: a clear hypothesis states what you believe, an argument explains why it holds, and examples prove that it holds. This skill teaches you to apply that structure to code reviews, design decisions, research writing, and any context where claims need justification.

State your claim as a clear, falsifiable hypothesis. A hypothesis is not an opinion or a preference -- it is a specific assertion that can be tested against evidence.

| "This code is bad" | "This function has O(n^2) complexity where O(n) is achievable" | | "We should use TypeScript" | "TypeScript's type system will catch the class of null-reference bugs that caused 4 of our last 6 production incidents" |

可引用資訊

為搜尋與 AI 引用準備的穩定欄位與指令。

安裝指令
npx skills add https://github.com/pjt222/development-guides --skill argumentation
分類
</>開發工具
認證
收錄時間
2026-03-10
更新時間
2026-03-11

Browse more skills from pjt222/development-guides

快速解答

什麼是 argumentation?

使用假設-論證-範例三元組建構結構良好的論證。涵蓋制定可證偽的假設、建立邏輯論證(演繹、歸納、類比、證據)、提供具體例子、鋼人反駁。在编写或审查提出技术变更的 PR 描述、证明 ADR 中的设计决策合理性、构建实质性代码审查反馈或构建研究论证或技术提案时使用。 來源:pjt222/development-guides。

如何安裝 argumentation?

開啟你的終端機或命令列工具(如 Terminal、iTerm、Windows Terminal 等) 複製並執行以下指令:npx skills add https://github.com/pjt222/development-guides --skill argumentation 安裝完成後,技能將自動設定到你的 AI 程式設計環境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

這個 Skill 的原始碼在哪?

https://github.com/pjt222/development-guides