From ecc
Orchestrates building a brand-new feature end to end — research, plan, TDD, review, and gated commit — by delegating each phase to the matching ECC agent.
How this skill is triggered — by the user, by Claude, or both
Slash command
/ecc:orch-add-featureThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Actor · action · target: **orch · add · feature**. Thin wrapper over the shared
Actor · action · target: orch · add · feature. Thin wrapper over the shared
engine in orch-pipeline.
orch-fix-defect) and not an
alteration of existing behavior (orch-change-feature).orch-pipeline engine with the settings above.security-reviewer if the feature touches a security trigger.Related:
/feature-devis a standalone version of this flow.orch-add-featurediffers by sharing theorch-pipelineengine — the size classifier and the two gates — with the rest of the family, so it right-sizes trivial features to 4 → 5 → 6.
orch-add-feature: add OAuth2 login to nws-poller
→ research existing auth libs → plan task_list [GATE 1: approve]
→ TDD each task → code-review (+ security-reviewer: auth path)
→ commit [GATE 2: confirm]
npx claudepluginhub affaan-m/ecc --plugin eccOrchestrates end-to-end creation of new features by delegating research, planning, TDD implementation, review, and gated commit to specialized agents.
Guides multi-phase feature development with research, planning, implementation, and review phases. Use for complex features touching >5 files or requiring architecture decisions.
Orchestrates the full feature development pipeline from interview-to-spec through TDD, verification, and review. Thin dispatcher that hands off to downstream skills.