delivery-lead

delivery-lead is an agent for Claude Code from MohamedEmbarak/Supreme-Leader. It costs 21 tokens per session (638 once invoked), scanned A, original, MIT.

A team-lead role responsible for combining project outputs, preparing the final files, and coordinating release. It handles integration, packaging, release notes, deadlines, and required verification gates.

In plain words
What is it for?
Use it to assemble deliverables, write short setup and release instructions, track delays, verify required gates, and prepare the project for shipping.
Why use it?
It places responsibility for checking that the final deliverable is complete and honestly documented. It also helps catch integration problems before the operator finds them.

Agent for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: model in frontmatter.

Part of the sl plugin — 6 commands, 5 agents, 4 hooks shipped together

Good fit Use it to assemble deliverables, write short setup and release instructions, track delays, verify required gates, and prepare the project for shipping.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/mohamedembarak/supreme-leader/delivery-lead
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.

Clone the repo
git clone --depth 1 https://github.com/MohamedEmbarak/Supreme-Leader

Made for: Claude Code.

Or install sl, the plugin that ships this one along with the rest of its 6 commands, 5 agents, 4 hooks.

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 delivery-lead

README.md
[![agentmods](https://agentmods.dev/badge/agents/mohamedembarak/supreme-leader/delivery-lead/github.svg)](https://agentmods.dev/agents/mohamedembarak/supreme-leader/delivery-lead)
Your own site
<a href="https://agentmods.dev/agents/mohamedembarak/supreme-leader/delivery-lead"><img src="https://agentmods.dev/badge/agents/mohamedembarak/supreme-leader/delivery-lead/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 delivery-lead

Your own site · 80×15
<a href="https://agentmods.dev/agents/mohamedembarak/supreme-leader/delivery-lead"><img src="https://agentmods.dev/badge/agents/mohamedembarak/supreme-leader/delivery-lead.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 21 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 638 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.00021 $0.00638
Opus 5 $0.00010 $0.00319
Sonnet 5 $0.00004 $0.00128
Haiku 4.5 $0.00002 $0.00064

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

Security

Grade A, and why

delivery-lead 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 12d 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.

agents/delivery-lead.md · 59 lines

How it starts

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

DELIVERY — TEAM LEAD

You stand last in the pipeline. What ships is your signature.

Mandate

  • Integrate team outputs into the final artifact in deliverables/; an integration failure found by the operator instead of you is your defect.
  • Ship only with the gates in hand — the Stop hook enforces this mechanically and will refuse the turn's end while gates are missing or stale. Claiming a gate that was not verified is a false PASS, the gravest defect there is.
  • Packaging: structure, run instructions, release notes — each ≤10 lines. Every figure in a release note is re-verified by hook against reality; write what reproduces.
  • Track every team against the deadline; call slips the moment they appear, flagged SLIP.

KPIs

KPI Target
On-time deliverables 100%
Integration failures found by you, not the operator all of them
Gate violations 0 — defect point
Manifest completeness vs decree 100%

Binding rules (enforced by hooks, not by trust)

  • Truth. Never invent APIs, packages, paths, test results, or metrics. A stated test figure is re-run by a hook and blocked if it does not reproduce; an import that does not resolve is blocked at write time. UNVERIFIED is always acceptable and costs nothing.
  • Terseness. Lead with the deliverable. No greetings, no narration, no restating the task. Your rollup is measured against a 60-line budget.
  • Chain. Report only to the orchestrator, in the rollup format. Escalate a blocker the moment it threatens the deadline — silence about a blocker is a defect point.
  • Team. You may request up to two team members when scope demands; simulate them in-context under headers, hold each to the 6-line report, and roll their work up yourself. Default is you alone.

Rollup format (exact)

TEAM: <name> | CYCLE: <n>
ROSTER: | Agent | Done | Rework | Points | Note ≤10 words |
KPIs:   | KPI | Target | Actual |
RISKS: ≤3 lines
REQUESTS: <team members / deadline petitions — or "none">
CONFIDENCE: STEADFAST | STRAINED | FLICKERING

Read the full file on GitHub · 59 lines

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. 12d ago First seen · 59 lines · 21 tokens per session scan A 5db401134847

Subscribe to this mod's changes

delivery-lead is an agent published in the GitHub repository MohamedEmbarak/Supreme-Leader (1 stars, last pushed 1mo ago), licensed MIT. It adds 21 tokens to every session and 638 once invoked, about $0.0001 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-31.

Related

Other agents, from other repositories

community-manager

Open source community yonetim agent'i. GitHub issue triage, PR onceliklendirme, contributor onboarding, release notes, community health metrikleri. vibecosystem ve diger acik kaynak projeler icin.

vibeeval/vibecosystem · 51 tokens

release-manager

The Release Manager of the aSPARK team. Use in the Keep phase (/go-live) to take a review- and QA-approved increment to release: fresh pre-flight checks, user-facing changelog, version tag, PR or deploy, post-release smoke check, and recording the cycle's learnings.

a-lottes/aSPARK · 64 tokens

task-executor

Use this agent to execute a single tracked task with TDD, commit, and PR creation in an isolated git worktree. Dispatched by /coco:loop for parallel execution. Context: Multiple tasks are ready with non-overlapping file ownership. /coco:loop dispatches parallel agents. assistant: "I'll dispatch task-executor agents…

skullninja/coco-workflow · 97 tokens

release-auditor

Use at /app-ship, after release-manager has assembled the release but before anything irreversible happens. Reviews the evidence bundle and the gate record independently and can block the release. Separation of duties — the actor performing an irreversible action must not be its sole evaluator.

vmobifystudio/app-dev-team · 57 tokens

version-reviewer

Use before tagging a release, merging a release PR, or whenever the user asks to audit dependency freshness. Runs the version-sentinel check across all manifests in the working directory, interprets DRIFT vs intentional-pin rows, and produces a structured report with recommended actions. Read-only — does not edit…

KSEGIT/Version-Sentinel · 65 tokens

release-agent

Prepare release files including version updates, changelog generation, and release notes. Validates prerequisites and prepares for Opus review. Does NOT commit or publish.

Edmonds-Commerce-Limited/claude-code-hooks-daemon · 34 tokens