ares: Skill for Claude Code

.ai/skills/plan-management/SKILL.md

plan-management is a skill for Claude Code, Codex from okfriansyah-moh/ares. It costs 0 tokens per session (313 once invoked), scanned A, original, Apache-2.0.

A planning aid for turning software requirements into small, ordered implementation tasks with dependencies, risks, and checks for completion.

In plain words
What is it for?
Use it to create, review, or update implementation plans in files such as docs/PLAN.md or a feature-specific plan.
Why use it?
It makes development work easier to follow and verify, while reducing missing steps and unclear sequencing.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

This is okfriansyah-moh/ares's own configuration. It tells Claude Code and Codex how to work on ares 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 ares configures →

Reuse

Borrowing it

Nothing to install: this file belongs to okfriansyah-moh/ares. 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/okfriansyah-moh/ares/main/.ai/skills/plan-management/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/okfriansyah-moh/ares

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 plan-management

README.md
[![agentmods](https://agentmods.dev/badge/skills/okfriansyah-moh/ares/plan-management/github.svg)](https://agentmods.dev/skills/okfriansyah-moh/ares/plan-management)
Your own site
<a href="https://agentmods.dev/skills/okfriansyah-moh/ares/plan-management"><img src="https://agentmods.dev/badge/skills/okfriansyah-moh/ares/plan-management/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 plan-management

Your own site · 80×15
<a href="https://agentmods.dev/skills/okfriansyah-moh/ares/plan-management"><img src="https://agentmods.dev/badge/skills/okfriansyah-moh/ares/plan-management.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 0 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 313 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.00313
Opus 5 $0.00000 $0.00156
Sonnet 5 $0.00000 $0.00063
Haiku 4.5 $0.00000 $0.00031

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

Security

Grade A, and why

plan-management 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 9d 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.

.ai/skills/plan-management/SKILL.md · 38 lines

What it actually says

Plan Management

Purpose

Create, review, and maintain implementation plans that are easy to execute and verify.

Responsibilities

  • Break work into small sequenced tasks.
  • Make dependencies, validation steps, and risks explicit.
  • Keep plans aligned with current requirements and architecture.
  • Update plans without introducing ambiguity or hidden work.

Principles

  • Tasks should be small enough for a focused session.
  • Every task needs a concrete validation step.
  • Sequence work so prerequisites exist before they are used.
  • Prefer working increments over big-bang delivery.

Inputs

  • Requirements, specs, tickets, or change requests.
  • Existing plans, architecture guidance, and known constraints.
  • Current execution status when reviewing or extending a plan.

Outputs

  • docs/PLAN.md or docs/PLAN-<feature>.md.
  • Review findings grouped as complete, missing, sequencing issues, oversized tasks, and recommendations.
  • Added tasks, risks, or milestone updates when the plan changes.

Usage Guidance

  • Read the full source material before decomposing work.
  • Put scaffolding and shared contracts before feature tasks.
  • Avoid tasks that span multiple layers unless that coupling is the point.
  • When adding tasks to an existing plan, preserve numbering and insert them where dependencies make sense.

References

  • references/task-decomposition.md for task sizing, ordering, and validation rules.
  • references/roadmap-construction.md for building milestones and sequencing delivery increments.
  • references/risk-analysis.md for identifying planning risks and documenting mitigation.
Files

What ships with it

3 files 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. 9d ago First seen · 38 lines · 0 tokens per session scan A 00b5c1884c7e

Subscribe to this mod's changes

plan-management is a skill published in the GitHub repository okfriansyah-moh/ares (2 stars, last pushed 2mo ago), licensed Apache-2.0. It costs nothing until one of its globs matches a file; then it loads 313 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-31.

Related

Other skills, from other repositories

codex-skin-pack-installer

Install Codex themes and Codex skin packs with npx skills. Use this skill when a user wants Codex to find, download, validate, apply, switch, remix, or restore Codex desktop themes such as caishen-readable, caishen-lite, mythic-guardian-noir, global-founder-bright, export-night, or caishen-max. It stages verified…

hashgraph-online/awesome-codex-plugins · 125 tokens

om-build-workflow

Build or extend standalone business workflows, activities, event triggers, durable user tasks, compensation, output paths, idempotency, and live progress. Use for "add workflow", "custom activity", "CALLAPI", "approval task", "workflow progress", or "zbuduj workflow".

open-mercato/open-mercato · 63 tokens

planning-with-files

Persistent file-based planning for multi-step AI-agent work. Keeps taskplan.md, findings.md, and progress.md on disk; lifecycle hooks inject selected project planning context. Automatic recovery reads project planning files only. Explicit session-catchup.py --metadata reads same-project local agent session records and…

mxyhi/ok-skills · 117 tokens

memstack-automation-n8n-workflow-builder

Use this skill when the user says 'n8n workflow', 'build a workflow', 'automation workflow', 'connect services', or needs visual workflow design with node mapping, data transformations, and error handling for n8n. Do NOT use for standalone webhook endpoints or cron jobs.

cwinvestments/memstack · 68 tokens

styleseed

Route a StyleSeed request to exactly one first workflow after resolving the current artifact boundary. Use when the user asks generally for StyleSeed help rather than invoking one specific ss- skill.

bitjaru/styleseed · 39 tokens

todos

This chat has a shared, live TODO plan — your tasks for the conversation, which the user also edits. Read this skill and reach for the todo tools whenever a request takes more than a couple of steps. It covers the plan model (group = task, items = its steps; loose items are the user's lane), how to work it: propose…

JetBrains/thinkrail · 127 tokens