What problem does it solve? Large features often exceed what a single agent pass can implement reliably, leading to incomplete or unverifiable changes. This Skill provides a structured pipeline that splits an RFC into independently verifiable work units with dependency tracking, quality gates, and merge queue rules. ## Core Features & Use Cases - DAG Decomposition: Breaks an RFC into work units with id, depends_on, scope, acceptance_tests, risk_level, and rollback_plan fields. - Quality Pipeline per Unit: Enforces research, implementation plan, implementation, tests, review, and merge-ready report stages for every unit. - Merge Queue and Recovery: Rebases unit branches on the integration branch, re-runs integration tests after each merge, and evicts stalled units with narrowed scope regeneration. - Use Case: When implementing a multi-service authentication overhaul, use this Skill to decompose the RFC into Tier 1-3 units, assign them to agents, validate each against acceptance tests, and merge them through a controlled queue. ## Quick Start Use the ralphinho-rfc-pipeline skill to decompose this feature RFC into dependency-ordered work units with acceptance tests and a merge queue plan.