Break the order down into five parts. Return JSON ONLY: {"goal":"goal in one phrase","steps":"order of actions of the agent","criteria":"by what criteria to select","format":"in what form to return the result","limits":"boundaries: what not to do, how much time/options"}
A good assignment is not one phrase, but a structure of five parts: goal, steps, criteria, format, boundaries. The goal answers “what is the bottom line”; steps - “in what order to act” (go, find, compare, collect); criteria - “how to distinguish what is suitable from what is unnecessary”; format - “in what form to give” (list, table); boundaries - “what not to do and where to stop.” Mechanics: the agent plans his actions himself, but the clearer the skeleton, the less he thinks and makes mistakes. Technique: write steps with action verbs - “come in”, “find”, “compare”, “write out”. This way the model turns them into actual cliques rather than general speculations. Second trick: boundaries are more important than they seem - “no more than three sites”, “stay within my city”, “don’t register” save time and remove garbage. Insider: criteria and format draw quality out stronger than the goal itself. A common mistake is to set only a goal and wait for the mind to be read. Without criteria, the agent takes the first one he comes across; without a format, it dumps out a wall of text.
Unlock access to submit solutions for instant AI review.