plan

plan is a command for Claude Code from dinhnguyenngoc/spec-driven-claude-code. It costs 14 tokens per session (5,332 once invoked), scanned A, original, MIT.

A task-planning command that breaks an approved specification and architecture into small, ordered pieces of work. Each piece is designed to deliver and verify a complete part of the functionality.

In plain words
What is it for?
Use it after the specification and architecture are ready. It helps create an implementation checklist for new features or changes to an existing project.
Why use it?
It turns a large feature into manageable steps and makes dependencies clear. This helps developers know what to build first and how to check each result.

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/dinhnguyenngoc/spec-driven-claude-code/plan
Clone the repo
git clone --depth 1 https://github.com/dinhnguyenngoc/spec-driven-claude-code

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/dinhnguyenngoc/spec-driven-claude-code/plan.svg)](https://agentmods.dev/commands/dinhnguyenngoc/spec-driven-claude-code/plan)
Your own site
<a href="https://agentmods.dev/commands/dinhnguyenngoc/spec-driven-claude-code/plan"><img src="https://agentmods.dev/badge/commands/dinhnguyenngoc/spec-driven-claude-code/plan.svg" alt="Measured on agentmods" height="20"></a>
Per session 14 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 5,332 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.00014 $0.05332
Opus 5 $0.00007 $0.02666
Sonnet 5 $0.00003 $0.01066
Haiku 4.5 $0.00001 $0.00533

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

.claude/commands/plan.md · 270 lines

How it starts

The opening of the file, as written. The whole thing — 270 lines — stays where its author put it; the contents beside it link to each section on GitHub.

/plan — Planning & Task Breakdown

"Vertical slices, not horizontal layers."

Purpose

Transform a specification into an ordered list of small, verifiable tasks. Each task delivers end-to-end functionality.

Workspace Mode: if the session root declares Mode: workspace → resolve the target repo per CLAUDE.md §Workspace Mode before anything else; every path, probe, and gate below is relative to the target repo, and the workspace disk-check applies at the gate.

Prerequisites

Required:

  • A specification exists (specs/SPEC.md from /spec), passed Gate 1 — header Status is Approved, not Draft
  • Architecture exists (architecture/ from /arch) — greenfield: Gate 2 passed; brownfield B1/B2: the Phase A baseline + this change's CONFORMANCE-GATE verdict (a one-question check — do not skip it for "small" changes; the verdict IS the cheap path). Includes architecture/api/openapi.yaml when the feature has an API surface.
  • Understanding of the codebase structure

Workflow

Phase 1: Analysis (Read-Only)

  1. Spec-readiness pre-check — confirm the spec passed Gate 1: the header Status is Approved, every scenario has a stable ID (@US-XXX-Snn) and a testable, observable AC. If the Status is still Draft, a scenario is missing an ID, has a vague/untestable AC, or a needed behaviour isn't in the spec at all → do not start decomposing it.
  2. Read the spec — Understand objectives and acceptance criteria
  3. Survey the codebase — Identify relevant files, patterns, and integration points. (Brownfield: consume /discover artifacts as the index — see §Brownfield Mode — do not re-survey the tree.)
  4. Review architecture (if exists) — Check ADRs, API contracts, diagrams
  5. Map dependencies — Which components depend on which?
  6. Write the §Impact Analysis — synthesize steps 2–5 into the plans/plan.md §Impact Analysis section (structure in §required structure below): every change item → affected surface, each cell backed by evidence (docs/CODEBASE_MAP.md endpoint/DB-object inventory · architecture/diagrams/component.md · architecture/api/openapi.yaml · SPEC §Permission Matrix · the /arch CONFORMANCE-GATE verdict). This is the visible output of Phase 1 — the analysis is not allowed to live only in the planner's head.

Read the full file on GitHub · 270 lines

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 · 270 lines · 14 tokens per session scan A 587868f43008

Subscribe to this mod's changes

plan is a command published in the GitHub repository dinhnguyenngoc/spec-driven-claude-code (20 stars, last pushed 5d ago), licensed MIT. It adds 14 tokens to every session and 5,332 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-30.