What problem does it solve? Personal backlogs silently rot: commitments go overdue, waiting items stall, someday items go cold, and rescheduled blocks slip without anyone noticing. This Skill runs an unattended maintenance pass over an existing commitments knowledge base to keep it honest. ## Core Features & Use Cases - Five-signal detection: Queries the commitments base for overdue items, about-to-expire entries, stalled waiting items, passed blocks, and cold someday items, plus a backstop query for unscheduled next actions. - Silent vs. ask policy: Adjusts its own bookkeeping silently (extending expirations, rescheduling self-created blocks) while escalating user-facing decisions like dropping commitments, changing due dates, or nudging people. - Attributed writes and close-out: Runs as a named agent identity so every write is attributable, prunes completed pages, rebuilds the index, and emits a short report only when something needs attention. - Use Case: A nightly cron fires the steward, which finds a commitment rescheduled three times and asks the user whether to keep it or move it to someday, while silently extending an expiring reminder. ## Quick Start Ask your agent to run the steward pass to review your backlog and report anything overdue, stalled, or slipping.