원클릭으로
adr
Write a new Architecture Decision Record (ADR) with auto-numbering
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Write a new Architecture Decision Record (ADR) with auto-numbering
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Graduate an evaluated idea into a full project: create Linear Project with Phase milestones, GitHub repo, and standard directory structure
Initialize Linear workspace for SWF workflow: create label system, Ideas project, Archive project, and configure team settings
Show today's tasks across all projects, optionally filtered by type label (dev, writing, figures, experiment, admin)
Read project state and design docs, then create the next batch of Linear issues for a project
Import an existing research project into the SWF workflow: create Linear Project with milestones, add standard docs to existing repo
Export Done/Canceled issues to Archive project as Documents, then guide user to delete originals to free quota
| name | adr |
| description | Write a new Architecture Decision Record (ADR) with auto-numbering |
| argument-hint | <title> |
Create a new Architecture Decision Record in the project's docs/adr/ directory.
$ARGUMENTS — the ADR title (e.g., "使用 sparse matrix 存储表达矩阵"). If not provided, ask.
Auto-number:
docs/adr/ for existing ADRsGather context:
docs/design.md for related contextWrite the ADR:
File: docs/adr/<NNN>-<slug>.md
# ADR-<NNN>: <Title>
**Date:** <today>
**Status:** Accepted
## Context
<What problem or question prompted this decision>
## Decision
<What was decided>
## Alternatives Considered
<Other options and why they were rejected>
## Consequences
<What this means going forward — positive and negative>
## References
<Links to issues, papers, docs if relevant>
Commit:
git add docs/adr/<NNN>-<slug>.mddocs: add ADR-<NNN> <title>Prompt for design update:
docs/design.md/swf:update-design 更新吗?"