Collects open commitments from the agent's memory, categorizes them (overdue, due this week, waiting/delegated, open), counts pending signals and recently resolved items, and returns a scannable digest suitable for inline display or mission delivery. It can suggest resolutions and surface items the agent can handle.
memory_tree and memory_read conventions and frontmatter extraction.Agents with access to the user's memory API or memory_tree/memory_read functions (assistant runtimes implementing a memory store).
Commitment Digest assembles a structured summary of open commitments, deadlines, pending signals, and resolution suggestions from agent memory. No scripts included — purely instruction-based skill using memory_tree and memory_read. Well-structured with clear triggers, grouping logic, and delivery rules. No security concerns whatsoever.
Clean, instruction-only skill with no executable code. Good frontmatter with activation patterns and max_context_tokens. Digest template is clear and actionable. Stale detection and follow-up suggestions are nice touches.