Skill: step-efficient-execution
1. Capability Definition & Real Case
- Professional Definition: The capability to complete a GUI task with a near-minimal sequence of effective actions, avoiding redundant planning loops, unnecessary reflection cycles, repeated failed attempts, and superfluous verification steps. The agent must preserve correctness while optimizing trajectory length and interaction efficiency.
- Dimension Hierarchy: Reliable and Aligned Operation->Safe and Efficient Control->step-efficient-execution
Real Case
[Case 1]
- Initial Environment: A document editor is open with two paragraphs already selected or easily reachable through a short sequence of formatting actions. The task is operationally simple for a human user, but a weak agent may spend many extra steps searching menus, re-checking state, or recovering from avoidable misclicks.
- Real Question: Change the line spacing of two paragraphs in a document to double-spaced.
- Real Trajectory: Navigate directly to the relevant paragraph-formatting control, apply double spacing once, verify the state with a minimal check, and stop rather than continuing to re-open menus or re-apply the same action.
- Real Answer: Both paragraphs are double-spaced, using a compact trajectory with no unnecessary repetition.
- Why this demonstrates the capability: The benchmark value of this case comes from the gap between a short human solution path and the much longer trajectories many agents produce. A correct but bloated trajectory still reflects weak practical usability because planning and reflection overhead dominate runtime. That is why this case specifically targets step efficiency rather than raw success alone.
Pipeline Execution Instructions
To synthesize data for this capability, you must strictly follow a 3-phase pipeline. Do not hallucinate steps. Read the corresponding reference file for each phase sequentially:
Phase 1: Environment Exploration Read the exploration guidelines to discover raw knowledge seeds:
references/EXPLORATION.mdPhase 2: Trajectory Selection Once Phase 1 is complete, read the selection criteria to evaluate the trajectory:
references/SELECTION.mdPhase 3: Data Synthesis Once a trajectory passes Phase 2, read the synthesis instructions to generate the final data:
references/SYNTHESIS.md