Workflow Node Setup Use this skill to tune React Flow workflow nodes without breaking React Flow semantics or the existing canvas interaction model. Workflow 1. Inspect the current node, shared helpers, and flow model before editing. 2. Prefer shared project primitives over custom local handle styling. 3. Keep React Flow ids synchronized. Every edge and must match an actual rendered id. React Flow error means the edge references a missing handle. 4. Make visual changes in the narrowest place: - Node content/layout belongs in the node component. - Node dimensions, positions, edge handle ids, a…