원클릭으로
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.