delegation-tracker

Track delegated commitments and generate overdue follow-up reminders in workspace memory.

1|Updated May 11, 2026
One-click install
npx skills add https://github.com/zeropoint-foundation/ironclaw --skill delegation-tracker-zeropoint-foundation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: delegation-tracker
Source: https://github.com/zeropoint-foundation/ironclaw/tree/main/skills/delegation-tracker
Command: npx skills add https://github.com/zeropoint-foundation/ironclaw --skill delegation-tracker-zeropoint-foundation

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Track delegated commitments, set follow-up timers, and generate nudge reminders when updates are overdue.

Core Features & Use Cases

  • Detect and persist delegations into workspace memory.
  • Create or update open commitments with metadata like delegated_to, status, due date.
  • Generate automated follow-ups and nudges when responses are overdue, with clear hand-off history and resolution tracking.

Quick Start

Track that you delegated a task to Sarah and set a follow-up for three days from now.

Frequently Asked Questions about delegation-tracker

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

FAQPage Schema
How do I track delegated tasks and follow up with teammates?

To track delegated tasks, you persist commitments into workspace memory using frontmatter metadata like delegated_to, status, and due date, generating automated follow-up reminders when updates are overdue.

What is an automated nudge for project commitments?

An automated nudge for project commitments is a reminder generated when a delegated task's follow-up date passes without a status update, ensuring overdue deployments, approvals, or reviews are actively tracked.

Can I set a follow-up timer for a specific number of days when delegating a task?

Yes, you can set a follow-up timer by calculating a future follow-up date when creating an open commitment, allowing you to schedule nudges for a set number of days from the delegation date.

Does the commitment tracker store delegation history and status updates?

Yes, the commitment tracker uses persistent storage to maintain a clear hand-off history, tracking the creation, updates, and resolution of open commitments within your workspace memory.

What is the best way to manage overdue reviews and approvals in a project?

The best way to manage overdue reviews and approvals is to apply persistent storage with frontmatter metadata to calculate follow-up dates, automatically generating nudges for teammates when responses are overdue.

How does workspace memory track delegated commitments without external tools?

Workspace memory tracks delegated commitments by applying frontmatter metadata and persistent storage to detect, create, and update open tasks, calculating follow-up dates and generating overdue nudges internally.