What problem does it solve?
Large features that exceed single-agent execution capacity often result in incomplete, unvalidated work and integration failures. This Skill provides a structured RFC-driven pipeline to break down complex work into manageable, independently verifiable units with built-in quality controls.
Core Features & Use Cases
- DAG Decomposition: Automatically split large RFCs into ordered work units with clear dependency tracking.
- Tiered Complexity Handling: Classify work units by risk level (isolated edits, multi-file changes, schema/security modifications) to apply appropriate validation.
- Merge Queue & Recovery: Enforce merge rules to prevent broken integrations, with automated recovery steps for stalled units.
- Use Case: A solo engineer developing a new user authentication system can use this Skill to split the work into separate units for database schema updates, API endpoint implementation, and frontend integration, each with custom acceptance tests and rollback plans.
Quick Start
Use the ralphinho-rfc-pipeline skill to decompose the new payment processing RFC into 3 independent work units with dependency tracking and acceptance tests.