원클릭으로
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.