my-tasks

my-tasks is a command for Claude Code from mimurchison/claude-chief-of-staff. It costs 0 tokens per session (1,055 once invoked), scanned A, original, MIT.

A task-management command for recording, prioritizing, and working through tasks with goals and due dates. It stores the task list in a YAML file, a plain-text format commonly used for structured settings.

In plain words
What is it for?
Use it to list tasks by urgency, add tasks with due dates and goals, mark tasks complete, work on the highest-priority task, or find overdue items.
Why use it?
It keeps pending, overdue, and upcoming work in one place and connects tasks to larger goals.

Command for Claude Code

Written for Claude Code: a Claude Code command (commands/*.md). Also seen: reads .claude/ paths.

Good fit Use it to list tasks by urgency, add tasks with due dates and goals, mark tasks complete, work on the highest-priority task, or find overdue items.

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/mimurchison/claude-chief-of-staff/my-tasks
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/mimurchison/claude-chief-of-staff

Made for: Claude Code.

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 my-tasks

README.md
[![agentmods](https://agentmods.dev/badge/commands/mimurchison/claude-chief-of-staff/my-tasks/github.svg)](https://agentmods.dev/commands/mimurchison/claude-chief-of-staff/my-tasks)
Your own site
<a href="https://agentmods.dev/commands/mimurchison/claude-chief-of-staff/my-tasks"><img src="https://agentmods.dev/badge/commands/mimurchison/claude-chief-of-staff/my-tasks/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 my-tasks

Your own site · 80×15
<a href="https://agentmods.dev/commands/mimurchison/claude-chief-of-staff/my-tasks"><img src="https://agentmods.dev/badge/commands/mimurchison/claude-chief-of-staff/my-tasks.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 0 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,055 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.00000 $0.01055
Opus 5 $0.00000 $0.00528
Sonnet 5 $0.00000 $0.00211
Haiku 4.5 $0.00000 $0.00105

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

Security

Grade A, and why

my-tasks 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 13d 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/my-tasks.md · 126 lines

How it starts

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

/my-tasks — Task Management

Description

Track, prioritize, and execute tasks with goal alignment and due date awareness. Claude doesn't just remind you — it helps get work done.

Arguments

  • list — Show all active tasks, grouped by urgency
  • add "title" --due YYYY-MM-DD --goal "goal-name" — Add a new task
  • complete <task-id> — Mark a task as complete
  • execute — Work on the highest-priority pending task
  • overdue — Show only overdue and at-risk tasks

Task File

Location: ~/.claude/my-tasks.yaml

Instructions

/my-tasks list

Read ~/.claude/my-tasks.yaml and present tasks grouped by urgency:

TASKS

OVERDUE (action required)
- [task-id] [title] — due [date] ([X days late]) — goal: [goal]

DUE TODAY
- [task-id] [title] — goal: [goal]

APPROACHING (next 7 days)
- [task-id] [title] — due [date] ([X days]) — goal: [goal]

LATER
- [task-id] [title] — due [date] — goal: [goal]

Summary: [X] active tasks, [Y] overdue, [Z] due this week

If there are overdue tasks, flag them prominently and ask: "Want me to help execute [task], reschedule it, or break it down?"

/my-tasks add

When adding a task:

  1. Generate a unique task ID (format: task-XXX)
  2. Ask for any missing required info:
    • Title (required)
    • Due date (required — always set one, even if approximate)
    • Goal alignment (recommended — which goal does this advance?)
    • Priority (default: 3/normal)
    • Description (optional — helpful for complex tasks)
  3. Write the task to ~/.claude/my-tasks.yaml
  4. Confirm: "Added: [title] — due [date] — aligned to [goal]"

Goal alignment validation: Check ~/.claude/goals.yaml for active goals. If the task doesn't align with any active goal, flag it: "This task doesn't align with your current goals. Still want to add it?" This isn't a blocker — just a prompt for intentionality.

/my-tasks complete

  1. Find the task by ID in ~/.claude/my-tasks.yaml
  2. Update status to "complete"
  3. Add completion date
  4. Confirm: "Completed: [title]"
  5. If completed before due date, celebrate briefly: "Nice — finished 3 days early."

Read the full file on GitHub · 126 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. 13d ago First seen · 126 lines · 0 tokens per session scan A b2d6de6f4a7c

Subscribe to this mod's changes

my-tasks is a command published in the GitHub repository mimurchison/claude-chief-of-staff (432 stars, last pushed 7mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 1,055 tokens. 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.