What problem does it solve? Long-lived agendas accumulate stale, blocked, or forgotten items that nobody revisits. This Skill runs a recurring housekeeping pass that reviews every agenda item and surfaces what needs the owner's attention—without ever taking destructive action on items it does not own. ## Core Features & Use Cases - Full agenda review: Reads every agenda item via ctl agenda list --all --json and inspects individual items with ctl agenda show for staleness, urgency, next actions, and blocker evidence. - Propose, don't dispose: Writes findings as annotations on the items themselves and parks exactly one "Housekeeping summary <date>" item for anything needing the owner—never completing, retiring, or unblocking items created by other actors. - Scheduled recurrence: Runs on a 7-day cadence declared in its manifest, with suspension after 3 missed runs, so review happens regularly without manual prompting. - Use Case: An autonomous agent maintains a durable agenda across sessions. Weekly, this Skill audits all items, annotates a stale vendor-follow-up task with evidence that the blocker criterion appears met, and leaves a single summary item for the owner to act on. ## Quick Start Ask the agent to run an agenda housekeeping pass that reviews every item for staleness and blockers and records its findings as annotations.