一键导入
cook
Full autopilot — plan, implement, and polish a task end-to-end.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Full autopilot — plan, implement, and polish a task end-to-end.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Amend the last commit with current changes and/or an updated message.
Stage changes and create a commit with a conventional commit message.
Fetch and display diffs for various scopes (PR, commit, branch, staged, working tree). Used by other skills that need to analyze changes.
Execute a plan file — parse phases, spawn parallel subagents, handle failures.
Start or end a forked session for exploring rabbit holes without losing the main conversation's context.
Structured design intake for non-trivial tasks. Asks clarifying questions and produces a design proposal.
| name | cook |
| description | Full autopilot — plan, implement, and polish a task end-to-end. |
| allowed-tools | Bash, Read, Glob, Grep, AskUserQuestion, Agent |
End-to-end delivery. Scale the process to the task.
Triage the task first (see workflow rules), then follow this pipeline. Scale each step to the complexity — a simple task needs a one-line plan, a complex one needs a full design document.
/plan. It will ask the user clarifying questions via AskUserQuestion before producing a plan — this is mandatory, never skip it even for simple tasks. Scale the plan's depth to the complexity./research to fill them, then revise the plan and confirm again./execute with the plan file path. It handles parallelism, subagents, and failure recovery./commit to stage and commit the changes./polish. It reviews and amends iteratively until 3x LGTM. If it reveals design gaps that require rethinking (not just code fixes), loop back to step 1. On completion, it produces a report. Skip for simple tasks./pr.