t00-new-pj

t00-new-pj is a command for Claude Code from maysunAI/T00-zh. It costs 24 tokens per session (457 once invoked), scanned A, original, MIT.

A command for starting a new T00 project by asking planning questions, assigning a project number, creating a folder and project file, and updating the project index. T00 appears to be a local project-management setup.

In plain words
What is it for?
Use it to create a project after answering questions about users, competitors, timing, reusable code, and payment, or skip those questions.
Why use it?
It keeps new projects consistently named, documented, and registered in the shared index.

Command for Claude Code

Written for Claude Code: $ARGUMENTS substitution. Also seen: mentions CLAUDE.md.

Good fit Use it to create a project after answering questions about users, competitors, timing, reusable code, and payment, or skip those questions.

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/maysunai/t00-zh/t00-new-pj
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.

Clone the repo
git clone --depth 1 https://github.com/maysunAI/T00-zh

Made for: Claude Code.

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 t00-new-pj

README.md
[![agentmods](https://agentmods.dev/badge/commands/maysunai/t00-zh/t00-new-pj/github.svg)](https://agentmods.dev/commands/maysunai/t00-zh/t00-new-pj)
Your own site
<a href="https://agentmods.dev/commands/maysunai/t00-zh/t00-new-pj"><img src="https://agentmods.dev/badge/commands/maysunai/t00-zh/t00-new-pj/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 t00-new-pj

Your own site · 80×15
<a href="https://agentmods.dev/commands/maysunai/t00-zh/t00-new-pj"><img src="https://agentmods.dev/badge/commands/maysunai/t00-zh/t00-new-pj.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 24 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 457 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.00024 $0.00457
Opus 5 $0.00012 $0.00229
Sonnet 5 $0.00005 $0.00091
Haiku 4.5 $0.00002 $0.00046

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

Security

Grade A, and why

t00-new-pj 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 11d 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.

AI00_Common/.claude/commands/t00-new-pj.md · 47 lines

What it actually says

用户说「/t00-new-pj $ARGUMENTS」时,执行建项目流程:

0. 建项目前先问 5 个问题(调查 + 确认阶段)

在正式建项目前,请回答:
① 市场:目标用户是谁?他们现在怎么解决这个问题?
② 竞品:同类产品 2-3 个,你的差异化是什么?
③ 时间:预计多久能上线 MVP(最小可用版本)?
④ T00优势:T00 里已有哪些代码/模板可以复用?
⑤ 变现:怎么收费?谁会付钱?

(用户可以直接回答,或说「跳过」直接建项目)
  1. 读取 F:\T00\AI00_Common\projects\PROJECTS_INDEX.md,找出当前最大 PJ 编号,+1 得到新编号(如 PJ21 → PJ22)

    • 注意:PJ00-PJ05 是特殊,PJ90+ 是特别项目,新项目从 PJ10 之后的空位顺序填入
  2. 确定项目文件夹名:PJ##_$ARGUMENTS(把用户输入的名字转小写,空格换下划线)

  3. 建文件夹 F:\T00\PJ##_$ARGUMENTS\

  4. 在文件夹内建 CLAUDE.md,内容:

# PJ##_$ARGUMENTS

> 立项时间:[当天日期]
> 状态:立项中
  1. PROJECTS_INDEX.md 的「当前活跃项目」表里追加一行:
| PJ##_$ARGUMENTS | F:\T00\PJ##_$ARGUMENTS | 立项中 |
  1. 回复:
✅ PJ##_$ARGUMENTS 已建好
路径:F:\T00\PJ##_$ARGUMENTS\
在 req 里写需求就可以开始了。
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. 11d ago First seen · 47 lines · 24 tokens per session scan A 59c22ccb6573

Subscribe to this mod's changes

t00-new-pj is a command published in the GitHub repository maysunAI/T00-zh (2 stars, last pushed 1mo ago), licensed MIT. It adds 24 tokens to every session and 457 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-31.