What problem does it solve?
This Skill solves the problem of managing large, complex features that are too big for a single agent to handle reliably, which often leads to fragmented work, integration failures, and unclear accountability for deliverables.
Core Features & Use Cases
- RFC-Driven DAG Decomposition: Break large features into independently verifiable work units with clear dependency graphs and defined acceptance criteria.
- Quality-Gated Workflow: Enforce research, implementation, testing, and review steps for each work unit to catch issues early and ensure quality.
- Safe Merge Queue Integration: Manage unit merges with rebasing, integration test re-runs, and dependency failure checks to avoid broken integration branches.
- Use Case: When implementing a multi-component feature like a new payment processing system, use this Skill to split work into schema updates, API development, frontend integration, and security testing units, each with rollback plans and risk ratings.
Quick Start
Use the ralphinho-rfc-pipeline skill to decompose the new user notification system feature into tracked work units with dependency graphs and quality gates.