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.
npx claudepluginhub jpoutrin/product-forge --plugin devops-dataThis skill uses the workspace's default tool permissions.
**Category**: Technical Architecture
Facilitates Request for Comments (RFC) process for technical proposals and design decisions. Supplies templates, ADR comparisons, best practices, and IETF-adapted guidance.
Guides writing RFCs for features, architecture, processes, deprecations, migrations, and standards with workflow: type selection, git research, required sections (summary, problem, solution, alternatives, risks), review management, decision logging, and git commit to docs/rfcs/. Use for proposals needing team buy-in on large changes.
Share bugs, ideas, or general feedback.
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 structure