ProficientNowTechRFCs

RFC Kinds

Types of RFCs and when to use them

RFC Kinds

RFCs are categorized by their "kind" which determines their structure, validation rules, and lifecycle.

Available Kinds

Quick Reference

KindCodeUse When
Standards TrackstandardsDefining organizational processes or conventions
ArchitecturearchitectureDesigning system architecture
SpecificationspecificationDefining APIs or interfaces
Best Current PracticebcpDocumenting recommended practices

Choosing the Right Kind

Is it about how we work as a team?
  └─ Yes → Standards Track
  └─ No ↓

Is it about system design or components?
  └─ Yes → Architecture
  └─ No ↓

Is it about APIs, protocols, or interfaces?
  └─ Yes → Specification
  └─ No ↓

Is it about recommended ways of doing things?
  └─ Yes → Best Current Practice

Each kind has its own structure requirements and validation rules. See the individual kind definitions for details.

On this page