一键导入
idea
Log a new research idea into the Ideas project with standard evaluation sub-issues
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Log a new research idea into the Ideas project with standard evaluation sub-issues
用 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 | idea |
| description | Log a new research idea into the Ideas project with standard evaluation sub-issues |
| argument-hint | <idea-name> |
Create a new research idea in the Linear Ideas project and set up standard evaluation sub-issues.
$ARGUMENTS — the name/title of the research idea. If not provided, ask the user.
Create the main issue in the Ideas project:
$ARGUMENTSDiscuss and clarify the idea with the user before creating sub-issues:
~/Projects/ideas/<idea-slug>/idea-statement.mdCreate evaluation sub-issues under the main issue:
| Sub-issue | Labels | Output template |
|---|---|---|
| 文献调研:领域进展、找到 gap | writing, agent:claude | see below |
| 评估意义/创新性/可行性 | writing, agent:claude | copy key insights into literature-review.md, keep feasibility.md as-is |
| 技术选型 | writing, agent:claude | |
| 撰写 design.md 初稿 | writing, agent:claude | |
| 画框架图初版 | figures, agent:claude |
Create local workspace:
~/Projects/ideas/<idea-slug>/~/Projects/ideas/<idea-slug>/
├── idea-statement.md ← 想法讨论梳理
├── literature-review.md ← 文献调研
├── feasibility.md ← 可行性评估
├── tech-selection.md ← 技术选型
├── design.md ← design.md 初稿
└── framework.svg ← 框架图
/swf:promote runs, it migrates design.md and framework.svg into the new repoSet up evaluation order:
① 文献调研 → ② 评估可行性 → ③ 技术选型 → ④ design.md 初稿
⑤ 框架图(独立,不阻塞,Backlog)
Guide next steps:
已创建想法和 5 个评估任务。建议按以下顺序推进:
1. 文献调研 → 了解领域现状和 gap
2. 评估可行性 → 基于文献判断值不值得做
3. 技术选型 → 确定实现方案
4. design.md → 写架构设计初稿
5. 框架图 → 画方法总览图
第一个任务"文献调研"已设为 Todo。
要现在开始吗?我可以直接帮你做文献调研。
Between sub-issues — review and confirm before marking Done:
After drafting each sub-issue's deliverable, DO NOT mark Done immediately. Instead:
After ② (可行性评估), add a gate check:
After ①~④ all Done:
/swf:promote 建独立项目吗?"literature-review.md should follow this structure:
# 文献调研:<idea name>
## 领域现状
<2-3 段概述当前领域的主要方法和进展>
## 关键文献
1. Smith et al. (2024) "Title" *Journal*. DOI: 10.xxxx/xxx
- 做了什么:...
- 和我们的关系:...
2. Zhang et al. (2023) "Title" *Journal*. DOI: 10.xxxx/xxx
- 做了什么:...
- 和我们的关系:...
(list 10-20 key papers)
## Gap 分析
<现有方法的不足、未解决的问题>
## 我们的机会
<这个想法如何填补 gap,和已有工作的区别>
## 意义与可行性(从可行性评估合并)
<完成可行性评估后,将关键观点合并到此处>
- 研究意义:...
- 创新性:...
- 可行性判断:...
- 潜在挑战:...
Notes:
(Smith et al., 2024) or [1] inline citations in the textFor Linear workspace config, see: ${CLAUDE_SKILL_DIR}/../reference/linear-config.md