Create a new RFC from a feature description. Generates a properly structured RFC in pending status.
Create a new RFC for the feature described.
!cat .arch/rfcs/template.md 2>/dev/null || echo "Template not found"!
!ls .arch/rfcs/*/*.md 2>/dev/null | sort | tail -10 || echo "No existing RFCs"!
Find the highest existing RFC number and increment by 1.
Create .arch/rfcs/pending/XXX-feature-name.md using the template with:
Metadata:
Problem Statement:
Proposed Solution:
Technical Details:
Implementation Checklist:
Dependencies:
Acceptance Criteria:
After creating, provide:
/review-rfc XXX)If the feature description is unclear, ask about: