ワンクリックで
init-linear
Initialize Linear workspace for SWF workflow: create label system, Ideas project, Archive project, and configure team settings
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Initialize Linear workspace for SWF workflow: create label system, Ideas project, Archive project, and configure team settings
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
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
Review recent ADRs, experiments, and code changes, then update docs/design.md accordingly
SOC 職業分類に基づく
| name | init-linear |
| description | Initialize Linear workspace for SWF workflow: create label system, Ideas project, Archive project, and configure team settings |
One-time setup to prepare Linear workspace for the SWF workflow.
Check current state:
Create Label groups and labels:
type(任务类型)
├── dev #4EA7FC 编码开发
├── experiment #F2C94C 实验运行
├── writing #6FCF97 文档/论文写作
├── figures #BB87FC 图表制作
└── admin #BDBDBD 提交/沟通/杂务
executor(执行者)
├── agent:claude #D2915D Claude Code 处理
├── agent:codex #26B5CE Codex 处理
└── manual #EB5757 需要手动操作
create_issue_label using isGroup: true:
type (isGroup: true)executor (isGroup: true)parent parameter pointing to the group name:
create_issue_label(name: "dev", color: "#4EA7FC", description: "编码开发", parent: "type")Create Ideas project:
Create Archive project:
Clean up default issues (if present):
Remind team settings:
请在 Linear 网页上手动配置以下设置:
Settings → Team Settings → Workflows & automations:
- Auto-close parent issue: 开启(子 issue 全完成时自动关闭父 issue)
- Auto-archive closed items after: 1 month(最短选项)
完成后 SWF 工作流即可使用。
Report:
## Linear 初始化完成
✓ Labels: type (5) + executor (3)
✓ Ideas 项目
✓ Archive 项目
○ 默认 issue 已清理
手动设置提醒:
- [ ] Auto-close parent issue
- [ ] Auto-archive = 1 month
下一步:
- /swf:idea <name> 记录第一个研究想法
- /swf:import 导入已有项目