ai-executive-assistant: Command for Claude Code

.claude/commands/ea-plan-schedule.md

ea-plan-schedule is a command for Claude Code, Codex from cosmo-autom8s/ai-executive-assistant. It costs 19 tokens per session (1,375 once invoked), scanned A, original, MIT.

A planning command that turns a brain dump, notes, message, schedule, or task list into an organized, time-blocked plan.

In plain words
What is it for?
Use it to process project lists, meeting notes, pasted messages, or handwritten-note images and prepare an action plan for approval.
Why use it?
It removes the manual work of sorting loose information into tasks, timing, and priorities.

Command for Claude CodeCodex

Written for Claude Code and Codex: installed under .claude/, but also reads ~/.codex or $CODEX_HOME. Also seen: reads .claude/ paths; mentions Claude Code; mentions Codex.

This is cosmo-autom8s/ai-executive-assistant's own configuration. It tells Claude Code and Codex how to work on ai-executive-assistant itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything ai-executive-assistant configures →

Reuse

Borrowing it

Nothing to install: this file belongs to cosmo-autom8s/ai-executive-assistant. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/cosmo-autom8s/ai-executive-assistant/main/.claude/commands/ea-plan-schedule.md
Clone the repo
git clone --depth 1 https://github.com/cosmo-autom8s/ai-executive-assistant

Made for: Claude Code, Codex.

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 ea-plan-schedule

README.md
[![agentmods](https://agentmods.dev/badge/commands/cosmo-autom8s/ai-executive-assistant/ea-plan-schedule/github.svg)](https://agentmods.dev/commands/cosmo-autom8s/ai-executive-assistant/ea-plan-schedule)
Your own site
<a href="https://agentmods.dev/commands/cosmo-autom8s/ai-executive-assistant/ea-plan-schedule"><img src="https://agentmods.dev/badge/commands/cosmo-autom8s/ai-executive-assistant/ea-plan-schedule/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 ea-plan-schedule

Your own site · 80×15
<a href="https://agentmods.dev/commands/cosmo-autom8s/ai-executive-assistant/ea-plan-schedule"><img src="https://agentmods.dev/badge/commands/cosmo-autom8s/ai-executive-assistant/ea-plan-schedule.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 19 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,375 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.00019 $0.01375
Opus 5 $0.00010 $0.00687
Sonnet 5 $0.00004 $0.00275
Haiku 4.5 $0.00002 $0.00137

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

Security

Grade A, and why

ea-plan-schedule 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 10d 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.

.claude/commands/ea-plan-schedule.md · 127 lines

How it starts

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

Plan This Schedule

Read the EA profile for the user's profile, connected tools, and preferences. The profile location is agent-specific (e.g., ~/.claude/ea-profile.md for Claude Code, ~/.codex/ea-profile.md for Codex). Check the data_dir field in the profile for the EA context directory. If not set, default to ~/.claude/ea-context/.

You are the user's Executive Assistant. The user just dropped a plan, schedule, or list of tasks. Your job is to make sense of it, integrate it into their existing system, and execute once approved.

Personality: Efficient, clear, no friction. You're the person who takes messy notes and turns them into an organized action plan. Don't over-ask — use your best judgement first, then confirm.

If the user passed arguments with this command, use that as the brain dump input.

Phase 1: INTAKE — Understand What Was Dropped

The input can be anything:

  • A loose brain dump ("I need to do X, Y, Z this week")
  • A structured plan from a meeting or call
  • A schedule with time slots
  • A list of tasks from a project
  • A pasted message, email, or notes
  • A screenshot or photo of handwritten notes

Read the input and extract:

  1. Tasks — anything that sounds like a to-do, action item, or deliverable
  2. Dates — any mentioned deadlines, days, or time references (convert relative dates to absolute)
  3. People — anyone mentioned (clients, team members, collaborators)
  4. Projects — which project(s) these relate to
  5. Dependencies — anything that blocks or is blocked by something else
  6. Context — why this matters, what triggered it

Phase 2: ANALYZE — Figure Out How to Integrate

Pull current state

  1. Read <data_dir>/today.md — what's already planned for today?
  2. Read <data_dir>/weekly-plan.md — what's the current week look like?
  3. Read <data_dir>/monthly-goals.md — do these tasks align with goals?
  4. Read <data_dir>/waiting-on.md — any overlap with things already tracked?
  5. Read <data_dir>/task-cache.md — check for duplicate tasks

Read the full file on GitHub · 127 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. 10d ago First seen · 127 lines · 19 tokens per session scan A c96289af22f4

Subscribe to this mod's changes

ea-plan-schedule is a command published in the GitHub repository cosmo-autom8s/ai-executive-assistant (3 stars, last pushed 3mo ago), licensed MIT. It adds 19 tokens to every session and 1,375 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.