ralphinho-rfc-pipeline▌
affaan-m/everything-claude-code · updated Apr 8, 2026
Multi-agent DAG execution framework for decomposing large features into independently verifiable work units with quality gates.
- ›Structures complex features as directed acyclic graphs with explicit dependencies, complexity tiers (isolated edits to schema/security changes), and per-unit acceptance criteria
- ›Enforces a seven-stage pipeline: RFC intake, DAG decomposition, unit assignment, implementation, validation, merge queue processing, and final system verification
- ›Implements merge qu
Ralphinho RFC Pipeline
Inspired by humanplane style RFC decomposition patterns and multi-unit orchestration workflows.
Use this skill when a feature is too large for a single agent pass and must be split into independently verifiable work units.
Pipeline Stages
- RFC intake
- DAG decomposition
- Unit assignment
- Unit implementation
- Unit validation
- Merge queue and integration
- Final system verification
Unit Spec Template
Each work unit should include:
iddepends_onscopeacceptance_testsrisk_levelrollback_plan
Complexity Tiers
- Tier 1: isolated file edits, deterministic tests
- Tier 2: multi-file behavior changes, moderate integration risk
- Tier 3: schema/auth/perf/security changes
Quality Pipeline per Unit
- research
- implementation plan
- implementation
- tests
- review
- merge-ready report
Merge Queue Rules
- Never merge a unit with unresolved dependency failures.
- Always rebase unit branches on latest integration branch.
- Re-run integration tests after each queued merge.
Recovery
If a unit stalls:
- evict from active queue
- snapshot findings
- regenerate narrowed unit scope
- retry with updated constraints
Outputs
- RFC execution log
- unit scorecards
- dependency graph snapshot
- integration risk summary
Discussion
Product Hunt–style comments (not star reviews)- No comments yet — start the thread.
Ratings
4.8★★★★★34 reviews- ★★★★★Sofia Zhang· Dec 28, 2024
I recommend ralphinho-rfc-pipeline for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.
- ★★★★★Pratham Ware· Dec 20, 2024
ralphinho-rfc-pipeline has been reliable in day-to-day use. Documentation quality is above average for community skills.
- ★★★★★Arya Malhotra· Dec 12, 2024
Keeps context tight: ralphinho-rfc-pipeline is the kind of skill you can hand to a new teammate without a long onboarding doc.
- ★★★★★Arjun Patel· Dec 4, 2024
Solid pick for teams standardizing on skills: ralphinho-rfc-pipeline is focused, and the summary matches what you get after install.
- ★★★★★Arya Patel· Nov 23, 2024
ralphinho-rfc-pipeline has been reliable in day-to-day use. Documentation quality is above average for community skills.
- ★★★★★William Bansal· Nov 19, 2024
ralphinho-rfc-pipeline fits our agent workflows well — practical, well scoped, and easy to wire into existing repos.
- ★★★★★Hassan Liu· Nov 15, 2024
Useful defaults in ralphinho-rfc-pipeline — fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.
- ★★★★★Yash Thakker· Nov 11, 2024
Solid pick for teams standardizing on skills: ralphinho-rfc-pipeline is focused, and the summary matches what you get after install.
- ★★★★★Arjun Srinivasan· Nov 3, 2024
We added ralphinho-rfc-pipeline from the explainx registry; install was straightforward and the SKILL.md answered most questions upfront.
- ★★★★★Arjun Rao· Oct 22, 2024
Solid pick for teams standardizing on skills: ralphinho-rfc-pipeline is focused, and the summary matches what you get after install.
showing 1-10 of 34