write-feature

Automates RFC-to-milestone.md creation and validation for ArenaQuest features.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the creation and validation of feature milestones in ArenaQuest, based on an RFC (Request for Comments), saving time and ensuring consistency across all milestone documentation.

Core Features & Use Cases

  • Feature Milestone Scaffold: Automates the generation of milestone folders and milestone.md files from an RFC.
  • RFC Validation: Checks if the milestone adheres to the standard structure and guidelines.
  • Use Case: When a new feature is proposed via an RFC, use this Skill to quickly create the corresponding milestone, then validate and refine it as it progresses.

Quick Start

Run the skill with the path to the RFC: node .agents/skills/write-feature/new-feature.mjs --rfc docs/product/RFCs/0006-white-label-branding.md

Frequently Asked Questions about write-feature

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

FAQPage Schema
How do I automate feature milestone creation from an RFC document?

To automate feature milestone creation from an RFC, run the skill script via Node.js with the RFC file path. It parses the document, generates milestone folders, and creates a milestone.md file to save time and ensure consistency.

What is the best way to validate an RFC milestone against a predefined template?

RFC milestone validation checks if the generated milestone.md adheres to the standard structure and guidelines. The skill processes the document to ensure all required sections align with the predefined template before progression.

Does this milestone scaffolding tool require a specific runtime environment?

This milestone scaffolding tool requires a Node.js runtime environment to execute its scripts. You must have Node.js installed locally to parse RFC file paths and generate the milestone documentation.

Can I use this script to generate milestone folders for knowledge management systems like ArenaQuest?

Yes, you can use this script to generate milestone folders for ArenaQuest. It is specifically designed for administrative tasks within ArenaQuest knowledge management systems to automate RFC-to-milestone workflows.

How do I handle milestone numbering when parsing RFCs for feature development?

Milestone numbering is automatically handled during the RFC parsing process. The skill validates file paths and sequentially assigns milestone numbers to maintain consistent documentation across feature development.

What are the limitations of using scripts to automate milestone generation from RFCs?

Limitations of automating milestone generation include strict dependency on the Node.js runtime and adherence to a predefined RFC template. The script cannot process documents that deviate from the expected standard structure.