intendant-agenda

Park deferred tasks, questions, and follow-ups on the Intendant daemon's durable agenda ledger.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? AI agent sessions lose deferred work, promised follow-ups, and pending questions when the context window ends or the session dies. This Skill persists that intent on the Intendant daemon's append-only agenda so it survives restarts and stays visible to the owner on their dashboard. ## Core Features & Use Cases - Park work durably: Add tasks, notes, and questions with due dates, tags, bodies, and typed file/URL references via the intendant ctl agenda CLI. - Non-blocking questions: Park owner questions (plain or with options) and read answers back later instead of blocking the session. - Scheduled sessions: Propose future or recurring agent sessions on an item, subject to owner approval of the exact manifest. - Handoff and tracking: Annotate items, attach must-read refs, link dependencies, mark pickups, and attest outcomes for fired sessions. - Use Case: While refactoring code you notice a TLS certificate expires next month. Park it with agenda add --task --due, attach the relevant config file as a ref, and continue your current work knowing the follow-up is recorded. ## Quick Start Ask the agent to park a follow-up task on the Intendant agenda with a due date and a reference to the relevant file.

Frequently Asked Questions about intendant-agenda

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

FAQPage Schema
How do I save a follow-up task so my AI agent session doesn't forget it?▼

Park it on the Intendant agenda with `intendant ctl agenda add "title" --task --body "details" --due +3d`. The item survives session death and daemon restarts, and appears on the owner's dashboard attributed to your session.

How do I ask the owner a question without blocking my agent session?▼

Use `intendant ctl agenda ask` for a plain question or `intendant ctl ask --park` when options or previews help. The reply lands on the agenda item, and you can read it later with `agenda show` or `list --json`.

Does the Intendant agenda skill work without a running daemon?▼

No. The skill requires a reachable Intendant daemon and a resolvable CLI via $INTENDANT, PATH, or the cli-path descriptor under the Intendant state root. If the CLI resolves but the daemon is down, the skill cannot operate.

Can an agent approve its own scheduled session on the agenda?▼

No. Approval of a scheduled manifest is the owner's act alone; the daemon refuses approve and revoke-schedule calls from agents and peers by policy. Agents may propose schedules and withdraw their own unapproved proposals.

What happens when a blocking question times out on the Intendant daemon?▼

A timed-out blocking ask stays open on the agenda and the result carries its item_id. The agent proceeds on best judgment, notes the provisional choice, and reconciles when the late answer arrives.