From devops-data
Creates new RFC technical specification Markdown files with auto-incremented IDs, directory structure, metadata, and standard template in rfcs/. Use for architecture proposals and decision docs.
How this skill is triggered — by the user, by Claude, or both
Slash command
/devops-data:create-rfcThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
**Category**: Technical Architecture
Category: 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 REVIEW
Use the template from:
plugins/devops-data/skills/rfc-specification/references/rfc-template.md
/create-rfc API Gateway Selection
Creates: rfcs/draft/RFC-0001-api-gateway-selection.md
/create-rfc Database Migration Strategy
Creates: rfcs/draft/RFC-0002-database-migration-strategy.md
rfcs/ directory doesn't exist, create it with full structurenpx claudepluginhub jpoutrin/product-forge --plugin devops-dataCreates a new draft Technical Specification (TS-XXXX) file in tech-specs/ with auto-numbering, standard template, directory structure, and optional RFC link. Useful for documenting implementation details.
Facilitates Request for Comments (RFC) process for technical proposals and design decisions. Supplies templates, ADR comparisons, best practices, and IETF-adapted guidance.