Human Gate Designer Designs human-in-the-loop review points in DAG workflows: what to present, how to collect feedback, how to route decisions back into the DAG. --- When to Use ✅ Use for : - Deciding WHERE in a DAG to place human gates - Designing WHAT the human sees at each gate - Defining HOW feedback routes back (approve/reject/modify) - Balancing automation speed with human oversight ❌ NOT for : - Runtime execution of human gates (use + Temporal signals) - General UI/UX design (use design skills) - Chatbot conversation flow (different pattern) --- Gate Placement Decision Tree Where to Pl…