Orchestrates complex features via RFC-driven multi-agent DAGs, decomposing into verifiable work units with quality gates, merge queues, and integration verification. Use for large, multi-step tasks beyond single-agent scope.
How this skill is triggered — by the user, by Claude, or both
Slash command
/everything-claude-code:ralphinho-rfc-pipelineThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Inspired by [humanplane](https://github.com/humanplane) style RFC decomposition patterns and multi-unit orchestration workflows.
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.
Each work unit should include:
iddepends_onscopeacceptance_testsrisk_levelrollback_planIf a unit stalls:
npx claudepluginhub tpavanipradeep/everything-claude-codeOrchestrates complex features via RFC-driven multi-agent DAGs, decomposing into verifiable work units with quality gates, merge queues, and integration verification. Use for large, multi-step tasks beyond single-agent scope.
Splits large features into independently verifiable work units using RFC-driven DAG execution with quality gates, merge queues, and orchestration.
Decomposes large tasks (migrations, multi-issue fixes, big features) into parallel work packages with quality gates. Useful for reducing PR cycle time and avoiding merge conflicts.