← Back to Skills Marketplace
108
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install think-plan
Description
深度思考与规划 Skill。用于复杂任务的需求挖掘、方案设计和执行规划。 触发场景: 1. 用户说"帮我规划一下..."、"我想做一个..."、"分析一下这个方案" 2. 用户明确说"使用 think-plan"或"用思考规划 Skill" 3. 用户提出的任务需求不清晰、需要梳理 4. 用户需要多个可选方案对比...
Usage Guidance
This skill appears to do what it says: deep requirement digging, 2-3 option plan generation, and optional execution via child agents. Before installing, consider: (1) It will write plan files into the agent workspace (workspace/plans/YYYYMMDD-[task-name].md) — ensure that writing to that location is acceptable and that filenames will be sanitized to avoid path traversal. (2) It uses sessions_spawn to create subagents for multi-agent execution — confirm your runtime's policy for spawned sessions (what they can access, whether they make external network calls, and whether their activity is auditable). (3) The skill will be deliberately critical of user assumptions (by design). (4) No credentials or external installs are requested. If you need extra assurance, ask the skill author to (a) explicitly sanitize task-name when creating filenames, (b) limit/confirm the maximum number of spawned subagents, and (c) document any external network access those subagents might perform.
Capability Analysis
Type: OpenClaw Skill
Name: think-plan
Version: 1.0.0
The 'think-plan' skill bundle is a structured framework designed to help users refine vague ideas into actionable plans through a three-stage process: requirement exploration, design, and execution. The instructions in SKILL.md and references/workflow.md focus on critical thinking, requirement validation, and multi-agent coordination using standard OpenClaw functions like 'sessions_spawn' and file writing to the workspace. No evidence of data exfiltration, malicious execution, or harmful prompt injection was found; the 'critical' instructions are intended to improve planning quality rather than subvert the agent's safety.
Capability Assessment
Purpose & Capability
Name/description (deep planning, requirement elicitation, multi-option design) match the SKILL.md and the included reference files. It does not request unrelated binaries, env vars, or external services.
Instruction Scope
Runtime instructions are focused on elicitation, producing 2-3 plans, and executing them. It tells the agent to read local reference files and to write chosen plans to workspace/plans/YYYYMMDD-[task-name].md, and to spawn subagents via sessions_spawn for multi-agent execution. These actions are coherent with a planning skill but you should be aware it will create files in the agent workspace and may spawn child sessions. The SKILL.md does not mention filename sanitization (risk: task-name could be used to craft harmful path names).
Install Mechanism
Instruction-only skill with no install spec, no external downloads, and no code files — lowest-risk install footprint.
Credentials
The skill requests no environment variables, no credentials, and no config paths. All required resources are the bundled reference docs and the agent runtime features (file writes, sessions_spawn), which are proportionate to the described functionality.
Persistence & Privilege
always:false (not force-included). The skill writes plan files into workspace/plans and can spawn subagents (sessions_spawn). Both are reasonable for execution but increase runtime privileges compared with a read-only assistant — review whether automatic file writes and spawning are acceptable in your environment.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install think-plan - After installation, invoke the skill by name or use
/think-plan - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release: 深度思考与规划 Skill,支持需求挖掘、方案生成和执行规划
Metadata
Frequently Asked Questions
What is Think-Plan?
深度思考与规划 Skill。用于复杂任务的需求挖掘、方案设计和执行规划。 触发场景: 1. 用户说"帮我规划一下..."、"我想做一个..."、"分析一下这个方案" 2. 用户明确说"使用 think-plan"或"用思考规划 Skill" 3. 用户提出的任务需求不清晰、需要梳理 4. 用户需要多个可选方案对比... It is an AI Agent Skill for Claude Code / OpenClaw, with 108 downloads so far.
How do I install Think-Plan?
Run "/install think-plan" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Think-Plan free?
Yes, Think-Plan is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Think-Plan support?
Think-Plan is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Think-Plan?
It is built and maintained by caoyachao (@caoyachao); the current version is v1.0.0.
More Skills