بنقرة واحدة
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.