commands/orch-add-feature.md
Manually launch the orch-add-feature orchestrator: a gated Research → Plan → TDD → Review → Commit pipeline for net-new capability.
/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
Invoke the orch-add-feature skill with $ARGUMENTS as the request. The skill
(via the shared orch-pipeline engine) will:
task_list. → GATE 1 (approve plan).code-reviewer
(+ security-reviewer if a security trigger is touched).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.