commands/orch-change-feature.md
Manually launch the orch-change-feature orchestrator: change behavior that already works to a new desired spec, tests-first.
/orch-change-feature <the new desired behavior>
Examples:
/orch-change-feature make nws-poller alert at 2 warnings instead of 3
/orch-change-feature instead of sorting by date, sort by priority
Invoke the orch-change-feature skill with $ARGUMENTS as the request. The skill
(via the shared orch-pipeline engine) will:
code-reviewer (+ security-reviewer on a security trigger), then commit. → GATE 2.Use this only when the feature works but should behave differently — not for
bugs (/orch-fix-defect) or net-new capability (/orch-add-feature).
If $ARGUMENTS is empty, ask the user what behavior should change.