Agent skill

ralphinho-rfc-pipeline

基于RFC驱动的多智能体DAG执行模式,包含质量门、合并队列和工作单元编排。

Stars 132,726
Forks 19,206

Install this agent skill to your Project

npx add-skill https://github.com/affaan-m/everything-claude-code/tree/main/docs/zh-CN/skills/ralphinho-rfc-pipeline

SKILL.md

Ralphinho RFC 管道

灵感来源于 humanplane 风格的 RFC 分解模式和多单元编排工作流。

当一个功能对于单次代理处理来说过于庞大,必须拆分为独立可验证的工作单元时,请使用此技能。

管道阶段

  1. RFC 接收
  2. DAG 分解
  3. 单元分配
  4. 单元实现
  5. 单元验证
  6. 合并队列与集成
  7. 最终系统验证

单元规范模板

每个工作单元应包含:

  • id
  • depends_on
  • scope
  • acceptance_tests
  • risk_level
  • rollback_plan

复杂度层级

  • 层级 1:独立文件编辑,确定性测试
  • 层级 2:多文件行为变更,中等集成风险
  • 层级 3:架构/认证/性能/安全性变更

每个单元的质量管道

  1. 研究
  2. 实现计划
  3. 实现
  4. 测试
  5. 审查
  6. 合并就绪报告

合并队列规则

  • 永不合并存在未解决依赖项失败的单元。
  • 始终将单元分支变基到最新的集成分支上。
  • 每次队列合并后重新运行集成测试。

恢复

如果一个单元停滞:

  • 从活动队列中移除
  • 快照发现结果
  • 重新生成范围缩小的单元
  • 使用更新的约束条件重试

输出

  • RFC 执行日志
  • 单元记分卡
  • 依赖关系图快照
  • 集成风险摘要

Expand your agent's capabilities with these related and highly-rated skills.

affaan-m/everything-claude-code

python-testing

Python testing best practices using pytest including fixtures, parametrization, mocking, coverage analysis, async testing, and test organization. Use when writing or improving Python tests.

132,726 19,206
Explore
affaan-m/everything-claude-code

golang-patterns

Go-specific design patterns and best practices including functional options, small interfaces, dependency injection, concurrency patterns, error handling, and package organization. Use when working with Go code to apply idiomatic Go patterns.

132,726 19,206
Explore
affaan-m/everything-claude-code

e2e-testing

Playwright E2E testing patterns, Page Object Model, configuration, CI/CD integration, artifact management, and flaky test strategies.

132,726 19,206
Explore
affaan-m/everything-claude-code

agentic-engineering

Operate as an agentic engineer using eval-first execution, decomposition, and cost-aware model routing. Use when AI agents perform most implementation work and humans enforce quality and risk controls.

132,726 19,206
Explore
affaan-m/everything-claude-code

api-design

REST API design patterns including resource naming, status codes, pagination, filtering, error responses, versioning, and rate limiting for production APIs.

132,726 19,206
Explore
affaan-m/everything-claude-code

python-patterns

Python-specific design patterns and best practices including protocols, dataclasses, context managers, decorators, async/await, type hints, and package organization. Use when working with Python code to apply Pythonic patterns.

132,726 19,206
Explore

Didn't find tool you were looking for?

Be as detailed as possible for better results