Agent skill
list-rfcs
List all architecture RFCs and their status. Use when checking RFC pipeline, reviewing open proposals, or tracking architecture decisions.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/list-rfcs
SKILL.md
List RFCs
List all architecture RFCs with their current status.
Instructions
- Search for RFC files (check all, merge results):
docs/rfcs/*.mddocs/20-architecture/rfcs/*.md(jd-docs convention).arkhe/rfcs/*.md(arkhe convention)arkhe/rfcs/*.md
- For each RFC found, extract from the file header:
- Number/Filename: from the file path
- Title: from the
# RFC: [Title]heading (if non-standard, use the first#heading) - Status: from the
**Status**:field (Draft, Review, Approved, Rejected, Superseded). If missing, show "Unknown" - Author: from the
**Author**:field. If missing, show "—" - Date: from the
**Date**:field. If missing, show "—"
- If no RFCs are found, inform the user and suggest using the
create-rfcskill to draft one
Output Format
# Architecture RFCs
| # | Title | Status | Author | Date |
|---|-------|--------|--------|------|
| 0001 | [Title] | Draft | [Author] | [Date] |
**Summary**: X total — Y Draft, Z Review, W Approved
Sort by number descending (newest first).
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?