什麼是 argumentation?
使用假設-論證-範例三元組建構結構良好的論證。涵蓋制定可證偽的假設、建立邏輯論證(演繹、歸納、類比、證據)、提供具體例子、鋼人反駁。在编写或审查提出技术变更的 PR 描述、证明 ADR 中的设计决策合理性、构建实质性代码审查反馈或构建研究论证或技术提案时使用。 來源:pjt222/development-guides。
使用假設-論證-範例三元組建構結構良好的論證。涵蓋制定可證偽的假設、建立邏輯論證(演繹、歸納、類比、證據)、提供具體例子、鋼人反駁。在编写或审查提出技术变更的 PR 描述、证明 ADR 中的设计决策合理性、构建实质性代码审查反馈或构建研究论证或技术提案时使用。
透過命令列快速安裝 argumentation AI 技能到你的開發環境
來源:pjt222/development-guides。
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使用假設-論證-範例三元組建構結構良好的論證。涵蓋制定可證偽的假設、建立邏輯論證(演繹、歸納、類比、證據)、提供具體例子、鋼人反駁。在编写或审查提出技术变更的 PR 描述、证明 ADR 中的设计决策合理性、构建实质性代码审查反馈或构建研究论证或技术提案时使用。 來源:pjt222/development-guides。
開啟你的終端機或命令列工具(如 Terminal、iTerm、Windows Terminal 等) 複製並執行以下指令:npx skills add https://github.com/pjt222/development-guides --skill argumentation 安裝完成後,技能將自動設定到你的 AI 程式設計環境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/pjt222/development-guides