com um clique
plan-task
Create an implementation plan for a task using a workspace agent
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Menu
Create an implementation plan for a task using a workspace agent
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Baseado na classificação ocupacional 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.