train-executor

train-executor is a command for Claude Code from frankxai/Starlight-Intelligence-System. It costs 52 tokens per session (3,396 once invoked), scanned A, original, MIT.

An executor onboarding playbook turns a person’s delegation list into step-by-step procedures, training, handover milestones, and warnings about outdated material.

In plain words
What is it for?
It helps document standard procedures, build a 12-week handover curriculum, train an executor, and identify materials that need updating.
Why use it?
It gives a new assistant or operator practical guidance for taking over delegated work, including for someone without technical experience.

Command for Claude Code

Part of the starlight-intelligence-system plugin — 5 skills, 121 commands, 67 agents shipped together

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.

agentmods
npx agentmods add commands/frankxai/starlight-intelligence-system/train-executor
Clone the repo
git clone --depth 1 https://github.com/frankxai/Starlight-Intelligence-System

Made for: Claude Code.

Or install starlight-intelligence-system, the plugin that ships this one along with the rest of its 5 skills, 121 commands, 67 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 train-executor

README.md
[![agentmods](https://agentmods.dev/badge/commands/frankxai/starlight-intelligence-system/train-executor.svg)](https://agentmods.dev/commands/frankxai/starlight-intelligence-system/train-executor)
Your own site
<a href="https://agentmods.dev/commands/frankxai/starlight-intelligence-system/train-executor"><img src="https://agentmods.dev/badge/commands/frankxai/starlight-intelligence-system/train-executor.svg" alt="Measured on agentmods" height="20"></a>
Per session 52 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 3,396 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00052 $0.03396
Opus 5 $0.00026 $0.01698
Sonnet 5 $0.00010 $0.00679
Haiku 4.5 $0.00005 $0.00340

Measured yesterday against content hash 63b8b4bc89e2, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

train-executor 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 yesterday.

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.

.claude/commands/train-executor.md · 219 lines

How it starts

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

/train-executor

Load SIP.md, VOICES.md, genius/profile-<person-slug>.md, genius/freedom-path-<person-slug>.md, and genius/reclamation-<person-slug>.md (if present). Also load agents/starlight-genius.md and skills/intelligence/genius-excavation.md if they exist in this release. If any are missing, emit a one-line notice: genius agent/skill not yet loaded — proceeding with architect voice + Frank DNA.

Convert the DELEGATE bucket of a Freedom Path into a working playbook an executor can actually use on day one. SOPs carry the person's voice. Outdated material is flagged, not hidden. Training is phased across 12 weeks with explicit handover milestones.

Input

$ARGUMENTS

When this command fires

  • /discover-genius has produced a Genius Profile + Freedom Path for the named person.
  • The DELEGATE bucket contains ≥3 items — enough to justify a hire.
  • The person has identified an executor (named, even if hypothetical) and wants handover scaffolding.
  • The person is non-technical by default. Output is readable in Claude Desktop or Notion without a terminal.

When this command does NOT fire

  • Before Genius excavation — you cannot train an executor on work whose shape isn't mapped. Halt and route to /discover-genius.
  • When the person's ask is really /reclaim-knowledge — scattered material with no delegation plan. Route there first; the reclamation map is an input to this command.
  • When the DELEGATE bucket is empty or <3 items — either excavation is shallow (re-run /discover-genius with a deeper corpus) or this person genuinely has no delegatable work (rare — route to /intake for re-qualification).
  • When the ask is to automate, not delegate — AUTOMATE items belong to /creator-pipeline or a dedicated automation command, not to a human executor playbook.

Process

  1. Validate inputs and the DELEGATE bucket.
    • Resolve <person-slug> from <person-name> (lowercase, kebab-case).
    • Read genius/profile-<person-slug>.md. If missing → halt with: Genius Profile not found. Run /discover-genius <person-name> before /train-executor.
    • Read genius/freedom-path-<person-slug>.md. If missing → halt with same message.
    • Count items in the DELEGATE bucket. If <3 → halt with: DELEGATE bucket has <3 items. Either genius excavation is too shallow (re-run /discover-genius with a broader corpus), or this person has no meaningful delegatable work yet. Do not ship a playbook on thin ground.
    • If a focus domain was passed as third argument, filter DELEGATE items to that domain. If the filter yields zero items, halt and name the mismatch.

Read the full file on GitHub · 219 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. yesterday First seen · 219 lines · 52 tokens per session scan A 63b8b4bc89e2

Subscribe to this mod's changes

train-executor is a command published in the GitHub repository frankxai/Starlight-Intelligence-System (8 stars, last pushed yesterday), licensed MIT. It adds 52 tokens to every session and 3,396 once invoked, about $0.0003 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-09-03.