一键导入
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 更新吗?"