ralphinho-rfc-pipeline

affaan-m/everything-claude-code · updated Apr 8, 2026

$npx skills add https://github.com/affaan-m/everything-claude-code --skill ralphinho-rfc-pipeline
0 commentsdiscussion
summary

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
skill.md

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

  1. RFC intake
  2. DAG decomposition
  3. Unit assignment
  4. Unit implementation
  5. Unit validation
  6. Merge queue and integration
  7. Final system verification

Unit Spec Template

Each work unit should include:

  • id
  • depends_on
  • scope
  • acceptance_tests
  • risk_level
  • rollback_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

  1. research
  2. implementation plan
  3. implementation
  4. tests
  5. review
  6. 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.
general reviews

Ratings

4.834 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

1 / 4