원클릭으로
plan-next
Read project state and design docs, then create the next batch of Linear issues for a project
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Read project state and design docs, then create the next batch of Linear issues for a project
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)
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
| name | plan-next |
| description | Read project state and design docs, then create the next batch of Linear issues for a project |
| argument-hint | <project> |
Analyze current project state and create the next batch of issues in Linear.
$ARGUMENTS — project name. Required. If not provided, ask.
Load project state:
docs/design.md — what needs to be builtCLAUDE.md — current phaseIdentify the gap:
Suggest parallelizable work from later phases:
Draft new issues:
Present to user:
## 规划:MyProject Phase 2
基于 design.md 和当前进度,建议新建以下 issues:
1. [dev, agent:codex] 实现 XX 模块的 benchmark 脚本
描述:...
2. [experiment, manual] 在数据集 A 上运行 benchmark
描述:...
3. [figures, agent:claude] 生成性能对比图
描述:...
--- 可提前做(等实验间隙)---
4. [writing, agent:claude] Methods 核心算法描述(Phase 5)
5. [figures, agent:claude] 已有 benchmark 结果可视化(Phase 4)
确认创建吗?你可以:
- 合并:把几个相关的 issue 合成一个(细节放 checklist)
- 拆分:把太大的 issue 拆成多个
- 修改:调整标题、描述、labels
Create issues after user confirms:
/swf:next)