with one click
adr
Write a new Architecture Decision Record (ADR) with auto-numbering
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Write a new Architecture Decision Record (ADR) with auto-numbering
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
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
Based on SOC occupation classification
| 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 更新吗?"