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