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.
curl -O https://raw.githubusercontent.com/okfriansyah-moh/ares/main/.ai/skills/plan-management/SKILL.mdgit clone --depth 1 https://github.com/okfriansyah-moh/aresWrote 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.
[](https://agentmods.dev/skills/okfriansyah-moh/ares/plan-management)<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.
<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>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.
| Model | Per session | Once 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 |
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.
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.mdordocs/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.mdfor task sizing, ordering, and validation rules.references/roadmap-construction.mdfor building milestones and sequencing delivery increments.references/risk-analysis.mdfor identifying planning risks and documenting mitigation.
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.
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.
- 9d ago First seen · 38 lines · 0 tokens per session scan A 00b5c1884c7e
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.
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…
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".
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…
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.
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.
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…