← 返回 Skills 市场
indianavegas

Deferred Decision Tracker

作者 IndianaVegas · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
58
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install deferred-decision-tracker
功能描述
Capture decisions that are intentionally deferred, assign a review date and owner, and prevent them from silently disappearing.
使用说明 (SKILL.md)

Deferred Decision Tracker

Use this skill when a decision is important enough to revisit, but not ready to decide now.

The goal is simple: deferred should not mean forgotten.

When to Use

Use this skill when the user says things like:

  • “Let’s come back to this later.”
  • “Not now, but don’t let this disappear.”
  • “Park this until after launch.”
  • “We need a decision on this next week.”
  • “This is a good idea, but we need more data first.”

Capture Rule

Every deferred decision should be recorded with:

  1. Decision title — short, concrete name.
  2. Why deferred — what is missing or what must happen first.
  3. Owner — who is responsible for reviving it.
  4. Review date/time — when it should return.
  5. Trigger condition — what event makes it relevant again.
  6. Output path or artifact — where the future decision board should live.
  7. Status — open, waiting, ready, decided, retired.
  8. Retirement condition — when to stop surfacing it.

Behavior

When a decision is deferred:

  • Create or update a deferred-decision register.
  • Make the next review date explicit.
  • If a durable reminder or scheduler exists, use it when exact timing matters, preferring local or private mechanisms by default.
  • Before creating external calendar events, sending notifications to other people, emailing, posting, purchasing, changing billing, or modifying access/security settings, get explicit user approval.
  • If no scheduler exists, write the item somewhere the normal review process will check.
  • Do not surface stale items repeatedly unless something has changed or a real review point has arrived.

Privacy and Storage

Deferred-decision registers can contain sensitive personal, financial, business, security, or strategic information. Store them in a private or user-approved project location by default. Do not place sensitive decisions in public documents, shared folders, examples, or published artifacts unless the user explicitly asks.

Recommended Register Format

# Deferred Decisions

| Decision | Owner | Deferred Because | Review Date | Trigger | Status | Artifact |
|---|---|---|---|---|---|---|
| Example vendor evaluation | Ops lead | Waiting for pricing | 2026-06-01 | Pricing received | waiting | docs/vendor-eval.md |

Review Behavior

At review time:

  1. Check whether the trigger condition happened.
  2. Check whether the missing input is now available.
  3. If ready, create a decision board with options, criteria, recommendation, risks, and explicit go/no-go ask.
  4. If still not ready, update the reason and next review date.
  5. If no longer relevant, mark retired and stop surfacing it.

Decision Board Template

# Decision Board: \x3CDecision Title>

## Context
Why this decision matters now.

## Options
1. Option A
2. Option B
3. Option C

## Criteria
- Cost
- Speed
- Risk
- Reversibility
- Strategic fit

## Recommendation
Recommended option and why it beats alternatives.

## Risks / Caveats
What could be wrong or incomplete.

## Ask
Approve / reject / defer until \x3Cdate>.

Guardrails

  • Do not create noisy reminders for low-value items.
  • Do not treat a reminder as completion; the decision still needs an artifact or explicit closeout.
  • Do not publish private user context in public registers or examples.
  • Prefer specific review dates over vague “later.”
  • If the item affects external action, money, privacy, or security, require explicit user approval before acting.

Success Standard

A deferred decision is handled correctly when a future assistant, teammate, or agent can answer:

  • What was deferred?
  • Why?
  • Who owns it?
  • When does it return?
  • What must be true to decide?
  • Where is the decision artifact?
安全使用建议
This skill appears safe to use for tracking deferred decisions. Before installing, make sure any decision register or reminder is stored somewhere private, especially if it includes financial, security, personal, or strategic information.
功能分析
Type: OpenClaw Skill Name: deferred-decision-tracker Version: 1.0.0 The skill bundle consists of metadata and markdown instructions (SKILL.md) designed to help an AI agent track deferred decisions. It includes explicit privacy guardrails, requiring user approval before performing external actions or storing sensitive data in public locations, and lacks any indicators of malicious intent, data exfiltration, or unauthorized execution.
能力评估
Purpose & Capability
The stated purpose—recording deferred decisions with owners, dates, triggers, and artifacts—matches the instructions in SKILL.md.
Instruction Scope
The skill explicitly requires user approval before external calendar events, notifications, email, posting, purchases, billing changes, or access/security changes.
Install Mechanism
There is no install spec, no code, no required binaries, no environment variables, and no declared credentials.
Credentials
The skill’s file/register and reminder behavior is proportionate to its productivity-tracking purpose and is framed as local or private by default.
Persistence & Privilege
The skill may create durable decision registers or reminders, which is expected for the purpose but can preserve sensitive context over time.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install deferred-decision-tracker
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /deferred-decision-tracker 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial public release.
元数据
Slug deferred-decision-tracker
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Deferred Decision Tracker 是什么?

Capture decisions that are intentionally deferred, assign a review date and owner, and prevent them from silently disappearing. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 58 次。

如何安装 Deferred Decision Tracker?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install deferred-decision-tracker」即可一键安装,无需额外配置。

Deferred Decision Tracker 是免费的吗?

是的,Deferred Decision Tracker 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Deferred Decision Tracker 支持哪些平台?

Deferred Decision Tracker 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Deferred Decision Tracker?

由 IndianaVegas(@indianavegas)开发并维护,当前版本 v1.0.0。

💬 留言讨论