founder-productivity

founder-productivity is a skill for Claude Code, Codex from mfwarren/entrepreneur-claude-skills. It costs 4 tokens per session (792 once invoked), scanned A, original, MIT.

A set of methods for helping founders decide how to spend their time and energy when they handle many kinds of work.

In plain words
What is it for?
Reviewing how time was spent, mapping energy levels, choosing priorities, and scheduling focused work.
Why use it?
It helps separate high-value decisions from routine tasks and fit important work into the hours when you have the most energy.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: positional $N argument.

Good fit Reviewing how time was spent, mapping energy levels, choosing priorities, and scheduling focused work.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/mfwarren/entrepreneur-claude-skills/founder-productivity
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 mfwarren/entrepreneur-claude-skills --skill founder-productivity
Clone the repo
git clone --depth 1 https://github.com/mfwarren/entrepreneur-claude-skills

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 founder-productivity

README.md
[![agentmods](https://agentmods.dev/badge/skills/mfwarren/entrepreneur-claude-skills/founder-productivity/github.svg)](https://agentmods.dev/skills/mfwarren/entrepreneur-claude-skills/founder-productivity)
Your own site
<a href="https://agentmods.dev/skills/mfwarren/entrepreneur-claude-skills/founder-productivity"><img src="https://agentmods.dev/badge/skills/mfwarren/entrepreneur-claude-skills/founder-productivity/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 founder-productivity

Your own site · 80×15
<a href="https://agentmods.dev/skills/mfwarren/entrepreneur-claude-skills/founder-productivity"><img src="https://agentmods.dev/badge/skills/mfwarren/entrepreneur-claude-skills/founder-productivity.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 4 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 792 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.00004 $0.00792
Opus 5 $0.00002 $0.00396
Sonnet 5 $0.00001 $0.00158
Haiku 4.5 $0.00000 $0.00079

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

Security

Grade A, and why

founder-productivity 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.

skills/leadership/founder-productivity/SKILL.md · 106 lines

How it starts

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

Founder Productivity

Time audits, energy management, deep work scheduling, and priority frameworks for founders who wear too many hats.

Purpose

Founders don't need generic productivity advice. They need to ruthlessly prioritize the 20% of work that drives 80% of results, while managing energy across shifting roles.

Workflow

Step 1: Time Audit

Ask the user to list how they spent time last week, or reconstruct from calendar. Categorize:

  • $10/hr work: Admin, data entry, scheduling, formatting
  • $100/hr work: Managing, coordinating, sales calls
  • $1,000/hr work: Strategy, key relationships, product decisions
  • $10,000/hr work: Vision, fundraising, partnerships, culture

Most founders spend 70%+ on $10-$100/hr work.

Step 2: Energy Mapping

  • When is your peak energy? (morning, afternoon, evening)
  • What activities give you energy?
  • What activities drain you?
  • How many hours of deep work can you sustain daily?

Match highest-value work to peak energy hours.

Step 3: Priority Framework

Use the ICE framework:

  • Impact: How much will this move the needle? (1-10)
  • Confidence: How sure am I this will work? (1-10)
  • Ease: How easy is this to do? (1-10)
  • Score = Impact x Confidence x Ease

Rank all current priorities.

Step 4: Ideal Week Design

Create a weekly template:

  • Deep work blocks (2-4 hour morning blocks, no meetings)
  • Meeting batching (group calls into 1-2 days)
  • Admin time (batched, not scattered)
  • Buffer time (you'll need it)
  • Weekly review and planning

Step 5: System Recommendations

Based on the audit:

  • What to stop doing entirely
  • What to delegate (link to delegation-framework skill)
  • What to automate (link to automation-workflows skill)
  • What to batch
  • What to protect (deep work time)

Output Format

## Productivity Audit: [Name]

### Time Audit Results
| Category | Hours/Week | % of Time | Target |
|----------|-----------|-----------|--------|
| $10/hr work | Xh | X% | <10% |
| $100/hr work | Xh | X% | ~20% |
| $1,000/hr work | Xh | X% | ~50% |
| $10,000/hr work | Xh | X% | ~20% |

### Priority Stack (ICE Scored)
| Priority | Impact | Confidence | Ease | Score |
|----------|--------|-----------|------|-------|

### Ideal Week Template
[Calendar block structure]

### Action Items
1. [Stop doing X]
2. [Delegate Y]
3. [Protect Z hours for deep work]

Read the full file on GitHub · 106 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 · 106 lines · 4 tokens per session scan A f8b0e8e6eda3

Subscribe to this mod's changes

founder-productivity is a skill published in the GitHub repository mfwarren/entrepreneur-claude-skills (67 stars, last pushed 7mo ago), licensed MIT. It adds 4 tokens to every session and 792 once invoked, about $0.0000 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

re0-upgrade

Bring your installed paperthin skills up to the full current catalog in one step: retire what's been renamed, add every skill you don't have yet, and refresh the rest, all shown and confirmed before anything changes.

LilMGenius/paperthin · 47 tokens

mm-resume

A workflow for restoring project context after starting a new Claude Code session or clearing the conversation. It reads project notes, recent session information, version-control status, and available planning files.

mworldorg/markdown-memory · 161 tokens

mm-setup

A setup guide that personalizes a shared mm system for one user. It asks for details such as your name, work area, tools, language, and Obsidian vault location, then saves them in private configuration files.

mworldorg/markdown-memory · 152 tokens

mm

A dispatcher that provides short /mm commands for project setup, session recovery, project overviews, and workflow checks. It maps these aliases to longer system commands.

mworldorg/markdown-memory · 103 tokens

obsidian-bases

Create and edit Obsidian Bases (.base files) with views, filters, formulas, and summaries. Use when working with .base files, creating database-like views of notes, or when the user mentions Bases, table views, card views, filters, or formulas in Obsidian.

kepano/obsidian-skills · 63 tokens

stay-within-limits

Use when long-running or parallel agent work must respect 5-hour and weekly usage limits by checking usage between waves, pausing near the cap, and resuming only when the window is clear.

BuilderIO/skills · 45 tokens