Orchestrates multi-agent DAG execution with quality gates, merge queues, and work units. Use when features are too large for a single agent round and must be split into independently verifiable units.
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
灵感来自 [humanplane](https://github.com/humanplane) 风格的 RFC 分解模式和多变单元编排工作流。
灵感来自 humanplane 风格的 RFC 分解模式和多变单元编排工作流。
当一个功能太大无法通过单个智能体轮次完成,必须拆分为可独立验证的工作单元时使用此技能。
每个工作单元应包括:
iddepends_onscopeacceptance_testsrisk_levelrollback_plan如果单元停滞:
npx claudepluginhub aaione/everything-claude-code-zhOrchestrates large features via RFC decomposition into verifiable work units in a multi-agent DAG, with quality gates, merge queues, complexity tiers, and recovery. Use for complex, multi-pass tasks.
Splits large features into independently verifiable work units using RFC-driven DAG execution with quality gates, merge queues, and orchestration.
Guides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.