| name | ui-specialist-handoff |
|---|---|
| description | Explicit-invocation-only Flutter and Dart UI handoff workflow. Use only when the user specifically invokes `ui-specialist-handoff` or clearly asks for this contract-only handoff style. In that case, scaffold new UI elements, screens, controls, or presentation widgets as contract-only artifacts for a later UI specialist: define the widget class, explicit constructor and field contract, callbacks, state ownership, and direct descriptive comments inside build() instead of real UI code. |
Stop at the interface boundary when adding new UI.