← 返回 Skills 市场
Task Decomposition
作者
Nathan Jackson
· GitHub ↗
· v2.0.0
531
总下载
1
收藏
2
当前安装
3
版本数
在 OpenClaw 中安装
/install task-decomp
功能描述
Plan, track, and learn from complex multi-step tasks. Decomposes requests into dependency-aware subtasks with parallel execution, progress tracking, and a le...
安全使用建议
This skill appears coherent and low-risk, but it will read and write files inside the agent's workspace (plans/, patterns.md and archived plan files). Before installing, consider: (1) Run it in a workspace that doesn't contain secrets you wouldn't want written to disk. (2) Ensure .env or other secret-containing files are gitignored or not present if you don't want endpoints/credentials stored — the example suggests saving endpoints to .env. (3) Review any plans/patterns the agent creates before committing or sharing them. (4) If you plan to let the agent run autonomously, remember it can create and update these local files without additional prompts; if you want tighter control, invoke it manually. Overall this skill matches its stated purpose; the main risk is accidental local persistence of sensitive data, not unexpected network access or credential exfiltration.
功能分析
Type: OpenClaw Skill
Name: task-decomp
Version: 2.0.0
The provided skill bundle contains metadata and a detailed markdown document (`SKILL.md`) outlining instructions for an AI agent to perform task decomposition, planning, tracking, and learning. All instructions, including file operations (reading, writing, renaming), are strictly confined to a designated `plans/` directory and are directly aligned with the stated purpose of managing project plans and learning patterns. There is no evidence of prompt injection with malicious intent, data exfiltration, unauthorized execution, persistence mechanisms, or obfuscation. The skill's functionality appears to be entirely benign and focused on its described task management capabilities.
能力评估
Purpose & Capability
Name/description match the behavior in SKILL.md. The skill only needs to read and write plan files (plans/, patterns.md, archive files) to implement decomposition, tracking, retros, and learning — nothing extraneous (no cloud creds, binaries, or unrelated services) is requested.
Instruction Scope
Instructions consistently stay within planning/tracking scope (decompose requests, create/update plan files, maintain patterns.md, run retros). They require file-system access to a workspace directory (plans/) and expect the agent to read existing plans and patterns. One example suggests saving an endpoint to .env, which implies writing potentially sensitive data to workspace files — the SKILL.md does not explicitly instruct network calls or reading other system config, but it does expect persistent local file writes.
Install Mechanism
No install spec and no code files — instruction-only. No downloads, packages, or binaries are declared; nothing will be written to disk by an installer outside the normal skill behavior of creating plan files.
Credentials
The skill declares no required environment variables or credentials (proportionate). Caveat: the example suggests storing an endpoint in a .env file; users should be aware the agent may write sensitive values into workspace files if planning steps instruct that. The skill does not request unrelated secrets or config.
Persistence & Privilege
always:false (normal). The skill expects to persist state in the workspace (plans/, patterns.md, archive files) which is appropriate for a planner. It does not request to modify other skills or system-wide agent settings.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install task-decomp - 安装完成后,直接呼叫该 Skill 的名称或使用
/task-decomp触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v2.0.0
v2.0: Learning loop — completed plans now feed retros into a patterns.md file that improves future planning (sizing accuracy, dependency patterns, reusable templates). Better description for discoverability (hits 'project planning', 'workflow', 'complex tasks' searches). Retro section added to plan format. Patterns file with decay rules. Monthly pattern review cycle. Added 'Skipping retros' anti-pattern.
v1.1.0
v1.1: Multi-plan support (no more single-plan limit). Session resume pattern for picking up after restarts. Parallel task notation (↳ parallel with N). T-shirt sizing (S/M/L) for honest progress reporting. Plan revision mechanics (insert/remove/reorder without breaking refs). Worked example in the format section. Workspace-relative paths instead of hardcoded dirs.
v1.0.0
Initial release: dependency-aware task planning, progress tracking, sub-agent delegation patterns, failure handling, and plan archival.
元数据
常见问题
Task Decomposition 是什么?
Plan, track, and learn from complex multi-step tasks. Decomposes requests into dependency-aware subtasks with parallel execution, progress tracking, and a le... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 531 次。
如何安装 Task Decomposition?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install task-decomp」即可一键安装,无需额外配置。
Task Decomposition 是免费的吗?
是的,Task Decomposition 完全免费(开源免费),可自由下载、安装和使用。
Task Decomposition 支持哪些平台?
Task Decomposition 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Task Decomposition?
由 Nathan Jackson(@nathancjackson)开发并维护,当前版本 v2.0.0。
推荐 Skills