ralphinho-rfc-pipeline

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

Content Preview
---
name: ralphinho-rfc-pipeline
description: 基于RFC驱动的多智能体DAG执行模式,包含质量门、合并队列和工作单元编排。
origin: ECC
---

# Ralphinho RFC 管道

灵感来源于 [humanplane](https://github.com/humanplane) 风格的 RFC 分解模式和多单元编排工作流。

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

## 管道阶段

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

## 单元规范模板

每个工作单元应包含:

* `id`
* `depends_on`
* `scope`
* `acceptance_tests`
* `risk_level`
* `rollback_plan`

## 复杂度层级

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

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/ralphinho-rfc-pipeline.md \
  https://raw.githubusercontent.com/affaan-m/everything-claude-code/main/docs/zh-CN/skills/ralphinho-rfc-pipeline/SKILL.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/affaan-m/everything-claude-code

Then reference at docs/zh-CN/skills/ralphinho-rfc-pipeline/SKILL.md

Related Skills