OthmanAdi/planning-with-files is a planning system that stores an AI coding agent's task plan, findings, and progress in project files so the work can be recovered after context resets, crashes, or compaction. It is for long-running coding tasks across many agent tools, including Claude Code, Codex CLI, and Cursor. The catalogue entries are the project's commands, hooks, skills, plugin, and instruction for maintaining those planning files.
Getting it into your agent
This one installs as part of its plugin. Adding the marketplace and installing the plugin brings it with everything else the plugin ships.
/plugin marketplace add OthmanAdi/planning-with-files/plugin install planning-with-filesWrote 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/commands/othmanadi/planning-with-files/plan-zh)<a href="https://agentmods.dev/commands/othmanadi/planning-with-files/plan-zh"><img src="https://agentmods.dev/badge/commands/othmanadi/planning-with-files/plan-zh.svg" alt="Measured on agentmods" 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.00023 | $0.00234 |
| Opus 5 | $0.00012 | $0.00117 |
| Sonnet 5 | $0.00005 | $0.00047 |
| Haiku 4.5 | $0.00002 | $0.00023 |
Grade A, and why
plan-zh 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 6d 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.
This is a copy
86% identical to plan-ar — 22 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.
What it actually says
从以下路径中第一个存在的文件读取中文技能正文,并严格按照其指示执行:
$HOME/.claude/skills/planning-with-files-zh/SKILL.md${CLAUDE_PLUGIN_ROOT}/skills/i18n/planning-with-files-zh/SKILL.md
如果两个路径都不存在,请调用 planning-with-files:planning-with-files 技能,并继续用中文工作。
如果当前项目目录中不存在以下三个规划文件,请创建它们:
- task_plan.md — 用于阶段、进度和决策
- findings.md — 用于研究和发现
- progress.md — 用于会话日志
然后引导用户完成规划工作流。所有规划文件内容使用中文。
状态标记保持英文原样(**Status:** in_progress、**Status:** complete),因为 check-complete.sh 使用 grep -F 匹配它们,翻译这些标记会使完成检查失效。
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.
- 6d ago First seen · 20 lines · 23 tokens per session scan A 32dd233f903e
plan-zh is a command published in the GitHub repository OthmanAdi/planning-with-files (26,648 stars, last pushed today), licensed MIT. It adds 23 tokens to every session and 234 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. It is 86% identical to plan-ar, differing in 22 lines, and is treated as a copy.
Other commands, from other repositories
genshijin-compress
Markdown・テキストファイルを原始人形式へ安全圧縮.
enum-udp
UDP scan + service follow-up — top ports first, full sweep only when justified.
claude-recall
Update project context using the local LLM (Qwen2.5 0.5B).
review
Submit a story for verification (In Progress → In Review, no PR yet).
standup
Alias of /board — the async sprint snapshot.
wp-cleanup
Find and clean up unused PHP code, Composer dependencies, imports, and dead code in WordPress projects.