plan

plan is a command for Claude Code from yezannnnn/agentGroup. It costs 0 tokens per session (264 once invoked), scanned A, original, MIT.

A command for turning a product requirements document, or PRD, into a written technical implementation plan.

In plain words
What is it for?
Use it with a PRD or feature description to create a plan document in ../shared/tasks/plans/ and then ask whether the plan should be changed or development started.
Why use it?
It organizes the requested feature into architecture, technology choices, interfaces, data structures, steps, and risks before development begins.

Command for Claude Code

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.

agentmods
npx agentmods add commands/yezannnnn/agentgroup/plan
Clone the repo
git clone --depth 1 https://github.com/yezannnnn/agentGroup

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 plan

README.md
[![agentmods](https://agentmods.dev/badge/commands/yezannnnn/agentgroup/plan.svg)](https://agentmods.dev/commands/yezannnnn/agentgroup/plan)
Your own site
<a href="https://agentmods.dev/commands/yezannnnn/agentgroup/plan"><img src="https://agentmods.dev/badge/commands/yezannnnn/agentgroup/plan.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 264 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00000 $0.00264
Opus 5 $0.00000 $0.00132
Sonnet 5 $0.00000 $0.00053
Haiku 4.5 $0.00000 $0.00026

Measured 4d ago against content hash dfe14ac0e725, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

plan 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 4d 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.

jarvis/.claude/commands/plan.md · 52 lines

What it actually says

/plan - 制定技术方案

根据PRD或需求输出技术方案

使用方式

/plan [PRD文件路径或需求描述]

执行步骤

  1. 阅读PRD/需求,理解功能要求

  2. 分析技术选型和实现方案

  3. 输出技术方案文档,包含:

# 技术方案 - [功能名称]

## 1. 需求概述
简述PRD核心要求

## 2. 技术选型
- 前端: xxx
- 后端: xxx
- 数据库: xxx
- 其他: xxx

## 3. 架构设计
整体架构说明 + 图示(如需要)

## 4. 接口设计
### API列表
| 接口 | 方法 | 说明 |
|-----|------|-----|

### 接口详情
...

## 5. 数据结构
表结构/模型定义

## 6. 实现步骤
1. xxx
2. xxx

## 7. 风险评估
潜在问题和应对方案
  1. 存储到 ../shared/tasks/plans/ 目录

  2. 询问用户是否调整或开始开发

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. 4d ago First seen · 52 lines · 0 tokens per session scan A dfe14ac0e725

Subscribe to this mod's changes

plan is a command published in the GitHub repository yezannnnn/agentGroup (149 stars, last pushed 3mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 264 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-30.