技能 编程开发 需求分解多单元集成流水线

需求分解多单元集成流水线

v20260517
ralphinho-rfc-pipeline
此高级流水线用于编排基于需求文档(RFC)的复杂功能开发。它将大型、单一的变更分解为多个独立可验证的工作单元,通过有向无环图(DAG)管理依赖关系。流程包含多个质量门、单元测试和安全的合并队列,确保了高鲁棒性的集成和受控的部署。
获取技能
431 次下载
概览

Ralphinho RFC Pipeline

humanplane スタイルのRFC分解パターンと複数ユニットオーケストレーションワークフローにインスパイア。

単一エージェントパスでは大きすぎる機能を独立して検証可能なワークユニットに分割する必要がある場合、このスキルを使用します。

Pipeline Stages

  1. RFC intake
  2. DAG decomposition
  3. Unit assignment
  4. Unit implementation
  5. Unit validation
  6. Merge queue and integration
  7. Final system verification

Unit Spec Template

各ワークユニットに含める:

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

Complexity Tiers

  • Tier 1: isolated file edits, deterministic tests
  • Tier 2: multi-file behavior changes, moderate integration risk
  • Tier 3: schema/auth/perf/security changes

Quality Pipeline per Unit

  1. research
  2. implementation plan
  3. implementation
  4. tests
  5. review
  6. merge-ready report

Merge Queue Rules

  • Never merge a unit with unresolved dependency failures.
  • Always rebase unit branches on latest integration branch.
  • Re-run integration tests after each queued merge.

Recovery

ユニットが stall した場合:

  • evict from active queue
  • snapshot findings
  • regenerate narrowed unit scope
  • retry with updated constraints

Outputs

  • RFC execution log
  • unit scorecards
  • dependency graph snapshot
  • integration risk summary
信息
Category 编程开发
Name ralphinho-rfc-pipeline
版本 v20260517
大小 1.66KB
更新时间 2026-05-18
语言