Orchestrates end-to-end creation of new features by delegating research, planning, TDD implementation, review, and gated commit to specialized agents.
How this skill is triggered — by the user, by Claude, or both
Slash command
/everything-claude-code: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**。这是共享引擎 [`orch-pipeline`](../orch-pipeline/SKILL.md) 上的一层薄包装。
Actor · action · target:orch · add · feature。这是共享引擎 orch-pipeline 上的一层薄包装。
orch-fix-defect),也不是修改已有行为(orch-change-feature)。orch-pipeline 引擎。security-reviewer。相关:
/feature-dev是此流程的独立版本。orch-add-feature的不同之处在于它共享orch-pipeline引擎——规模分类器和两个门控——与同系列其他技能一致,因此会把 trivial features 正确缩到 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 aaione/everything-claude-code-zhOrchestrates building a brand-new feature end to end — research, plan, TDD, review, and gated commit — by delegating each phase to the matching ECC agent.
Guides multi-phase feature development with research, planning, implementation, and review phases. Use for complex features touching >5 files or requiring architecture decisions.
Guides adding new features, endpoints, pages, or components with a plan-before-code loop, contract clarification, and end-to-end verification.