← 返回
未分类 中文

Task Extractor

Extract, track, and verify completion of multiple tasks from a single user message. Use when a message contains 3+ actionable items or mixes multiple unrelat...
从单条用户消息中提取、追踪并核实多个任务的完成情况。适用于消息包含3个或以上可操作项或混合多个不相关内容的情况。
dodge1218
未分类 clawhub v1.0.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 413
下载
💾 0
安装
1
版本
#agent-intelligence#latest#productivity

概述

Task Extractor

When to Trigger

A user message contains 3+ actionable items, mixes asks across different domains, or has a history of dropped tasks.

Process

  1. Extract every task from the message — err on the side of capturing more.
  2. Number each task explicitly.
  3. Track in a hot index: | # | Task | Status | Evidence |
  4. Execute each in order (or delegate to appropriate skill).
  5. Reconcile after completion — compare extracted list against actual completions.

Example

User: "Fix the deploy bug, update the landing page copy, 
       check if Stripe webhook is working, and email the client"

Extracted:
1. Fix deploy bug → coder
2. Update landing page copy → coder
3. Check Stripe webhook → verifier
4. Email client → GATE (needs approval)

Rules

  • Missing a task is worse than capturing an extra one.
  • Mark each explicitly: ✅ done | 🔄 in progress | ❌ blocked | ⏭️ deferred.
  • At end of run, list any DROPPED tasks — these are the most important to surface.
  • If a task needs human approval, mark as GATE and don't execute silently.

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-05-03 08:21 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

Rate Limit Guard

dodge1218
防止429重试循环和令牌浪费。在昂贵的API调用前或触发速率限制后使用。强制执行预检、退避和上下文收缩。
★ 0 📥 465

Active Self-Improvement

dodge1218
主动自我改进循环,读取学习、错误、批量输出和记忆,检测模式,自动更新技能/协议/行为。
★ 0 📥 874

Spawner

dodge1218
用于需要文件编辑、构建或长时间运行的独立任务,适合工作负荷过重而无法内联执行的情况。不适用于快速...
★ 0 📥 426