feature-plan

feature-plan is a command for Claude Code from ahmed3elshaer/everything-claude-code-mobile. It costs 30 tokens per session (452 once invoked), scanned A, original, MIT.

A command that turns a mobile feature request into a reviewed implementation plan covering code placement, dependencies, task order, and tests.

In plain words
What is it for?
Use it to plan features such as biometric authentication, offline article caching, or push notifications.
Why use it?
It identifies architectural decisions and dependencies before coding begins, reducing rework and unclear ownership.

Command for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the everything-claude-code-mobile plugin — 46 skills, 35 commands, 27 agents, 2 hooks, 3 MCP servers shipped together

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/ahmed3elshaer/everything-claude-code-mobile/feature-plan
Clone the repo
git clone --depth 1 https://github.com/ahmed3elshaer/everything-claude-code-mobile

Made for: Claude Code.

Or install everything-claude-code-mobile, the plugin that ships this one along with the rest of its 46 skills, 35 commands, 27 agents, 2 hooks, 3 MCP servers.

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

README.md
[![agentmods](https://agentmods.dev/badge/commands/ahmed3elshaer/everything-claude-code-mobile/feature-plan.svg)](https://agentmods.dev/commands/ahmed3elshaer/everything-claude-code-mobile/feature-plan)
Your own site
<a href="https://agentmods.dev/commands/ahmed3elshaer/everything-claude-code-mobile/feature-plan"><img src="https://agentmods.dev/badge/commands/ahmed3elshaer/everything-claude-code-mobile/feature-plan.svg" alt="Measured on agentmods" height="20"></a>
Per session 30 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 452 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.1 $0.00030 $0.00452
Opus 5 $0.00015 $0.00226
Sonnet 5 $0.00006 $0.00090
Haiku 4.5 $0.00003 $0.00045

Measured 2d ago against content hash 10b3a844f1fc, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

feature-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 2d 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.

commands/feature-plan.md · 60 lines

What it actually says

Feature Plan Command

Phase 1 of the feature build pipeline. Creates a structured plan document and gets architecture review before implementation begins.

Usage

/feature-plan Add user authentication with biometrics
/feature-plan Implement offline caching for articles
/feature-plan Add push notification handling

Workflow

  1. Scan: feature-planner agent analyzes the project structure, existing modules, and dependencies
  2. Plan: Creates plan document at .omc/plans/feature-{name}.json with:
    • Module placement decisions
    • File breakdown per layer (domain, data, presentation, DI)
    • Dependency analysis (new libraries, version constraints)
    • Task list with execution order
    • Test strategy with coverage targets
  3. Review: mobile-architect agent reviews the plan for:
    • Architecture pattern compliance (MVI/MVVM)
    • Module boundaries and dependency direction
    • API surface and interface design
    • Scalability and testability concerns
  4. Approve: User is shown the plan summary and architecture review, then asked to approve or request changes

Output

Plan document (.omc/plans/feature-{name}.json) containing:

  • modules: Where new code lives, what existing modules are touched
  • files: Every file to create or modify, grouped by layer
  • dependencies: New libraries, version bumps, Gradle/SPM changes
  • tasks: Ordered implementation tasks with agent assignments
  • testStrategy: What to test, coverage targets per layer

Examples

# Plan a new feature from scratch
/feature-plan Add biometric login with fallback to PIN

# Plan an enhancement to an existing feature
/feature-plan Add offline support to article feed

# Plan a cross-cutting concern
/feature-plan Add analytics tracking to all screens

Invokes

  • feature-planner agent
  • mobile-architect agent
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. 2d ago First seen · 60 lines · 30 tokens per session scan A 10b3a844f1fc

Subscribe to this mod's changes

feature-plan is a command published in the GitHub repository ahmed3elshaer/everything-claude-code-mobile (65 stars, last pushed 2mo ago), licensed MIT. It adds 30 tokens to every session and 452 once invoked, about $0.0002 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-09-03.