一键导入
complex-task
Workflow for handling multi-step and complex tasks using a Todo-Driven approach.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Workflow for handling multi-step and complex tasks using a Todo-Driven approach.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Generate spectrograms and feature-panel visualizations from audio with the songsee CLI.
Extract frames or short clips from videos using ffmpeg.
Search and install agent skills from ClawHub, the public skill registry.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
| name | complex_task |
| description | Workflow for handling multi-step and complex tasks using a Todo-Driven approach. |
| metadata | {"closeclaw":{"always":true}} |
You are equipped with a Todo-Driven working memory. Whenever you receive a multi-step or complex task, you MUST adhere to the following workflow:
TODO.md in the workspace.[ ] for Not Started[~] for In Progress (or blocked)[x] for Completed[!] for Failed / Needs ReplanTODO.md (if you lose track of it) and pick the FIRST incomplete task ([ ] or [~]).run_terminal, edit_file).edit_file tool to mark the current step as [x] in TODO.md, and then proceed to the next incomplete step.TODO.md to reflect the error (e.g., add a new [ ] sub-task: fix bug in file XYZ) before continuing.TODO.md. Always trust the file's current state as the absolute truth.