feat

feat is a command for coding agents from bentleypark/claude-code-mobile-spine. It costs 51 tokens per session (7,935 once invoked), scanned A, original, MIT.

A command for starting work on a new mobile feature. It asks a short set of questions, then sends the result to a product-management agent to create or organise the required tasks.

In plain words
What is it for?
Use it to begin feature work across Android, iOS, and backend projects. It can route large requirements into phases, match an existing platform implementation on another platform, or handle changes that do not affect backend endpoints.
Why use it?
It helps turn an early feature idea into an actionable plan and detects cases that need a different path, such as a large multi-phase project, platform parity, or a client-only change.

Command

Part of the mobile-spine plugin — 1 skill, 2 commands, 4 agents 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/bentleypark/claude-code-mobile-spine/feat
Clone the repo
git clone --depth 1 https://github.com/bentleypark/claude-code-mobile-spine

Or install mobile-spine, the plugin that ships this one along with the rest of its 1 skill, 2 commands, 4 agents.

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 feat

README.md
[![agentmods](https://agentmods.dev/badge/commands/bentleypark/claude-code-mobile-spine/feat.svg)](https://agentmods.dev/commands/bentleypark/claude-code-mobile-spine/feat)
Your own site
<a href="https://agentmods.dev/commands/bentleypark/claude-code-mobile-spine/feat"><img src="https://agentmods.dev/badge/commands/bentleypark/claude-code-mobile-spine/feat.svg" alt="Measured on agentmods" height="20"></a>
Per session 51 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 7,935 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.00051 $0.07935
Opus 5 $0.00026 $0.03967
Sonnet 5 $0.00010 $0.01587
Haiku 4.5 $0.00005 $0.00793

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

Security

Grade A, and why

feat 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.

plugins/mobile-spine/commands/feat.md · 480 lines

How it starts

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

/mobile-spine:feat — New feature kickoff interview

Run a 4-item interview, then invoke pm-agent automatically. The main session asks the user the 4 questions in order, collects answers, and constructs the pm-agent prompt. Three early checks can divert before the case interview: a requirement too large for one PR cycle (Item 1b — epic) routes to pm-agent's phased decomposition; a feature already built on one platform but not the other (Item 1c — parity) routes to the cross-platform parity flow; a change that alters no backend endpoint (Item 1d — client-only) skips the spec pre-checks entirely. All three skip Items 2–4 — parity skips them entirely (it's a near-zero-input path: the reference implementation is the spec), epic defers them to per-phase authoring, and client-only settles them by classification (no spec to source; the existing screen is the design).

The workspace's /feat is a thin stub that delegates here — both invocations end up running this same command.

Workspace prerequisite

This command operates on a scaffolded mobile-spine workspace. Before running the interview, verify .claude/mobile-spine.config.yaml exists in the current directory — if not, abort:

"[/feat] No .claude/mobile-spine.config.yaml found in the current working directory. This doesn't look like a mobile-spine workspace. Run /mobile-spine:init for a fresh setup, or follow SETUP.md §0 to migrate from v1.x."

Then apply the same schema check pm-agent runs (pm-agent.md Configuration → §Config schema versioning): a mobileSpineSchemaVersion higher than the plugin's warns once and proceeds; lower, absent, or non-integer aborts here. Same reason as the file check — pm-agent would abort at invocation anyway, and the interview would already be spent.

(pm-agent reads the same config at invocation; the checks here are a fast-fail so the user doesn't sit through the 4-item interview before discovering the workspace isn't set up, or is at a schema this plugin cannot read.)

User argument: $ARGUMENTS

Read the full file on GitHub · 480 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 · 480 lines · 51 tokens per session scan A d35cd3e87122

Subscribe to this mod's changes

feat is a command published in the GitHub repository bentleypark/claude-code-mobile-spine (1 stars, last pushed 1mo ago), licensed MIT. It adds 51 tokens to every session and 7,935 once invoked, about $0.0003 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-31.