feature

feature is a command for coding agents from hoblin/claude-ruby-marketplace. It costs 0 tokens per session (936 once invoked), scanned A, original, MIT.

A command for taking a feature or chore from an issue or plain description to a branch and a pull request ready for review.

In plain words
What is it for?
Use it to create or read an issue, make a feature branch, update the ticket, gather project history, and prepare the code for review.
Why use it?
It brings setup, historical context, implementation work, and issue tracking into one defined workflow.

Command

Part of the rpi plugin — 12 commands, 12 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/hoblin/claude-ruby-marketplace/feature
Clone the repo
git clone --depth 1 https://github.com/hoblin/claude-ruby-marketplace

Or install rpi, the plugin that ships this one along with the rest of its 12 commands, 12 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 feature

README.md
[![agentmods](https://agentmods.dev/badge/commands/hoblin/claude-ruby-marketplace/feature.svg)](https://agentmods.dev/commands/hoblin/claude-ruby-marketplace/feature)
Your own site
<a href="https://agentmods.dev/commands/hoblin/claude-ruby-marketplace/feature"><img src="https://agentmods.dev/badge/commands/hoblin/claude-ruby-marketplace/feature.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 936 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.00936
Opus 5 $0.00000 $0.00468
Sonnet 5 $0.00000 $0.00187
Haiku 4.5 $0.00000 $0.00094

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

Security

Grade A, and why

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 5d 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/rpi/commands/feature.md · 110 lines

How it starts

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

Input Format

/feature <FEATURE_DESCRIPTION> [additional instructions]
  • FEATURE_DESCRIPTION: issue URL or plain description (required)
  • additional instructions (optional): constraints, focus areas, or any custom guidance

Examples:

/feature https://linear.app/team/ENG-1234
/feature ENG-1234 the SpaceshipLauncher class must inherit from BaseVehicle

Context

Create and complete a new feature or chore for this project, from branch creation to PR readiness. Input can be an issue URL or a plain description.

With issue URL: Extract ID, fetch ticket details. With description only: Create new issue in the appropriate project.

Pass any additional instructions from user input through to all subagents and apply them during implementation.

Workflow

Step 1: Setup

Pull latest base branch (usually main or master) Create feature branch: <type>/<issue-id>-<short-description> (e.g., feature/eng-1234-add-api-endpoint) Update the ticket: assign to "me", change status to "In Progress"

Step 2: Gather Historical Context

Spawn rpi:thoughts-analyzer with ticket reference, title, description, acceptance criteria, and any additional instructions from user input.

DO NOT proceed to Step 3 until this subagent returns. Its output is required input for Step 3.

Step 3: Research Codebase

After Step 2 completes, spawn research subagents in parallel, passing ticket info, historical context output from Step 2, and any additional instructions from user input:

rpi:codebase-pattern-finder - find similar implementations to model after rpi:codebase-analyzer - analyze the area being modified

Wait for both subagents to complete before proceeding.

Step 4: Implementation

Follow Rails best practices, CLAUDE.md, and any additional instructions from user input. Keep code clean, DRY, well-documented. When modifying code: fix lurking bugs, refactor, add missing tests and regression tests. Ensure solid RSpec coverage with well-documented business logic (viewable with --format documentation). Review changes for completeness.

Read the full file on GitHub · 110 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. 5d ago First seen · 110 lines · 0 tokens per session scan A 2754caaa9d90

Subscribe to this mod's changes

feature is a command published in the GitHub repository hoblin/claude-ruby-marketplace (37 stars, last pushed 25d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 936 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-30.