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