rfc
Installation
SKILL.md
RFC Manager
Manage architecture RFCs with 5 operations: create, review, list, update, status.
Argument Parsing
Parse $ARGUMENTS to determine the action:
| First word | Remaining args | Operation |
|---|---|---|
create |
<topic> |
Draft a new RFC |
review |
<path-to-rfc> |
Review an existing RFC |
list |
(none) | List all RFCs |
update |
<path-to-rfc> |
Update specific RFC sections |
status |
<number> <status> |
Transition RFC status with validation and side effects |
| (empty) | Ask the user which action to perform |
If the first word does not match any action, treat the entire $ARGUMENTS as a topic and default to create.