write-rfc

Generate and validate ArenaQuest RFC templates with Node.js scripts.

1|1|Updated Apr 14, 2026
One-click install
npx skills add https://github.com/RaphaelSilva/ArenaQuest --skill write-rfc-raphaelsilva
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: write-rfc
Source: https://github.com/RaphaelSilva/ArenaQuest/tree/main/.claude/skills/write-rfc
Command: npx skills add https://github.com/RaphaelSilva/ArenaQuest --skill write-rfc-raphaelsilva

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill ensures that all ArenaQuest RFCs follow a consistent structure and format, improving documentation quality and maintainability.

Core Features & Use Cases

  • RFC Scaffold: Automatically generates RFC templates with proper numbering and metadata.
  • RFC Validation: Checks RFCs against predefined standards, flagging missing sections or incorrect formatting.
  • Use Case: When creating a new RFC, use this Skill to generate the template and validate it against the standard to ensure compliance.

Quick Start

Scaffold a new RFC with the 'write-rfc' skill by providing the title and author.

Frequently Asked Questions about write-rfc

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I standardize RFC creation for software development feature proposals?

To standardize RFC creation for software development, use a Node.js script to automatically generate RFC templates with proper numbering and metadata, enforcing a consistent document structure for tracking feature proposals and changes.

What is the best way to validate an RFC document against formatting standards?

The best way to validate an RFC document is to run a Node.js script that checks the file against predefined standards, flagging missing sections or incorrect formatting to ensure compliance before review.

Do I need Node.js to generate and validate RFC templates?

Yes, you need Node.js installed in your environment because the RFC scaffold generation and validation processes rely on Node.js scripts to automate document creation and enforce formatting rules.

Can I automatically scaffold a new RFC with predefined metadata?

Yes, you can automatically scaffold a new RFC with predefined metadata by providing the title and author to the generation script, which outputs a standardized template for your feature proposals.

Why does my RFC validation keep flagging missing sections?

RFC validation flags missing sections when your document does not adhere to the predefined standard structure, ensuring that all required metadata and formatting rules are met for maintainability.

When do I need to use a standardized RFC process for code reviews?

You need a standardized RFC process for code reviews when tracking feature proposals and changes, ensuring documentation quality and maintainability across the software development lifecycle.