What problem does it solve? Large features often exceed what a single agent pass can implement reliably, leading to broken integrations and unverifiable changes. This Skill splits oversized features into independently verifiable work units coordinated through a DAG, quality gates, and a merge queue. ## Core Features & Use Cases - DAG Decomposition: Breaks an RFC into work units with explicit dependencies, scope, acceptance tests, risk levels, and rollback plans. - Quality Gates per Unit: Enforces a research, plan, implement, test, review, and merge-ready pipeline for every unit. - Merge Queue & Recovery: Rebases unit branches, re-runs integration tests after each merge, and evicts or regenerates stalled units with narrowed scope. - Use Case: When asked to build a multi-module 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 the integration queue. ## Quick Start Use the ralphinho-rfc-pipeline skill to decompose this feature RFC into dependency-ordered work units and orchestrate their implementation through the merge queue.