一键导入
load
Load project context for a new session: read CLAUDE.md, design.md, Linear issues, and recent git history to quickly get up to speed
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Load project context for a new session: read CLAUDE.md, design.md, Linear issues, and recent git history to quickly get up to speed
用 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 | load |
| description | Load project context for a new session: read CLAUDE.md, design.md, Linear issues, and recent git history to quickly get up to speed |
Read key project files and Linear state to build a complete picture of where the project stands.
Read project files (skip if file doesn't exist):
CLAUDE.md — 工作方式、规范、当前阶段docs/design.md — 架构设计Check Linear:
Check git history:
git log --oneline -5)git status --short)Summarize to user:
## 项目:<name>
## 当前阶段:Phase X — <phase-name>
### 正在进行
- <issue-id>: <title> [<labels>]
### 待办
- <issue-id>: <title> [<labels>]
### 最近改动
- <commit messages>
### 建议下一步
<based on Linear milestones and current state>