一键导入
create-adr
Create an Architectural Decision Record (ADR) to document a design choice or technical strategy.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Create an Architectural Decision Record (ADR) to document a design choice or technical strategy.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Safe, project-wide remediation of a dangerous or incorrect code pattern using structured search and replace.
Run a multi-faceted code review on uncommitted changes using specialized review subagents.
Run a multi-faceted code review on uncommitted changes using specialized review subagents.
Commit (if needed), push the current branch to origin, and generate a pull request description in the chat.
Generate a session handoff document capturing the current working state for the next session.
Proactively audit GitHub Actions workflows and CI/CD logs for deprecations, stale runtimes, and missing best practices.
| name | create-adr |
| description | Create an Architectural Decision Record (ADR) to document a design choice or technical strategy. |
| metadata | {"author":"ssfcultra","version":"1.0"} |
Create an Architectural Decision Record (ADR) to document a design choice or technical strategy.
A description of the technical decision, or a reference to a recent decision made in the conversation.
# ADR: {YYYYMMDDii} - {Short Description}
## Status
Accepted
## Context
{The background and problem...}
## Decision
{The technical choice made...}
## Consequences
- **Pros**: ...
- **Cons**: ...
- **Maintenance**: ...
kh). Format: YYYYMMDDii.{ID}-{kebab-case-description}.md./docs/adr/ directory exists./docs/adr/{filename}.docs: record ADR {ID} - {description}.A new Architectural Decision Record file in /docs/adr/ committed to the repository.
YYYYMMDDii format for IDs.db.session (or self.session injected) as the primary source of truth in service layers to avoid synchronization issues with g.db_session.