Skill: long-horizon-composite-execution
1. Capability Definition & Real Case
- Professional Definition: The capability to maintain coherent progress across a long sequence of dependent GUI subtasks and to complete the resulting composite objective without dropping state, forgetting prior outputs, or prematurely stopping after partial completion. The agent must preserve memory over extended horizons while integrating earlier artifacts into later operations.
- Dimension Hierarchy: Goal-Directed GUI Workflow Execution->Verified Task Completion->long-horizon-composite-execution
Real Case
[Case 1]
- Initial Environment: A desktop environment includes a browser for fact gathering and a spreadsheet application for structured entry and visualization. The agent must progressively collect statistics across several decades, maintain the accumulated evidence, enter it into a table, and finish with a correctly labeled chart.
- Real Question: Collect recidivism rate statistics in the United States for the 1980s, 1990s, 2000s, and 2010s using online sources, enter this data into a LibreOffice Calc spreadsheet with columns labeled 'Period' and 'Recidivism Rate', and create a clearly-labeled line chart titled 'US Recidivism Rates by Decade' with the X axis labeled 'Decade' and the Y axis labeled 'Recidivism Rate (%)' to visually compare changes in recidivism rates across these decades.
- Real Trajectory: Gather one decade at a time from credible sources, maintain a running memory of the collected values, enter the data into the spreadsheet with the required schema, and create the requested visualization only after the full table is complete.
- Real Answer: A spreadsheet containing the decade-level recidivism data and a correctly labeled line chart is produced.
- Why this demonstrates the capability: Each individual step is manageable, but the task becomes hard because later operations depend on accurate outputs from earlier ones. The agent must sustain memory, avoid partial completion, and keep the evolving workspace coherent over many steps. That is the hallmark of long-horizon composite execution.
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