What problem does it solve?
This Skill solves the problem of managing large, complex feature development that is too big for a single agent workflow, eliminating disjointed work, missed dependencies, and failed integrations during cross-team feature builds.
Core Features & Use Cases
- RFC Decomposition: Break large feature requests into independently verifiable work units with clear dependency tracking.
- Quality Gated Pipeline: Each work unit progresses through research, implementation, testing, and review stages before merging.
- Merge Queue Management: Enforce rebase rules, re-run integration tests after each merge, and block merging of units with unresolved dependency failures.
- Use Case: For a new AI coach feature that touches UI, backend, and Gemini integration, use this Skill to split the work into separate units for the chat interface, prompt routing, and health data sync, each with defined acceptance tests and risk levels.
Quick Start
Use the ralphinho-rfc-pipeline skill to decompose the new community challenges feature into 3 independent work units with a dependency graph and acceptance tests for each.