一键导入
task-pickup
Resume an existing task cleanly by recovering current state, selecting the next bounded step, and preparing a clear handoff for the following run.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Resume an existing task cleanly by recovering current state, selecting the next bounded step, and preparing a clear handoff for the following run.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Bring an already framework-managed workspace into alignment with newer framework changes using minimal safe updates.
Identify the highest-value next actions from the current workspace or project state without loading unnecessary context.
Shape a product, design, or implementation idea as Simple, Lovable, and Complete before planning execution.
Keep a project’s task state, library files, and key docs aligned with the actual state of the project.
Keep workspace-level coordination files healthy, current, and concise.
Create a workspace-custom skill that extends the framework for local workflows without changing the reusable framework.
| name | task-pickup |
| description | Resume an existing task cleanly by recovering current state, selecting the next bounded step, and preparing a clear handoff for the following run. |
Resume an existing tracked task cleanly by recovering current state, selecting the next bounded step, and preparing a clear handoff for the following run.
projects/[name]/work/[task-slug]/TASK.mdHANDOFF.mdCONTEXT.mdNOTES.md if the task flow adopts itruns/ when recent run evidence mattersTASK.md to confirm the task scope and success criteria.HANDOFF.md for current operational state.CONTEXT.md for stable task facts.HANDOFF.md with current state, what changed, and the next action.framework/tools/task-browser/metadata-cli.mjs; for example set the picked-up task to active, blocked, or review as appropriate. In framework versions with task-browser action history, pass real provenance such as --role Builder, --session-tool pi, or --session-id ... when useful and available; leave provenance unset rather than inventing it.CONTEXT.md or project library files as appropriate.HANDOFF.mdHANDOFF.md become historical buildup instead of current operational stateCONTEXT.mdframework/TASKS.mdprojects/[name]/work/[task-slug]/TASK.mdprojects/[name]/work/[task-slug]/HANDOFF.mdprojects/[name]/work/[task-slug]/CONTEXT.mdprojects/[name]/work/[task-slug]/runs/framework/tools/task-browser/metadata-cli.mjs when task-browser metadata is used