一键导入
promote
Graduate an evaluated idea into a full project: create Linear Project with Phase milestones, GitHub repo, and standard directory structure
用 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
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | promote |
| description | Graduate an evaluated idea into a full project: create Linear Project with Phase milestones, GitHub repo, and standard directory structure |
Graduate an idea from the Ideas project into a full independent project.
Select the idea:
Confirm project details:
Create Linear Project:
<one-line description>
**Repo:** <GitHub URL if remote, or local path if local-only>
**Tech Stack:** <tech stack>
**Created:** <date>
Create Phase Milestones (read ${CLAUDE_SKILL_DIR}/../reference/phase-template.md):
Create repo:
gh repo create <project-name> --private --description "<one-line description>"
Clone the repo, then proceed to step 6mkdir ~/Projects/<project-name>
cd ~/Projects/<project-name>
git init
Proceed to step 6 (skip push at the end)Initialize repo structure (read ${CLAUDE_SKILL_DIR}/../reference/repo-structure.md):
${CLAUDE_SKILL_DIR}/../reference/claude-md-template.md)~/Projects/ideas/<idea-slug>/):
design.md → docs/design.mdframework.svg → docs/paper/figures/fig1-framework.svg (if exists)literature-review.md → docs/literature-review.md (if exists)Archive the Ideas issue:
Report and guide next steps:
## 项目创建完成:<project-name>
Linear Project: <url>
Repo: <GitHub URL or local path>
CLAUDE.md: ✓
design.md: ✓ (从 Ideas 复制)
下一步:
1. cd <project-path>
2. /swf:load 加载项目上下文
3. /swf:plan-next <name> 规划 Phase 1 的第一批 issues
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
Review recent ADRs, experiments, and code changes, then update docs/design.md accordingly