一键导入
adr-creation
Template and process for creating Architecture Decision Records (ADRs). Use this when making significant technical decisions that affect system design.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Template and process for creating Architecture Decision Records (ADRs). Use this when making significant technical decisions that affect system design.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | adr-creation |
| description | Template and process for creating Architecture Decision Records (ADRs). Use this when making significant technical decisions that affect system design. |
Create an ADR when making decisions about technology choices, system boundaries, API design, data models, or architectural patterns.
docs/adr/NNNN-<short-title>.md# NNNN. <Title>
## Status
Proposed | Accepted | Deprecated | Superseded by [NNNN]
## Context
What is the problem or decision we need to make? What forces are at play?
Keep this to 2-3 sentences.
## Options Considered
### Option A: <name>
- Pros: ...
- Cons: ...
### Option B: <name>
- Pros: ...
- Cons: ...
## Decision
What did we decide and why?
## Consequences
What are the positive and negative results of this decision?
What becomes easier? What becomes harder?
E2E test skill that confirms plugin loading works.
Templates and process for creating devcontainer configurations. Use this when setting up a new project, adding devcontainer support, or creating devcontainers for worktrees.
Procedure for creating a git worktree and devcontainer for a new task. Use this when starting a new development task.
Cross-model code review before every PR. Use this after code is written and before pushing.
Mandatory checklist before starting implementation. Use this before writing code for any non-trivial task.
Production Dockerfile and container runtime security checklist. Use this when building Docker/Podman images or configuring container deployments.