plan-feature

plan-feature is a command for Claude Code from HoangNguyen0403/agent-skills-standard. It costs 0 tokens per session (1,075 once invoked), scanned A, original, MIT.

A feature-planning workflow that turns a clear idea or business brief into a product requirements document, decisions, delivery plan, and implementation tasks.

In plain words
What is it for?
Use it to define feature requirements, compare approaches, record assumptions and risks, and hand a decision-ready plan to the engineering team.
Why use it?
It clarifies the problem, scope, success measures, and ownership before technical design or coding begins.

Command for Claude Code

Written for Claude Code: $ARGUMENTS substitution.

Good fit Use it to define feature requirements, compare approaches, record assumptions and risks, and hand a decision-ready plan to the engineering team.

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/hoangnguyen0403/agent-skills-standard/plan-feature
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/HoangNguyen0403/agent-skills-standard

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

README.md
[![agentmods](https://agentmods.dev/badge/commands/hoangnguyen0403/agent-skills-standard/plan-feature/github.svg)](https://agentmods.dev/commands/hoangnguyen0403/agent-skills-standard/plan-feature)
Your own site
<a href="https://agentmods.dev/commands/hoangnguyen0403/agent-skills-standard/plan-feature"><img src="https://agentmods.dev/badge/commands/hoangnguyen0403/agent-skills-standard/plan-feature/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 plan-feature

Your own site · 80×15
<a href="https://agentmods.dev/commands/hoangnguyen0403/agent-skills-standard/plan-feature"><img src="https://agentmods.dev/badge/commands/hoangnguyen0403/agent-skills-standard/plan-feature.svg" alt="Reviewed on agentmods" width="80" 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 1,075 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.00000 $0.01075
Opus 5 $0.00000 $0.00537
Sonnet 5 $0.00000 $0.00215
Haiku 4.5 $0.00000 $0.00108

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

Security

Grade A, and why

plan-feature 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 9d 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-feature.md · 90 lines

How it starts

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

Plan Feature

Plan a feature from BRD-lite brief or clear intent into PRD (What), decisions, implementation plan, and task slices.

Input: $ARGUMENTS

Optional args: slug=, ticket=<id/url>, mode=interactive|autonomous|channel, channel=, auto_continue=true|false, profile=business|hybrid|technical.

Instructions

Execute the following steps for $ARGUMENTS.

Feature Planning Workflow (PRD / What)

Goal: Produce a PM-owned decision-complete PRD, delivery plan, and IT Department handoff before code starts.

Steps

  1. Load context:
    • Load baseline PRD section and search docs/brd/ for the matching [slug]; if multiple candidates exist and intent is unclear, ask the user to choose/input the target slug.
    • Load BRD-lite, ticket text, existing specs, repo patterns, common-product-requirements, common-operator-profile, quality-engineering-business-analysis, and matched framework skills.
    • Carry forward operator_profile, BRD objective IDs, SMART metric, scope fence, assumptions, glossary, risks, and delivery context.
  2. Interview:
    • Draft a provisional PRD direction from current context before asking.
    • Ask only for business logic, scope, constraints, and acceptance criteria that cannot be inferred.
    • Ask max 3 blocking decisions at a time; include a recommended default and 2-3 options for each.
    • Treat non-critical unknowns as explicit assumptions.
    • Confirm problem statement, assumptions, target users, JTBD/use cases, platforms, data, analytics, security, performance, rollout, and non-goals.
    • Confirm each requirement has owner, priority, and status.
    • Confirm success metrics and guardrails that must not regress.
    • Stop when requirements are actionable.
  3. Draft PRD:
    • Save to docs/prd/prd-[slug].md when file writes are allowed.
    • Keep "what" separate from "how".
    • Add stable requirement IDs and AC IDs.
    • Use Given/When/Then AC when behavior can be misread.
    • Check user stories for specific persona, business value, INVEST, happy path, edge path, and negative path.
    • Link each requirement back to BRD-lite business objective.
    • Include risk categories, rollout/ops, decision log, analytics/telemetry, and changelog.
    • Mark unresolved blocking product decisions as blockers.
    • Include a RACI table for BA, PM, architect, backend, frontend, mobile, QA, release, and business/UAT approver when more than one delivery role is involved.
  4. Create implementation plan:
    • Define components, contracts, data changes, migrations, risks, and verification.
    • Slice work into fresh-context tasks.
    • Map each task slice to requirement IDs, AC IDs, likely owner role, repo/module, expected artifact, and verification lane.
    • Estimate each slice (t-shirt size + confidence); roll up a delivery-window range in time/cost terms for operator_profile=business, points otherwise.
    • Identify whether design-solution is required before coding.
  5. Route:
    • Continue when assumptions are non-critical; return BLOCKED for missing owner, untestable AC, approval, or release constraint.
    • Architecture unclear -> design-solution; approved build-ready plan with AC IDs and trace -> implementation-readiness.

Read the full file on GitHub · 90 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. 9d ago First seen · 90 lines · 0 tokens per session scan A d1e7a480b3f8

Subscribe to this mod's changes

plan-feature is a command published in the GitHub repository HoangNguyen0403/agent-skills-standard (565 stars, last pushed 3d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 1,075 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-09-03.