What problem does it solve?
This Skill solves the problem of large, complex features that are too big for a single agent pass to handle reliably, which often leads to incomplete work, integration conflicts, and hard-to-trace bugs in multi-agent development workflows.
Core Features & Use Cases
- RFC Decomposition: Automatically break down large feature RFCs into independent, verifiable work units with clear dependency graphs.
- Quality-Gated Execution: Run each work unit through a standardized pipeline of research, implementation, testing, and review before it is eligible for merging.
- Merge Queue Management: Enforce dependency rules, automatically rebase unit branches on the latest integration branch, and re-run integration tests to prevent broken merges.
- Failure Recovery: Automatically evict stalled units, snapshot findings, and regenerate narrowed scopes to retry work with updated constraints.
- Use Case: When implementing a cross-service payment feature that requires changes to the API, database, and frontend, use this Skill to split the work into isolated units, track dependencies, and integrate changes safely without breaking existing functionality.
Quick Start
Use the ralphinho-rfc-pipeline skill to decompose the new user onboarding RFC into tracked work units with dependency graphs and enforced quality gates.