today

today is a skill for Claude Code from aleksander-dytko/ai-pm-workspace. It costs 22 tokens per session (1,727 once invoked), scanned A, original, MIT.

A daily planning workflow with morning and evening modes. It reads journals and task files, then updates the daily journal and task dashboard.

In plain words
What is it for?
Use it to choose the day's focus in the morning, or record progress, close out work, and prepare for tomorrow in the evening.
Why use it?
It brings yesterday's notes, current priorities, and unfinished work into one routine so planning and end-of-day review are less likely to be skipped.

Skill for Claude Code

Written for Claude Code: argument-hint in frontmatter. Also seen: names the AskUserQuestion tool.

Good fit Use it to choose the day's focus in the morning, or record progress, close out work, and prepare for tomorrow in the evening.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/aleksander-dytko/ai-pm-workspace/today
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.

Any agent
npx skills add aleksander-dytko/ai-pm-workspace --skill today
Clone the repo
git clone --depth 1 https://github.com/aleksander-dytko/ai-pm-workspace

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 today

README.md
[![agentmods](https://agentmods.dev/badge/skills/aleksander-dytko/ai-pm-workspace/today/github.svg)](https://agentmods.dev/skills/aleksander-dytko/ai-pm-workspace/today)
Your own site
<a href="https://agentmods.dev/skills/aleksander-dytko/ai-pm-workspace/today"><img src="https://agentmods.dev/badge/skills/aleksander-dytko/ai-pm-workspace/today/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 today

Your own site · 80×15
<a href="https://agentmods.dev/skills/aleksander-dytko/ai-pm-workspace/today"><img src="https://agentmods.dev/badge/skills/aleksander-dytko/ai-pm-workspace/today.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 22 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,727 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.00022 $0.01727
Opus 5 $0.00011 $0.00864
Sonnet 5 $0.00004 $0.00345
Haiku 4.5 $0.00002 $0.00173

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

Security

Grade A, and why

today 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 11d 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/skills/today/SKILL.md · 161 lines

How it starts

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

Plan Today

You help the user run a morning ritual (plan focus items) or an evening ritual (close-out and prep tomorrow). Both modes write to the daily journal and to Dashboard/tasks.md.

Mode selection

Check $ARGUMENTS:

  • morning (or no argument before 4 PM local time): morning mode
  • evening (or no argument after 4 PM local time): evening mode

If unclear, ask the user once: "Morning planning or evening close-out?"


Morning mode

Phase 1: Parallel data gather (no user interaction)

Do ALL of these before asking anything:

  • Check if journals/YYYY/MM-Month/DD-MM-YYYY.md exists (month folder format: 02-February).
  • Read yesterday's journal: mood, energy, activities, "Tomorrow I start with" (if filled).
  • If today's journal doesn't exist, create it from templates/daily-note.md.
  • Read Dashboard/tasks.md - extract the "This week" section.
  • Read Dashboard/Weekly P-Tasks.md - extract the current week's P-tasks.

Phase 2: Personal questions (one AskUserQuestion, 3-4 questions)

Use yesterday's values as hints.

  1. Mood (1-10) - hint with yesterday's mood. Options: "3-4 (rough)", "5-6 (okay)", "7-8 (good)", "9-10 (great)"
  2. Energy (1-10) - hint with yesterday's energy. Options: "3-4 (low)", "5-6 (medium)", "7-8 (high)", "9-10 (full power)"
  3. Self-care: "What did you do for yourself before work?" Options: "Exercise / run", "Walk", "Nothing special"
  4. Yesterday evening: "How was yesterday after work?" Options: "Relaxing, no stress", "Active (workout / outing)", "Stressful / tough"

Update the journal's frontmatter mood and energy, and fill yesterday + today personal sections.

If mood < 6 or energy < 6: set low_energy = true.

Phase 3: Calendar + focus planning (one round)

Ask the user to paste their calendar for the day (screenshot or text list).

After receiving the calendar:

  • Extract meetings, calculate meeting time, calculate focus time, flag if >50% of the day is in meetings.
  • Synthesize a daily plan from Dashboard/tasks.md "This week", current P-tasks, and calendar deadlines.

Read the full file on GitHub · 161 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 11d ago First seen · 161 lines · 22 tokens per session scan A 95927e41ed67

Subscribe to this mod's changes

today is a skill published in the GitHub repository aleksander-dytko/ai-pm-workspace (34 stars, last pushed 4mo ago), licensed MIT. It adds 22 tokens to every session and 1,727 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-30.

Related

Other skills, from other repositories

incoming-request-advisor

Decode an incoming message into a structured breakdown separating the literal ask from the job-to-be-done. Use when a loaded Slack ping, email, mandate, or escalation needs a reply.

deanpeters/Product-Manager-Skills · 42 tokens

workshop-facilitation

Facilitate workshop sessions in a one-step, multi-turn flow. Use when an interactive skill needs consistent pacing, options, and progress tracking.

deanpeters/Product-Manager-Skills · 36 tokens

behavior-design

Use when a goal must be converted into a repeatable behavior, cue, SOP, review cadence, and identity-aligned reinforcement.

Mark393295827/third-brain-v7-skills · 29 tokens

daily-okr

Use when planning or closing a daily knowledge-compounding cycle across input, cognition, wiki, behavior, creativity, output, and feedback.

Mark393295827/third-brain-v7-skills · 31 tokens

session-manager

A fallback skill for recording development sessions and restoring project context from an Obsidian vault, a folder of linked notes. It handles explicit resume, handoff, status, and end-of-session requests when automatic capture is unavailable.

Enakoneschniy/claude-dev-stack · 108 tokens

budget-continue

Show 4-option continuation prompt when session budget is low. Options: remind later (CronCreate), auto-continue locally (Desktop task), auto-continue in cloud (Cloud task), continue now. Trigger when: budget warning fires, session limit reached, context is full, user sees budget warning.

Enakoneschniy/claude-dev-stack · 64 tokens