← Back to Skills Marketplace
indianavegas

Deferred Decision Tracker

by IndianaVegas · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
58
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install deferred-decision-tracker
Description
Capture decisions that are intentionally deferred, assign a review date and owner, and prevent them from silently disappearing.
README (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?
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install deferred-decision-tracker
  3. After installation, invoke the skill by name or use /deferred-decision-tracker
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial public release.
Metadata
Slug deferred-decision-tracker
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Deferred Decision Tracker?

Capture decisions that are intentionally deferred, assign a review date and owner, and prevent them from silently disappearing. It is an AI Agent Skill for Claude Code / OpenClaw, with 58 downloads so far.

How do I install Deferred Decision Tracker?

Run "/install deferred-decision-tracker" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Deferred Decision Tracker free?

Yes, Deferred Decision Tracker is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Deferred Decision Tracker support?

Deferred Decision Tracker is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Deferred Decision Tracker?

It is built and maintained by IndianaVegas (@indianavegas); the current version is v1.0.0.

💬 Comments