一键导入
plan-task
Create an implementation plan for a task using a workspace agent
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Create an implementation plan for a task using a workspace agent
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | plan-task |
| description | Create an implementation plan for a task using a workspace agent |
| version | 2.0.0 |
| metadata | {"openclaw":{"emoji":"📋","requires":{"bins":["workspace-create","workspace-continue","workspace-run","workspace-status","workspace-destroy","workspace-list","gh"],"env":["ANTHROPIC_API_KEY"]},"os":["linux"]}} |
Create implementation plans for development tasks using workspace containers.
Someone mentions planning a task, posts an issue link, or asks to work on something.
Name it "Plan: " (under 50 chars). All conversation happens in the thread.
gh issue view.gh issue create, post the link in the thread.The issue is the source of truth. Plans and progress are posted as issue comments.
Use workspace-continue for previous work on the same repo/branch, workspace-create for new work. See TOOLS.md for commands.
Post slot number and SSH access to the thread.
workspace-run --slot N --wait --max-turns 25 --prompt "Read the codebase thoroughly and create a detailed implementation plan for the following task. Structure the plan as numbered steps, where each step is a single atomic change that can be committed independently.
Task: <context>"
--wait blocks until done. Don't poll while waiting.
gh issue comment <number> --repo <org/repo> --body "## Implementation Plan (Draft)
<plan text>
---
_This plan is under review._"
Feedback: Resume the planning agent with the feedback:
workspace-run --slot N --wait --resume <session-id> --prompt "Human feedback: <message>"
Post revised plan to thread and issue. Repeat until approved.
Approved:
If the human says "cancel": destroy the workspace and post a summary.
workspace-list, suggest cleanup.