/orch-add-feature
Orchestrate building a brand-new feature end to end — research, plan, TDD, review, gated commit. Wrapper that kicks off the orch-add-feature skill.
> /plugin marketplace add affaan-m/ECC > /plugin install ecc@ecc
How it fires
How this command gets triggered: by you, by Claude, or both.
- Fires itselfClaude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/orch-add-feature
Context preview
What this command does when you run it.
Orchestrate building a brand-new feature end to end — research, plan, TDD, review, gated commit. Wrapper that kicks off the orch-add-feature skill.
Command definition
orch-add-feature.mddescription: Orchestrate building a brand-new feature end to end — research, plan, TDD, review, gated commit. Wrapper that kicks off the orch-add-feature skill.
/orch-add-feature
Manually launch the **orch-add-feature** orchestrator: a gated Research → Plan → TDD → Review → Commit pipeline for net-new capability.
Usage
/orch-add-feature <what to add>
Examples:
/orch-add-feature add OAuth2 login to nws-poller /orch-add-feature support CSV export in the dashboard
What It Does
Invoke the `orch-add-feature` skill with `$ARGUMENTS` as the request. The skill (via the shared `orch-pipeline` engine) will:
1. Classify size and state the tier in one line. 2. Research existing libraries/patterns, then plan a `task_list`. → **GATE 1** (approve plan). 3. TDD each task (new failing tests → green), then `code-reviewer` (+ `security-reviewer` if a security trigger is touched). 4. Commit as conventional `feat:` commits. → **GATE 2** (confirm before commit).
Honor both gates — do not write implementation before Gate 1, do not commit before Gate 2.
If `$ARGUMENTS` is empty, ask the user what capability to add.
Your agent can write code, but ECC gives it a coordinated engineering system and toolbox: it plans before it builds, verifies changes with tests, reviews its own work from a fresh context, remembers what matters, and turns repeated wins into reusable skills
Repo: affaan-m/ECC
Other commands on ecc.
- /add-language-rules
Workflow command scaffold for add-language-rules in everything-claude-code.
Open command - /database-migration
Workflow command scaffold for database-migration in everything-claude-code.
Open command - /feature-development
Workflow command scaffold for feature-development in everything-claude-code.
Open command - /aside
Answer a quick side question without interrupting or losing context from the current task. Resume work automatically after answering.
Open command - /auto-update
Pull the latest ECC repo changes and reinstall the current managed targets.
Open command - /build-fix
Detect the project build system and incrementally fix build/type errors with minimal safe changes.
Open command

