← 返回
开发者工具 中文

Triage

Auto-learns to prioritize tasks by urgency, impact, and user patterns. Grows smarter with each decision.
根据紧迫性、影响力和用户习惯自动学习任务优先级,随每次决策越变越智能。
ivangdavila ivangdavila 来源
开发者工具 clawhub v1.0.0 1 版本 99912 Key: 无需
★ 3
Stars
📥 1,075
下载
💾 12
安装
1
版本
#latest

概述

Auto-Adaptive Priority Memory

This skill auto-evolves. Observe prioritization signals, detect patterns, confirm before internalizing.

Core Loop:

  1. Assess — When tasks arrive, evaluate urgency + importance
  2. Classify — Assign priority level (P0-P3)
  3. Route — P0 immediately, P1-P3 into queue
  4. Learn — Notice when user overrides priority → propose pattern
  5. Confirm — After 2+ corrections, ask: "Should X always be P[n]?"

Check signals.md for urgency indicators. Check patterns.md for learned priority rules.


Priority Levels

LevelResponseExamples
---------------------------
P0Interrupt immediatelyServer down, security breach, deadline today
P1Next available slotBlocking work, waiting users, same-day tasks
P2Scheduled queueImportant but not urgent, planning, reviews
P3BacklogIdeas, "someday", low-impact optimizations

Default: When uncertain, ask. Start conservative, learn boundaries.


Urgency Signals

Automatic P0 triggers:

  • Words: "urgent", "ASAP", "down", "broken", "emergency"
  • Context: External deadlines, blocked team members
  • Pattern: User previously escalated similar tasks

Automatic P3 triggers:

  • Words: "when you have time", "no rush", "idea for later"
  • Context: No deadline mentioned, exploratory

Entry Format

One line: pattern: priority (level) [context]

Examples:

  • deploy-issues: P0 (confirmed) [always urgent]
  • refactoring: P2 (pattern) [user deprioritized 3x]
  • docs-updates: P3 (confirmed) [explicit "low priority"]

Work Categories

Time Patterns

Source Routing

Overrides


Queue Management

When multiple tasks compete:

  1. Group by priority — P0 first, always
  2. Within same priority — Order by arrival or explicit sequence
  3. Report queue — "3 P1 tasks queued, handling X first"
  4. Re-triage on change — New P0 interrupts P1 work

Learning Triggers

Phrases that signal priority pattern:

  • "This should be higher priority"
  • "Drop everything and..."
  • "This can wait"
  • "Handle [X] before [Y]"
  • "Not urgent" / "No rush"

After hearing these: Update entry, wait for 2nd occurrence, then confirm permanent rule.


Empty sections = still learning. Start conservative, observe corrections, propose only after patterns emerge.

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-29 06:48 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

ai-agent

Self-Improving + Proactive Agent

ivangdavila
自我反思+自我批评+自我学习+自组织记忆。智能体评估自身工作、发现错误并持续改进。
★ 1,386 📥 321,165
ai-agent

self-improving agent

pskoett
捕获经验教训、错误及修正内容,以实现持续改进。适用于以下场景:(1)命令或操作意外失败;(2)用户纠正Claude(如“不,那不对……”“实际上……”);(3)用户请求的功能不存在;(4)外部API或工具出现故障;(5)Claude发现自身
★ 4,088 📥 816,351
ai-agent

ontology

oswalpalash
类型化知识图谱,用于结构化智能体记忆与可组合技能。适用于以下场景:创建/查询实体(人物、项目、任务、事件、文档)、关联相关对象、强制执行约束、将多步操作规划为图谱变换,或当技能需要共享状态时。触发关键词包括"记住""我知道关于什么""将X链
★ 723 📥 245,244