ワンクリックで
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>