Create a new RFC (Request for Comments) technical specification
77
66%
Does it follow best practices?
Impact
Pending
No eval scenarios have been run
Passed
No known issues
Optimize this skill with Tessl
npx tessl skill review --optimize ./plugins/devops-data/skills/create-rfc/SKILL.mdCategory: Technical Architecture
/create-rfc <rfc-title><rfc-title>: Required - Short descriptive title for the RFC (will be kebab-cased for filename)When this command is run, Claude Code should:
Determine RFC Number
rfcs/ directory (all subdirectories) for existing RFC filesCreate Directory Structure (if not exists)
rfcs/
├── draft/
├── review/
├── approved/
│ └── in-progress/
├── completed/
└── archive/Generate RFC File
rfcs/draft/RFC-XXXX-<kebab-title>.mdPopulate Metadata
rfc_id to new numbertitle from argumentstatus to DRAFTcreated and last_updated to today's dateauthor for user to fillConfirm Creation
Created RFC-XXXX: <title>
Location: rfcs/draft/RFC-XXXX-<kebab-title>.md
Status: DRAFT
Next steps:
1. Fill in the Overview and Problem Statement sections
2. Define your Evaluation Criteria before analyzing options
3. Analyze at least 2 options objectively
4. When ready for review: /rfc-status RFC-XXXX --set REVIEWUse the template from:
plugins/devops-data/skills/rfc-specification/references/rfc-template.md
/create-rfc API Gateway SelectionCreates: rfcs/draft/RFC-0001-api-gateway-selection.md
/create-rfc Database Migration StrategyCreates: rfcs/draft/RFC-0002-database-migration-strategy.md
rfcs/ directory doesn't exist, create it with full structure0ebe7ae
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.