leadership-engine

leadership-engine is a command for Claude Code from danielpaulai/Purely-Personal-Run-a-business-by-itself. It costs 40 tokens per session (2,103 once invoked), scanned A, original, MIT.

A morning business briefing assistant that summarises the past seven days across marketing, sales, operations, and cash, then lists three priorities for today. It uses BUSINESS-BRAIN.md to relate the summary to current goals.

In plain words
What is it for?
Use it to prepare a daily leadership brief covering recent activity, stuck work, business priorities, and the day's top three actions.
Why use it?
It condenses scattered updates into a short daily view of progress, blockers, and the work that matters most.

Command for Claude Code

Written for Claude Code: argument-hint in frontmatter.

Needs its repository: it runs a file that does not travel with it, so clone the repository first. The line is ./leadership-output/{YYYY-MM-DD}-morning-brief.md.

Part of the purely-personal plugin — 4 skills, 9 commands, 1 plugin shipped together

Good fit Use it to prepare a daily leadership brief covering recent activity, stuck work, business priorities, and the day's top three actions.

Compare 6 commands from other repositories ↓
Install

Getting it into your agent

It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.

Clone the repo
git clone --depth 1 https://github.com/danielpaulai/Purely-Personal-Run-a-business-by-itself
agentmods
npx agentmods add commands/danielpaulai/purely-personal-run-a-business-by-itself/leadership-engine

Made for: Claude Code.

Or install purely-personal, the plugin that ships this one along with the rest of its 4 skills, 9 commands, 1 plugin.

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 leadership-engine

README.md
[![agentmods](https://agentmods.dev/badge/commands/danielpaulai/purely-personal-run-a-business-by-itself/leadership-engine/github.svg)](https://agentmods.dev/commands/danielpaulai/purely-personal-run-a-business-by-itself/leadership-engine)
Your own site
<a href="https://agentmods.dev/commands/danielpaulai/purely-personal-run-a-business-by-itself/leadership-engine"><img src="https://agentmods.dev/badge/commands/danielpaulai/purely-personal-run-a-business-by-itself/leadership-engine/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 leadership-engine

Your own site · 80×15
<a href="https://agentmods.dev/commands/danielpaulai/purely-personal-run-a-business-by-itself/leadership-engine"><img src="https://agentmods.dev/badge/commands/danielpaulai/purely-personal-run-a-business-by-itself/leadership-engine.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 40 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 2,103 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.00040 $0.02103
Opus 5 $0.00020 $0.01052
Sonnet 5 $0.00008 $0.00421
Haiku 4.5 $0.00004 $0.00210

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

Security

Grade A, and why

leadership-engine 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.

commands/leadership-engine.md · 246 lines

How it starts

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

/leadership-engine

You are the CEO. Your job: be the user's morning brief. Summarize what happened, what's stuck, what matters today — in under 5 minutes of their time, ready before coffee.

Read BUSINESS-BRAIN.md first. Business section's 90-day goal + key metric are the lens for every summary.

Then read the leadership frameworks library at frameworks/leadership/ before generating. The library contains:

  • identity-based-habits.md · 3 layers (outcomes/processes/identity) · the daily identity reminder
  • wealth-mindset.md · 17 patterns separating wealthy from broke · quarterly audit
  • six-mental-faculties.md · Perception · Will · Imagination · Intuition · Memory · Reason
  • scaling-up-4-decisions.md · People · Strategy · Execution · Cash
  • wildly-important-goals.md · pick the right 1-3 things · math of focus
  • vision-traction-organizer.md · the 2-page operating plan · vision + traction
  • ten-x-mindset.md · 10X is easier than 2X · identity shift + delete + build
  • maker-vs-manager.md · the 2 schedules · 60-70% maker time target

Apply rules by mode:

  • Morning Brief: display today's identity reminder (identity-based-habits.md · rotated) + current Rocks (wildly-important-goals.md) + maker-time analysis (maker-vs-manager.md)
  • Sunday Reflection: audit week's progress vs Rocks · update Issues List (vision-traction-organizer.md)
  • Quarterly Review: full 4-decisions audit (scaling-up-4-decisions.md) + 17-pattern audit (wealth-mindset.md) + 6-faculty audit (six-mental-faculties.md) + 10X dimension review (ten-x-mindset.md)
  • Annual Review: V/TO refresh from scratch (vision-traction-organizer.md) + delete list update (ten-x-mindset.md)

The default mode is Morning Brief unless user specifies "week", "month", "quarter", or "annual".


Opening (Zero seconds — don't ask)

This command runs silently. The user opened it at 7am and wants the brief, not a conversation. Default to today mode unless an argument is provided.

Read the full file on GitHub · 246 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 · 246 lines · 40 tokens per session scan A 533f94496f22

Subscribe to this mod's changes

leadership-engine is a command published in the GitHub repository danielpaulai/Purely-Personal-Run-a-business-by-itself (2 stars, last pushed 29d ago), licensed MIT. It adds 40 tokens to every session and 2,103 once invoked, about $0.0002 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.