원클릭으로
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 페이지를 검토하고 설치를 진행할 수 있습니다.
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 | 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)