rfc

rfc is a command for Claude Code from luca-mastrostefano/agent-native-setup. It costs 12 tokens per session (118 once invoked), scanned A, original, MIT.

A command that creates a Request for Comments (RFC), a short document used to propose and record a technical decision. It places the draft in the repository’s proposed RFC folder.

In plain words
What is it for?
Use it to create and review a new technical proposal from a short description. It chooses a date-based filename and fills in the context, decision, and consequences sections.
Why use it?
It provides a consistent starting point for documenting why a change is needed, what will be done, and what the consequences are, then checks the draft with an RFC reviewer.

Command for Claude Code

Written for Claude Code: $ARGUMENTS substitution. Also seen: mentions subagents.

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/luca-mastrostefano/agent-native-setup/rfc
Clone the repo
git clone --depth 1 https://github.com/luca-mastrostefano/agent-native-setup

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 rfc

README.md
[![agentmods](https://agentmods.dev/badge/commands/luca-mastrostefano/agent-native-setup/rfc.svg)](https://agentmods.dev/commands/luca-mastrostefano/agent-native-setup/rfc)
Your own site
<a href="https://agentmods.dev/commands/luca-mastrostefano/agent-native-setup/rfc"><img src="https://agentmods.dev/badge/commands/luca-mastrostefano/agent-native-setup/rfc.svg" alt="Measured on agentmods" height="20"></a>
Per session 12 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 118 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.00012 $0.00118
Opus 5 $0.00006 $0.00059
Sonnet 5 $0.00002 $0.00024
Haiku 4.5 $0.00001 $0.00012

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

Security

Grade A, and why

rfc 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 6d 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/rfc.md · 12 lines

What it actually says

Create a new RFC for: $ARGUMENTS

  1. Pick a short kebab-case slug and today's date.
  2. Copy docs/rfc/TEMPLATE.md to docs/rfc/proposed/<YYYY-MM-DD>-<slug>.md.
  3. Fill in Context, Decision, and Consequences. Leave status as Proposed.
  4. Run the rfc-reviewer subagent on the draft and resolve its findings.
  5. Show me the reviewed draft before considering it done.
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. 6d ago First seen · 12 lines · 12 tokens per session scan A 594fc9598df7

Subscribe to this mod's changes

rfc is a command published in the GitHub repository luca-mastrostefano/agent-native-setup (5 stars, last pushed yesterday), licensed MIT. It adds 12 tokens to every session and 118 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-31.

Related

Other commands, from other repositories

cost-optimize

You are a cloud cost optimization expert specializing in reducing infrastructure expenses while maintaining performance and reliability. Analyze cloud spending, identify savings opportunities, and implement cost-effective architectures across AWS, Azure, GCP, and OCI. Where provider-specific code appears below, adapt…

wshobson/agents · 0 tokens

api-mock

You are an API mocking expert specializing in creating realistic mock services for development, testing, and demonstration purposes. Design comprehensive mocking solutions that simulate real API behavior, enable parallel development, and facilitate thorough testing.

wshobson/agents · 0 tokens

performance-optimization

Orchestrate end-to-end application performance optimization from profiling to monitoring.

wshobson/agents · 13 tokens

refactor-clean

You are a code refactoring expert specializing in clean code principles, SOLID design patterns, and modern software engineering best practices. Analyze and refactor the provided code to improve its quality, maintainability, and performance.

wshobson/agents · 0 tokens

data-driven-feature

Build features guided by data insights, A/B testing, and continuous measurement.

wshobson/agents · 14 tokens

accessibility-audit

You are an accessibility expert specializing in WCAG compliance, inclusive design, and assistive technology compatibility. Conduct comprehensive audits, identify barriers, provide remediation guidance, and ensure digital products are accessible to all users.

wshobson/agents · 0 tokens