From ecc
Splits large features into independently verifiable work units using RFC-driven DAG execution with quality gates, merge queues, and orchestration.
How this skill is triggered — by the user, by Claude, or both
Slash command
/ecc: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 affaan-m/ecc --plugin eccOrchestrates 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.
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.
Patterns and architectures for autonomous Claude Code loops — from simple sequential pipelines to RFC-driven multi-agent DAG systems.