安装方式
命令行安装
在项目根目录执行以下命令,完成 Skill 安装。
npx bzskills add affaan-m/everything-claude-code --skill orch-add-feature Orchestrate building a brand-new feature end to end — research, plan, TDD implementation, review, and gated commit — by delegating each phase to the matching ECC agent. Use when adding a capability that does not exist yet.
43
下载量
命令行安装
在项目根目录执行以下命令,完成 Skill 安装。
npx bzskills add affaan-m/everything-claude-code --skill orch-add-feature name: orch-add-feature
description: Orchestrate building a brand-new feature end to end — research, plan, TDD implementation, review, and gated commit — by delegating each phase to the matching ECC agent. Use when adding a capability that does not exist yet.
metadata:
origin: ECCActor · action · target: orch · add · feature. Thin wrapper over the shared
engine in orch-pipeline.
"implement", "support …").
orch-fix-defect) and not analteration of existing behavior (orch-change-feature).
implement to green.
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-feature
differs by sharing the orch-pipeline engine — the size classifier and the twogates — 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]