Token导航 LogoToken导航TokenDH.com
开发只读github未标认证来源可访问clear审计通过

technical-decision-record技术决策记录

Agent Skill

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

总安装

282

周安装

12

GitHub Stars

1

下载量

99
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

3

许可证

MIT

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

请帮我安装这个 Agent Skill:technical-decision-record(技术决策记录)
来源仓库:https://github.com/chaiwithjai/claude-code-mastery
仓库路径:skills/technical-decision-record
安装命令:
npx skills add https://github.com/chaiwithjai/claude-code-mastery --skill technical-decision-record
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。不同来源提供的安装方式可能略有差异;本站展示可直接复制的安装命令,安装前请核对来源页面。

skills.shnpx skills
npx skills add https://github.com/chaiwithjai/claude-code-mastery --skill technical-decision-record

简介

用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息。

  • 适合在 Codex、Claude、Cursor、Gemini CLI 中围绕仓库状态、代码变更或协作事项进行整理。
  • 通过 npx skills add 命令从指定 GitHub 仓库安装使用。
  • 安装前需确认权限范围、维护状态,以及是否会触发联网或文件读写操作。
  • technical-decision-record 属于开发类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

<framework_overview>

What This Is

A structured approach to documenting technical decisions using ADRs (Architecture Decision Records). Ensures decisions are traceable, well-reasoned, and understood by the team.

When to Use

  • Choosing between technologies or frameworks
  • Making architectural changes
  • Selecting third-party services
  • Changing established patterns
  • Any decision you'd want to reference later </framework_overview>

1. DECISIONS ARE IMMUTABLE HISTORY

Once made, an ADR is never modified—only superseded. This preserves the reasoning at the time, even if context changes later.

2. CONTEXT OVER CONCLUSION

The "why" is more valuable than the "what." Future readers need to understand the constraints, options, and trade-offs that led to the decision.

3. BIAS TOWARD REVERSIBILITY

Prefer decisions that can be changed later. Document the reversal cost for irreversible choices.

4. EXPLICIT OVER IMPLICIT

If it wasn't written down, it wasn't decided. Verbal agreements don't count as architectural decisions.

5. TEAM OVER INDIVIDUAL

Decisions should be reviewed by affected parties. Surprise decisions create resistance.

Step 1: Define the Problem

What are we deciding? Be specific.

  • "Which database for user data" not "database stuff"
  • Include the trigger: what prompted this decision?

Step 2: List Constraints

What limits our options?

  • Technical: performance, scalability, existing stack
  • Business: budget, timeline, team skills
  • Compliance: security, regulatory, data residency

Step 3: Enumerate Options

List 2-4 real options. For each:

  • Brief description
  • Pros (what it does well)
  • Cons (what it does poorly)
  • Estimated cost/effort

Step 4: Make the Decision

Choose one option. State it clearly.

  • "We will use [X]"
  • Include who made the decision and when

Step 5: Document Consequences

What follows from this decision?

  • Positive: benefits we expect
  • Negative: costs we accept
  • Risks: what could go wrong
  • Reversibility: how hard to change later
# ADR-[NUMBER]: [TITLE]

**Status**: [Proposed | Accepted | Superseded by ADR-X]
**Date**: [YYYY-MM-DD]
**Deciders**: [Names]

## Context

[What is the issue? What prompted this decision?]

## Constraints

- [Constraint 1]
- [Constraint 2]
- [Constraint 3]

## Options Considered

### Option 1: [Name]
[Description]
- Pros: [...]
- Cons: [...]

### Option 2: [Name]
[Description]
- Pros: [...]
- Cons: [...]

### Option 3: [Name]
[Description]
- Pros: [...]
- Cons: [...]

## Decision

We will use **[Option X]**.

[Reasoning: Why this option over others?]

## Consequences

### Positive
- [Benefit 1]
- [Benefit 2]

### Negative
- [Cost 1]
- [Cost 2]

### Risks
- [Risk 1]: [Mitigation]
- [Risk 2]: [Mitigation]

### Reversibility
[Easy | Moderate | Difficult | Irreversible]
[Explanation of what reversal would require]

1. DECIDING WITHOUT OPTIONS

Making a decision without exploring alternatives is not a decision—it's a default.

Why it's wrong: You can't justify a choice without knowing what you chose against. Instead: Always list at least 2 options, even if one is "do nothing."

2. BIKESHEDDING

Spending more time on reversible decisions than irreversible ones.

Why it's wrong: Time spent on low-stakes decisions is time not spent on high-stakes ones. Instead: Match deliberation time to reversibility. Irreversible = more process.

3. HIDDEN STAKEHOLDERS

Making decisions that affect teams without involving them.

Why it's wrong: Creates surprise, resistance, and rework. Instead: List affected parties in "Deciders" and get explicit sign-off.

4. REVISION INSTEAD OF SUPERSESSION

Editing old ADRs when context changes.

Why it's wrong: Loses the historical record of why decisions were made. Instead: Create a new ADR that supersedes the old one, referencing the original.

  1. What's being decided?

- Technology choice - Architectural pattern - Third-party service - Process change - Other: ___

  1. What triggered this decision?

- New requirement - Performance issue - Technical debt - Team change - Other: ___

  1. How reversible should this be?

- Easy to change (experiment) - Moderate effort to change - Significant investment - Hard to reverse (commit carefully)

I'll help you structure the ADR based on your answers.

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

04

需要参考平台分布和安装热度时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

补充不同宿主或平台的使用分布数据

能力 5

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

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

平台分布

Claude Code

27.9%
按下载量换算28

Antigravity

21.52%
按下载量换算21

windsurf

18.6%
按下载量换算18

Codex

13.85%
按下载量换算14

OpenCode

7.52%
按下载量换算7

Cursor

3.41%
按下载量换算3

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。

来源信息

继续浏览同类 Skills