1. Scaffold a task
~/AgentCall/tasks/architecture-history/SKILL.md:
description is required. Optional fields are name, keywords,
examples, timeout_s, and threadable. The directory name is the
task ID. Unrecognized keys are rejected rather than ignored, so a stale field is
a startup error and not a silent no-op.
2. Validate before publishing
doctor is the single read-only view of task validity, effective policy,
working scope, and card drift. Add --json for the same structured result.
3. Decide who is answered
Any caller you have not blocked can request any task. What bounds the answer is what the task read, not which task ran: a path outside every root, or on the denylist, is refused at the read — before the agent sees it. The answer itself is not inspected. Who gets answered is a separate, yes/no question. Everyone answered sees the same thing — the organization is the boundary, not a per-caller level.durable-mailbox-v1.
Disabling it stops new durable admissions; queued work is revalidated before
lease and becomes terminal revoked if delivery remains disabled.
secret is not grantable. It means “never leaves this machine”, so no caller
and no caller can reach it.
Policy verbs republish the card automatically. After a direct policy-file edit,
review the change and publish explicitly:
Add policy assertions
Assertions prevent an accidental edit from silently widening access. Each pins whether one caller is answered, which is what actually governs whether anything leaves:Success check
agentcall doctor exits successfully, shows the intended tasks, default access,
each named caller’s resolved access, mailbox capability, key-ring and execution
journal health, and a current card publication.
Source of truth: README task and policy behavior.