Token导航 LogoToken导航TokenDH.com
开发需要联网github未标认证来源可访问许可证需确认审计异常

rfc-specificationRFC 规范

Agent Skill

rfc-specification 用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要围绕仓库状态、代码变更或协作事项进行整理时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

247

周安装

10

GitHub Stars

10

下载量

78
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:rfc-specification(RFC 规范)
来源仓库:https://github.com/jpoutrin/product-forge
仓库路径:skills/rfc-specification
安装命令:
npx skills add https://github.com/jpoutrin/product-forge --skill rfc-specification
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/jpoutrin/product-forge --skill rfc-specification

简介

rfc-specification 用于处理 GitHub 仓库、Issue 和 Pull Request 协作信息,支持代码变更跟踪。

  • 适用于产品开发流程中的协作事项管理和代码审查辅助。
  • 可通过 npx 命令从 product-forge 仓库安装,建议查阅原始 README 了解具体能力。
  • 使用前需确认权限范围和维护状态,避免误操作私有仓库或敏感提交。
  • 输出内容应基于公开协作数据,不擅自解读私有分支或非公开讨论。

SKILL.md

RFC Specification Writing Skill

This skill automatically activates when writing technical specifications, design documents, or architecture proposals that require structured evaluation and stakeholder review.

When This Skill Activates

  • Creating a new technical RFC or design document
  • Proposing architectural changes or new systems
  • Evaluating technical options objectively
  • Documenting technical decisions with rationale
  • Writing system design specifications

Core Principles

Objective Technical Analysis

RFCs must maintain strict neutrality when evaluating options:

  1. Evidence-Based Evaluation

- Support claims with data, benchmarks, or documented experience - Avoid subjective language ("better", "best", "obvious choice") - Present measurable criteria for comparison

  1. Balanced Trade-off Analysis

- Every option has advantages AND disadvantages - Document both explicitly for each alternative - Avoid dismissing options without clear justification

  1. Separation of Facts and Opinions

- Clearly label assumptions vs verified facts - Cite sources for technical claims - Distinguish between team preferences and technical constraints

  1. Stakeholder Neutrality

- Present options without advocating for a predetermined choice - Let evaluation criteria drive the recommendation - Document dissenting opinions fairly

RFC Document Structure

Required Sections

  1. Header Metadata --- rfc_id: RFC-XXXX title: [Descriptive Title] status: DRAFT | REVIEW | APPROVED | IN_PROGRESS | COMPLETED | SUPERSEDED author: [Name] reviewers: [List of reviewers with status] created: YYYY-MM-DD last_updated: YYYY-MM-DD decision_date: YYYY-MM-DD (when approved) ---
  2. Overview (1-2 paragraphs)

- What this RFC proposes - Why it matters now - Expected outcome

  1. Background & Context

- Current state of the system - Historical context if relevant - Glossary of terms - Links to related RFCs or documentation

  1. Problem Statement

- Specific problem being addressed - Evidence of the problem (metrics, incidents, user feedback) - Impact of not solving (cost, risk, opportunity loss)

  1. Goals & Non-Goals

- Explicit scope boundaries - What success looks like - What this RFC deliberately does NOT address

  1. Evaluation Criteria

- Measurable criteria for comparing options - Weight or priority of each criterion - Minimum thresholds where applicable

  1. Options Analysis For each option (minimum 2): ### Option N: [Name] **Description**: [What this option entails] **Advantages**: - [Pro 1] - [Pro 2] **Disadvantages**: - [Con 1] - [Con 2] **Evaluation Against Criteria**: | Criterion | Score/Rating | Notes | |-----------|--------------|-------| |... |... |... | **Effort Estimate**: [Complexity and resources required] **Risk Assessment**: [Potential risks and mitigations]
  2. Recommendation

- Recommended option with justification - How it scores against criteria - Acknowledged trade-offs being accepted

  1. Technical Design (for approved RFCs)

- Architecture diagrams - API specifications - Data models - Security considerations

  1. Implementation Plan

- Phases and milestones - Dependencies - Rollback strategy

  1. Open Questions

- Unresolved technical questions - Areas needing further investigation - Pending stakeholder input

  1. Decision Record

- Final decision made - Date and approvers - Key discussion points - Conditions or constraints on approval

RFC Lifecycle

DRAFT → REVIEW → APPROVED → IN_PROGRESS → COMPLETED
                    ↓
               SUPERSEDED (if replaced by newer RFC)

Status Definitions

StatusDescription
DRAFTInitial writing, not ready for review
REVIEWOpen for stakeholder feedback
APPROVEDDecision made, ready for implementation
IN_PROGRESSImplementation underway
COMPLETEDImplementation finished
SUPERSEDEDReplaced by newer RFC (link to new RFC)

Evaluation Criteria Framework

Use these standard criteria categories (adapt as needed):

Technical Criteria

  • Performance: Latency, throughput, resource usage
  • Scalability: Horizontal/vertical scaling, bottlenecks
  • Reliability: Fault tolerance, recovery, availability
  • Security: Attack surface, data protection, compliance
  • Maintainability: Code complexity, debugging, updates

Operational Criteria

  • Operability: Monitoring, alerting, incident response
  • Deployment: CI/CD integration, rollback capability
  • Documentation: Learning curve, knowledge transfer

Business Criteria

  • Time to Implement: Development effort, dependencies
  • Cost: Infrastructure, licensing, maintenance
  • Risk: Technical risk, organizational risk

Neutral Language Guidelines

Avoid

  • "Obviously the best choice"
  • "Everyone agrees that..."
  • "This is clearly superior"
  • "The only sensible option"
  • Dismissing alternatives as "not worth considering"

Use Instead

  • "Based on criteria X, Option A scores higher because..."
  • "Option B requires consideration of trade-off Y"
  • "The data suggests that..."
  • "Stakeholder input indicates a preference for..."
  • "Given constraints A and B, Option C is recommended"

Quality Checklist

Before marking RFC as REVIEW:

  • All required sections are complete
  • At least 2 alternatives are analyzed
  • Evaluation criteria are explicit and measurable
  • Trade-offs are documented for each option
  • Language is objective and evidence-based
  • Technical diagrams are included where helpful
  • Open questions are clearly listed
  • Implementation plan is realistic

Integration with CTO Architect Workflow

When the CTO Architect agent creates technical specifications:

  1. Use this skill for any significant technical decision
  2. Follow the template in references/rfc-template.md
  3. Ensure neutral evaluation of all options
  4. Link to related PRDs when applicable
  5. Request review from appropriate technical stakeholders

File Naming Convention

  • RFC documents: RFC-XXXX-<short-description>.md
  • Example: RFC-0042-api-gateway-selection.md

Directory Structure

rfcs/
├── draft/           # Work in progress
├── review/          # Under stakeholder review
├── approved/        # Approved, awaiting or in implementation
├── completed/       # Implementation finished
└── archive/         # Superseded or abandoned
    └── YYYY/

References

  • Template: ./references/rfc-template.md
  • Evaluation Matrix: ./references/evaluation-matrix.md

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

38.02%
按下载量换算30

Claude

26.58%
按下载量换算21

Cursor

19.3%
按下载量换算15

Gemini CLI

9.46%
按下载量换算7

安全审计

Gen Agent Trust Hub

通过

Socket

未通过

Snyk

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills