원클릭으로
list-rfcs
List all RFCs with status, progress, and metadata
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
List all RFCs with status, progress, and metadata
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Capture 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.
| name | list-rfcs |
| description | List all RFCs with status, progress, and metadata |
Category: Technical Architecture
/list-rfcs [options]
| Option | Description |
|---|---|
--status <status> | Filter by status (DRAFT, REVIEW, APPROVED, IN_PROGRESS, COMPLETED) |
--all | Include archived RFCs |
--author <name> | Filter by author |
| `--format table | list` |
When this command is run, Claude Code should:
Scan RFC Directories
rfcs/
├── draft/ → DRAFT
├── review/ → REVIEW
├── approved/ → APPROVED
│ └── in-progress/ → IN_PROGRESS
├── completed/ → COMPLETED
└── archive/ → (only with --all)
Extract Metadata from Each RFC
Apply Filters (if specified)
--allDisplay Results
RFC Management Summary
======================
Active RFCs: 5 | In Review: 2 | Completed: 12
| RFC ID | Title | Status | Author | Updated |
|-----------|----------------------------|-------------|-----------|------------|
| RFC-0045 | API Gateway Selection | REVIEW | Jane Doe | 2025-12-05 |
| RFC-0044 | Cache Strategy | IN_PROGRESS | John Doe | 2025-12-04 |
| RFC-0043 | Auth Redesign | APPROVED | Jane Doe | 2025-12-01 |
| RFC-0042 | Database Migration | DRAFT | Bob Smith | 2025-11-28 |
| RFC-0041 | Logging Architecture | DRAFT | Jane Doe | 2025-11-25 |
Use '/rfc-status RFC-XXXX' to see details or update status.
RFC-0045: API Gateway Selection
Status: REVIEW
Author: Jane Doe
Created: 2025-12-01
Updated: 2025-12-05
Reviewers: Alice (approved), Bob (pending)
Location: rfcs/review/RFC-0045-api-gateway-selection.md
RFC-0044: Cache Strategy
Status: IN_PROGRESS
Author: John Doe
...
Always show a summary at the top:
RFC Status Summary
==================
DRAFT: 3
REVIEW: 2
APPROVED: 1
IN_PROGRESS: 2
COMPLETED: 12
ARCHIVED: 8 (use --all to include)
Default sort order:
Within each status, sort by last_updated (newest first).
# List all active RFCs
/list-rfcs
# List only RFCs in review
/list-rfcs --status REVIEW
# List all including archived
/list-rfcs --all
# List RFCs by specific author
/list-rfcs --author "Jane Doe"
If no RFCs exist:
No RFCs found.
To create a new RFC:
/create-rfc <title>
RFC documentation:
See plugins/devops-data/skills/rfc-specification/SKILL.md
rfcs/ directory doesn't exist, show empty state message