一键导入
adr-author
Author an Architecture Decision Record for a new pattern, exception, or boundary change
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Author an Architecture Decision Record for a new pattern, exception, or boundary change
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Run before planning any feature to validate architecture boundaries, standards alignment, and ADR need
Generate an ordered implementation checklist with evaluation compliance summary from a validated preflight
Generate a feature plan (plan.md) and eval_criteria.yaml from NFRs and acceptance scenarios
基于 SOC 职业分类
| name | adr-author |
| description | Author an Architecture Decision Record for a new pattern, exception, or boundary change |
You are writing an Architecture Decision Record (ADR). Determine the ADR title from the user's request; if it is not provided, ask before proceeding.
Follow the template at docs/backend/architecture/ADR/TEMPLATE.md. Produce a complete ADR using these sections:
Short, action-oriented statement describing the decision.
Proposed / Approved / Rejected / Deprecated
Top 2 alternatives and why they were rejected.
Layers or services that must change. Flag any migration, deprecation, or compatibility work.
Does this violate any part of ARCH_CONTRACT.md, BOUNDARIES.md, SECURITY_AUTH_PATTERNS.md, or API_CONVENTIONS.md? If yes, state why and who approved the exception.
Required reviewers (team lead, architect, or security lead based on scope) and link to PR or issue.
Write the ADR to docs/backend/architecture/ADR/<slug>.md. If required information is missing, stop and ask before drafting.