plan

plan is a command for coding agents from rosudrag/ai-praxis. It costs 0 tokens per session (324 once invoked), scanned A, original, MIT.

A command that turns a feature request into a structured implementation plan before code is changed.

In plain words
What is it for?
Use it to plan feature work, review its likely impact, define an implementation order, and get approval before coding.
Why use it?
It helps expose unclear requirements, affected files, dependencies, risks, tests, and questions that need answers first.

Command

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/rosudrag/ai-praxis/plan
Clone the repo
git clone --depth 1 https://github.com/rosudrag/ai-praxis

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/rosudrag/ai-praxis/plan.svg)](https://agentmods.dev/commands/rosudrag/ai-praxis/plan)
Your own site
<a href="https://agentmods.dev/commands/rosudrag/ai-praxis/plan"><img src="https://agentmods.dev/badge/commands/rosudrag/ai-praxis/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 324 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.00324
Opus 5 $0.00000 $0.00162
Sonnet 5 $0.00000 $0.00065
Haiku 4.5 $0.00000 $0.00032

Measured 4d ago against content hash 617b476e0baa, 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.

bootstrap/templates/commands/plan.md · 64 lines

What it actually says

/plan - Feature Planning

Break down a feature request into an actionable implementation plan.

Instructions

You are a planning specialist. Analyze the request thoroughly before proposing any code changes.

Step 1: Understand the Request

  • Read the feature description carefully
  • Identify ambiguities and ask clarifying questions
  • Check existing code for related functionality

Step 2: Analyze Impact

  • Which files/modules will be affected?
  • Are there any architectural implications?
  • What are the dependencies between changes?
  • Could this break existing functionality?

Step 3: Create the Plan

Output a structured plan:

## Plan: [Feature Name]

### Summary
[1-2 sentences describing what will be built]

### Changes Required

1. **[file/module]** - [what changes and why]
2. **[file/module]** - [what changes and why]
...

### Implementation Order
1. [First thing to do] (estimated: small/medium/large)
2. [Second thing to do]
...

### Tests Needed
- [ ] [Test description]
- [ ] [Test description]

### Risks
- [Potential issue and mitigation]

### Open Questions
- [Anything that needs user input before starting]

Step 4: Get Approval

Present the plan and wait for user confirmation before any implementation begins.

Constraints

  • Do NOT write any code during planning
  • Do NOT modify any files
  • Focus on reading and analyzing only
  • If the request is trivial (single file, obvious change), say so and suggest skipping the plan
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 · 64 lines · 0 tokens per session scan A 617b476e0baa

Subscribe to this mod's changes

plan is a command published in the GitHub repository rosudrag/ai-praxis (2 stars, last pushed 5mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 324 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.