plan-zh

plan-zh is a command for Claude Code from OthmanAdi/planning-with-files. It costs 23 tokens per session (234 once invoked), scanned A, a copy of plan-ar, MIT.

A command that starts a Manus-style file-based planning workflow in Chinese. It creates task_plan.md, findings.md, and progress.md when they are missing, then guides the planning process.

In plain words
What is it for?
Use it to plan a complex task with files, record research findings, track session progress, and follow the specified Chinese-language planning workflow.
Why use it?
It keeps complex work organized across plans, discoveries, and progress notes instead of relying only on chat history.

Command for Claude Code

Written for Claude Code: ${CLAUDE_PLUGIN_ROOT} variable.

Runs only inside its plugin — its command needs a path that Claude Code sets for a plugin’s own hooks and for nothing else. Install the plugin, not this.

Part of the planning-with-files plugin — 6 skills, 15 commands, 6 hooks shipped together

About the project

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.

OthmanAdi/planning-with-files · 26,648 stars · on GitHub · skills.sh

Install

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.

Claude Code
/plugin marketplace add OthmanAdi/planning-with-files
Claude Code
/plugin install planning-with-files

Made for: Claude Code.

Or install planning-with-files, the plugin that ships this one along with the rest of its 6 skills, 15 commands, 6 hooks.

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-zh

README.md
[![agentmods](https://agentmods.dev/badge/commands/othmanadi/planning-with-files/plan-zh.svg)](https://agentmods.dev/commands/othmanadi/planning-with-files/plan-zh)
Your own site
<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>
Per session 23 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 234 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin 86% copy Near-identical to another mod 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.00023 $0.00234
Opus 5 $0.00012 $0.00117
Sonnet 5 $0.00005 $0.00047
Haiku 4.5 $0.00002 $0.00023

Measured 6d ago against content hash 32dd233f903e, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

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.

Origin

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.

commands/plan-zh.md · 20 lines

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 匹配它们,翻译这些标记会使完成检查失效。

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. 6d ago First seen · 20 lines · 23 tokens per session scan A 32dd233f903e

Subscribe to this mod's changes

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.