decision-clock

Track open decisions with owners, deadlines, and statuses in a fleet system.

Updated May 30, 2026
One-click install
npx skills add https://github.com/InnerScopeHearing/otchealth-claude-tools --skill decision-clock
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: decision-clock
Source: https://github.com/InnerScopeHearing/otchealth-claude-tools/tree/main/skills/decision-clock
Command: npx skills add https://github.com/InnerScopeHearing/otchealth-claude-tools --skill decision-clock

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires cosmos-client, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill helps you keep track of open decisions with associated deadlines and owners, ensuring that nothing falls through the cracks and deadlines are met.

Core Features & Use Cases

  • Track Decisions: Create and track open decisions with owners, deadlines, and statuses.
  • Overdue Notifications: Receive notifications for overdue or soon-to-be-overdue decisions.
  • Decision Management: Acknowledge, close, or modify the status of a decision.

Quick Start

To open a new decision, use the command: node skills/decision-clock/decision.mjs open --category <category> --owner <owner> --expected-by <date>.

Frequently Asked Questions about decision-clock

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I track open decisions with deadlines and owners?

You can track open decisions by creating records with assigned owners, deadlines, and statuses. The system monitors these entries and sends notifications for overdue or soon-to-be-overdue deadlines to ensure compliance.

What is the best way to manage decision workflow deadlines in a fleet system?

Managing decision workflow deadlines in a fleet system is best handled by centralizing decision storage in a Cosmos database and using a fleet-dispatch system for notifications. This ensures that all open decisions, owners, and statuses are tracked and acknowledged on time.

Do I need a Cosmos database to store and track decision statuses?

Yes, you need access to a Cosmos database for decision storage. The system requires this dependency to persistently track decision categories, owner assignments, status updates, and deadline compliance.

How do I open a new decision record with a specific owner and expected date?

To open a new decision record with a specific owner and expected date, use the command: `node skills/decision-clock/decision.mjs open --category <category> --owner <owner> --expected-by <date>`. This initiates the decision tracking process.

Can I receive notifications for overdue or soon-to-be-overdue decisions?

Yes, you can receive notifications for overdue or soon-to-be-overdue decisions. The system integrates with a fleet-dispatch notification mechanism to alert assigned owners when decision deadlines are approaching or have passed.

When should I not use a script-based decision tracking workflow?

You should not use a script-based decision tracking workflow if your environment lacks a Cosmos database or a fleet-dispatch system. Without these dependencies, the system cannot store decision records or send overdue deadline notifications.