ワンクリックで
update-design
Review recent ADRs, experiments, and code changes, then update docs/design.md accordingly
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Review recent ADRs, experiments, and code changes, then update docs/design.md accordingly
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
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
SOC 職業分類に基づく
| name | update-design |
| description | Review recent ADRs, experiments, and code changes, then update docs/design.md accordingly |
Review recent changes and update docs/design.md to keep it current.
Every design.md change MUST be backed by an ADR. If no recent ADR exists:
/swf:adr 记录决策吗?"Gather what changed:
docs/adr/ — identify any not yet reflected in design.mddocs/design.mdIdentify deltas:
Present changes to user:
## design.md 需要更新的部分
1. **Section: 数据存储层**
原因:ADR-003 决定使用 sparse matrix
变更:将 dense array 描述改为 sparse matrix,更新相关 API
2. **Section: 性能估算**
原因:实验 exp-002 显示内存占用低于预期
变更:更新内存估算数据
确认更新吗?
Apply changes after user confirms:
docs/design.md with the identified changesCommit:
git add docs/design.mddocs: update design.md (based on ADR-NNN, exp-NNN)