with one click
create-rfc
Create a new RFC (Request for Comments) technical specification
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Create a new RFC (Request for Comments) technical specification
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
| name | create-rfc |
| description | Create a new RFC (Request for Comments) technical specification |
| argument-hint | <rfc-title> |
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 structureCapture browser console, network, and performance logs for debugging. Auto-loads when debugging browser issues, analyzing errors, or investigating page behavior. Provides systematic log capture workflow using Chrome DevTools MCP.
Set up tmux notification system for Claude Code sessions
Use when facing complex, multi-layered debugging issues that require coordinated investigation across different domains (frontend, backend, database, network, etc). Spawns specialized debug expert agents to handle specific aspects of the investigation.
Creates a concise engineering implementation plan with team orchestration using Task coordination tools. Use when planning multi-step implementation work that requires team coordination, task dependencies, and parallel execution strategies.
Set up a new Django 6.0 project with modern tooling (uv, direnv, HTMX, OAuth, DRF, testing). Use when the user wants to create a Django project from scratch with production-ready configuration.
Download YouTube video transcripts as readable text files. Use when extracting transcripts from videos for analysis, documentation, or content review.