task-planner

A planning tool that turns goals, tasks, deadlines, and time limits into a practical schedule with next steps and follow-ups.

In plain words
What is it for?
Use it to prioritize tasks, estimate effort, assign work to dates, preserve buffer time, and flag scheduling risks.
Why use it?
It helps expose overloaded schedules, risky deadlines, missing information, and work that does not fit in the available time.

Skill for Claude CodeCodex

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 skills/hashgraph-online/awesome-codex-plugins/task-planner
Any agent
npx skills add hashgraph-online/awesome-codex-plugins --skill task-planner
Clone the repo
git clone --depth 1 https://github.com/hashgraph-online/awesome-codex-plugins

Made for: Claude Code, Codex.

Per session 28 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 290 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.00028 $0.00290
Opus 5 $0.00014 $0.00145
Sonnet 5 $0.00006 $0.00058
Haiku 4.5 $0.00003 $0.00029

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

Security

Grade A, and why

task-planner 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.

plugins/6Delta9/task-scheduler-codex-plugin/skills/task-planner/SKILL.md · 50 lines

What it actually says

Task Planner

Use this skill when the user wants help organizing work into a schedule.

Workflow

  1. Gather the planning window, available hours, deadlines, and any fixed meetings or blocked days.
  2. Group the work into concrete tasks with estimated effort and priority.
  3. Produce a schedule that is realistic, not just complete.
  4. Flag overflow, risky deadlines, and missing information.

Output Format

Return the plan in markdown with these sections:

  • Summary
  • Schedule
  • Follow-Ups
  • Risks

For each scheduled item, include:

  • task name
  • planned date
  • estimated effort
  • short reason for placement

Scheduling Rules

  • Put urgent and high-priority work first.
  • Avoid filling a day past the stated hour limit.
  • Break large work into smaller steps when that makes the plan easier to follow.
  • Keep at least one buffer slot when the schedule is tight.
  • Call out tasks that do not fit inside the requested window.

Script Assist

When the user provides structured JSON tasks, you can use:

python .\scripts\build_schedule.py --input <tasks.json>

The script builds a first-pass markdown schedule that you can refine in your response.

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 · 50 lines · 28 tokens per session scan A b99c691cbcd7

Subscribe to this mod's changes

task-planner is a skill published in the GitHub repository hashgraph-online/awesome-codex-plugins (859 stars, last pushed 3d ago), licensed Apache-2.0. It adds 28 tokens to every session and 290 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

search

Search 2500+ curated ChatGPT and LLM open-source repositories. Use when the user asks to find tools, libraries, or repos related to ChatGPT, LLMs, RAG, agents, langchain, NLP, AI development, or any open-source AI tooling.

taishi-i/awesome-ChatGPT-repositories · 57 tokens

preview-verdicts

Generate the interactive keep/drop verdict preview (HTML page with per-row feedback controls) whenever a prune sweep, batch entry edit, or restructure needs maintainer review before touching README.md — and process the feedback JSON the maintainer pastes back.

vinta/awesome-python · 53 tokens

sprr

Single PR reviewer for awesome-quant. Use when the user asks to review, validate, comment on, label, close, or merge one specific pull request that adds README.md entries. Triggers include "sprr", "review PR", "check PR", and "validate contribution".

wilsonfreitas/awesome-quant · 60 tokens

bprr

Bulk PR reviewer for awesome-quant. Use when the user asks to review all open PRs, review unreviewed PRs, bulk review, or mentions "bprr". Reviews open PRs lacking the reviewed label and presents a summary before any merge/comment/label action.

wilsonfreitas/awesome-quant · 61 tokens

check-mcp-json

Safely review, triage, repair, and merge ToolSDK MCP Registry package JSON pull requests. Use when an agent needs to validate files under packages/, detect duplicate registry keys, classify community PRs, make authorized fixes on contributor branches, close invalid or duplicate PRs, or squash-merge approved PRs.

toolsdk-ai/toolsdk-mcp-registry · 68 tokens

awesome-web-security

Looks up curated web security learning resources (XSS, SQLi, CSRF, SSRF, OAuth/JWT, deserialization, SAML, recon, evasion, defensive tooling, CTF). Filters by topic, difficulty, language, and resource type. Returns top references with archive fallbacks. Defensive and educational use only.

qazbnm456/awesome-web-security · 71 tokens