agenda-reconciliation

Surveys agenda drift and repairs placements, links, and hub orientation by annotation.

14|Updated Mar 2, 2026
One-click install
npx skills add https://github.com/intendant-dev/Intendant --skill agenda-reconciliation-intendant-dev
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: agenda-reconciliation
Source: https://github.com/intendant-dev/Intendant/tree/main/automations/agenda-reconciliation
Command: npx skills add https://github.com/intendant-dev/Intendant --skill agenda-reconciliation-intendant-dev

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Standing agendas accumulate drift over time: new items sit unplaced, links go stale, and hub summaries fall out of date. This Skill runs a scheduled reconciliation pass that detects that drift and proposes repairs without ever editing another actor's items. ## Core Features & Use Cases - Drift Survey: Identifies items parked since the last reconciliation report and placements or links made stale by board changes. - Annotation-Based Repair: Proposes placements, relates_to pairs, and refreshed hub orientation paragraphs strictly as annotations, never rewriting another actor's item. - Territory Fold: Resolves linked sessions' territory entries into file or directory refs, proposing only paths that currently exist and never re-proposing refs an item has ever carried. - Use Case: On a weekly cadence, run a reconciliation pass over a shared agenda board to flag stale entries, propose groupings for unplaced items, and park a single report note summarizing what was proposed and flagged. ## Quick Start Run an agenda reconciliation pass to survey drift since the last report and propose placements, links, and hub updates by annotation.

Frequently Asked Questions about agenda-reconciliation

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

FAQPage Schema
How does the skill repair agenda items without editing them?▼

All repairs are proposed as annotations on the target items, including placement suggestions, relates_to pairs, and refreshed hub orientation paragraphs. It never retires, completes, or edits another actor's items; the owner disposes.

What is the territory fold in agenda reconciliation?▼

The territory fold collects linked sessions for surveyed items, resolves their recorded territory paths against each session's project root, and proposes only paths that currently exist as file or directory refs. Dead or unresolvable paths are skipped and counted.

Can the reconciliation pass re-add a ref that was previously removed?▼

No. It derives the set of refs an item has ever carried by scanning the agenda op log's add_ref history plus current refs, and never re-proposes any of them. Owner removals are treated as sticky decisions.

What are the limits of an agenda reconciliation pass?▼

Each pass proposes at most 4 observed refs per item, creates hubs only when two or more unplaced items share a real grouping, and suspends after 3 consecutive runs per its cadence config. Intake refusals are counted as skips, never retried.