delegation

delegation is a skill for Claude Code from panaversity/agentfactory-business-plugins. It costs 78 tokens per session (984 once invoked), scanned A, original, Apache-2.0.

A workflow for preparing a delegation record and handoff message. Delegation means assigning a task to another person with clear context, deliverables, constraints, and a due date.

In plain words
What is it for?
It is for assigning work, preparing follow-ups, tracking delegations, and auditing what has been handed off. It can produce a structured record and a ready-to-send handoff message.
Why use it?
It replaces vague handoffs with a written brief that explains who is responsible, what must be produced, and why it matters. It first reads team and personal details from work.local.md.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the agentic-office plugin — 10 skills, 4 agents shipped together

Good fit It is for assigning work, preparing follow-ups, tracking delegations, and auditing what has been handed off. It can produce a structured record and a ready-to-send handoff message.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/panaversity/agentfactory-business-plugins/delegation
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add panaversity/agentfactory-business-plugins --skill delegation
Clone the repo
git clone --depth 1 https://github.com/panaversity/agentfactory-business-plugins

Made for: Claude Code.

Or install agentic-office, the plugin that ships this one along with the rest of its 10 skills, 4 agents.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for delegation

README.md
[![agentmods](https://agentmods.dev/badge/skills/panaversity/agentfactory-business-plugins/delegation/github.svg)](https://agentmods.dev/skills/panaversity/agentfactory-business-plugins/delegation)
Your own site
<a href="https://agentmods.dev/skills/panaversity/agentfactory-business-plugins/delegation"><img src="https://agentmods.dev/badge/skills/panaversity/agentfactory-business-plugins/delegation/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for delegation

Your own site · 80×15
<a href="https://agentmods.dev/skills/panaversity/agentfactory-business-plugins/delegation"><img src="https://agentmods.dev/badge/skills/panaversity/agentfactory-business-plugins/delegation.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 78 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 984 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00078 $0.00984
Opus 5 $0.00039 $0.00492
Sonnet 5 $0.00016 $0.00197
Haiku 4.5 $0.00008 $0.00098

Measured 9d ago against content hash ee75a23167b9, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

delegation scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

agentic-office/skills/delegation/SKILL.md · 130 lines

How it starts

The opening of the file, as written. The whole thing — 130 lines — stays where its author put it; the contents beside it link to each section on GitHub.

DELEGATION WORKFLOW

STEP 1 — LOAD CONTEXT

Read work.local.md in the current working directory. If it does not exist, tell the user to run /agentic-office:setup first.

Load the delegatee's person entry from work.local.md Layer 2 (Team).

STEP 2 — PRODUCE DELEGATION RECORD

OUTPUT STRUCTURE:

DELEGATION RECORD — [Description]
================================================================
Delegated to:  [Person name — from work.local.md if available]
Delegated by:  [Your name from work.local.md personal layer]
Date:          [Today]
Due:           [Specific date and time — not ASAP]

DELIVERABLE:
What:    [Precise description of what must be produced]
Format:  [Slides / doc / data / email / verbal — specific]
Length:  [If relevant — 2-page; 10 slides; 500 words]

CONTEXT:
Purpose:   [Why this is needed; what decision it supports]
Audience:  [Who will see/use this output]
Key question the output should answer: [The most important question]

CONSTRAINTS:
What not to do: [Any specific exclusions or out-of-scope items]
Prior work:     [Any existing documents or decisions to build from]

HANDOFF COMMUNICATION (ready to send):
[Draft message in the delegatee's preferred channel and style,
 loaded from work.local.md person entry]

FOLLOW-UP PLAN:
Confirmation due:  [Time — typically EOD today for same-week items]
Check-in:          [If no confirmation: follow up at this time]
Escalation:        [If no delivery by [date - N days]: flag in digest]
================================================================

STEP 3 — LOG THE DELEGATION

Add an entry to the delegation log in work.local.md:

- task: "[Description]"
  delegated_to: "[Person]"
  delegated_by: "[You]"
  date_delegated: "[Date]"
  due_date: "[Date]"
  confirmed: false
  status: "PENDING CONFIRMATION"
  deliverable: "[What was requested]"

Handoff Communication Calibration

Apply the delegatee's communication style from work.local.md:

PERSON prefers async / written: Draft a Slack message or email; not a meeting request

Read the full file on GitHub · 130 lines

Files

What ships with it

2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 9d ago First seen · 130 lines · 78 tokens per session scan A ee75a23167b9

Subscribe to this mod's changes

delegation is a skill published in the GitHub repository panaversity/agentfactory-business-plugins (29 stars, last pushed 5mo ago), licensed Apache-2.0. It adds 78 tokens to every session and 984 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.