id stringlengths 17 50 | app stringclasses 18
values | task stringlengths 97 1.79k | env unknown | verification listlengths 1 30 | github_task_path stringlengths 38 71 |
|---|---|---|---|---|---|
drawio_aws_cloud_arch | drawio | Extend the AWS architecture diagram at /home/user/Documents/aws_arch.drawio. The file contains 3 existing shapes (VPC, EC2, RDS). Add 7 new shapes with these labels: CloudFront, LoadBalancer, Web1, Web2, App1, App2, S3Bucket. Apply fill colors: Web1 and Web2 must be #dae8fc (blue); App1 and App2 must be #d5e8d4 (green)... | {
"files": [
{
"filename": "aws_arch.drawio",
"sandbox_path": "/home/user/Documents/aws_arch.drawio"
}
]
} | [
{
"command": "check-file-exists /home/user/Documents/aws_arch.drawio",
"key": "exists",
"expected": true,
"description": "Diagram file exists"
},
{
"command": "check-vertex-count /home/user/Documents/aws_arch.drawio 10 0",
"key": "match",
"expected": true,
"description": "Page 0 ... | task_generator/tasks/drawio_aws_cloud_arch |
drawio_bpmn_payment | drawio | Create a BPMN payment processing flow at /home/user/Documents/payment_bpmn.drawio. Create 7 shapes on page 0: Start (ellipse), Receive Payment (rectangle), Validate (rectangle), Risk Check (diamond), Approve (rectangle), Reject (rectangle), End (ellipse). Connect them: Start->Receive Payment->Validate->Risk Check->Appr... | {
"files": [
{
"filename": "payment_bpmn.drawio",
"sandbox_path": "/home/user/Documents/payment_bpmn.drawio"
}
]
} | [
{
"command": "check-file-exists /home/user/Documents/payment_bpmn.drawio",
"key": "exists",
"expected": true,
"description": "Diagram file exists"
},
{
"command": "check-vertex-count /home/user/Documents/payment_bpmn.drawio 7 0",
"key": "match",
"expected": true,
"description": "... | task_generator/tasks/drawio_bpmn_payment |
drawio_edit_existing | drawio | Extend the network diagram at /home/user/Documents/network.drawio. The file contains two connected shapes (Router, Server). Add two rectangles: Firewall and Load Balancer. Connect Firewall to Load Balancer. Add a second page named Notes. Preserve all existing shapes and connections. Save the file. | {
"files": [
{
"filename": "network.drawio",
"sandbox_path": "/home/user/Documents/network.drawio"
}
]
} | [
{
"command": "check-file-exists /home/user/Documents/network.drawio",
"key": "exists",
"expected": true,
"description": "Diagram file still exists"
},
{
"command": "check-label-exists /home/user/Documents/network.drawio Router",
"key": "exists",
"expected": true,
"description": "... | task_generator/tasks/drawio_edit_existing |
drawio_er_diagram | drawio | Create a database schema diagram at /home/user/Documents/er_diagram.drawio. Create 4 rectangles labeled: Customer, Order, Product, Category. Connect them: Customer->Order, Order->Product, Product->Category. The diagram must have exactly 4 vertices and 3 edges. Save the file. | {
"files": [
{
"filename": "er_diagram.drawio",
"sandbox_path": "/home/user/Documents/er_diagram.drawio"
}
]
} | [
{
"command": "check-file-exists /home/user/Documents/er_diagram.drawio",
"key": "exists",
"expected": true,
"description": "Diagram file exists at expected path"
},
{
"command": "check-label-exists /home/user/Documents/er_diagram.drawio Customer",
"key": "exists",
"expected": true,
... | task_generator/tasks/drawio_er_diagram |
drawio_fix_and_color_workflow | drawio | Modify the workflow at /home/user/Documents/wf_fix.drawio. The file contains 5 connected shapes: Input (id 2), Clean (id 3), Transform (id 4), Check (id 5, diamond), Save (id 6). Change fills: Input to #dae8fc (blue), Clean to #d5e8d4 (green), Transform to #d5e8d4 (green), Check to #fff2cc (yellow), Save to #f8cecc (re... | {
"files": [
{
"filename": "wf_fix.drawio",
"sandbox_path": "/home/user/Documents/wf_fix.drawio"
}
]
} | [
{
"command": "check-file-exists /home/user/Documents/wf_fix.drawio",
"key": "exists",
"expected": true,
"description": "Diagram file exists"
},
{
"command": "check-vertex-count /home/user/Documents/wf_fix.drawio 6 0",
"key": "match",
"expected": true,
"description": "Exactly 6 ve... | task_generator/tasks/drawio_fix_and_color_workflow |
drawio_floorplan_office | drawio | Create an office floor plan at /home/user/Documents/floorplan.drawio. Create 6 rectangles labeled: Lobby, MeetingRoom, Office1, Office2, Kitchen, Restroom. Apply fills: Lobby #f5f5f5, MeetingRoom #dae8fc, Kitchen #fff2cc. Connect adjacent rooms with at least 5 edges representing doorways: Lobby<->MeetingRoom, Lobby<->O... | {
"files": [
{
"filename": "floorplan.drawio",
"sandbox_path": "/home/user/Documents/floorplan.drawio"
}
]
} | [
{
"command": "check-file-exists /home/user/Documents/floorplan.drawio",
"key": "exists",
"expected": true,
"description": "Diagram file exists"
},
{
"command": "check-vertex-count /home/user/Documents/floorplan.drawio 6 0",
"key": "match",
"expected": true,
"description": "Exactl... | task_generator/tasks/drawio_floorplan_office |
drawio_incident_runbook | drawio | Create a two-page incident response runbook at /home/user/Documents/runbook.drawio. Page 1 (Detection): 5 shapes labeled Alert Received, Triage, Severity Check, Low, High. Connect: Alert Received->Triage->Severity Check->Low, Severity Check->High, Low->Triage (loop). Page 2 (Response): 6 shapes labeled Contain, Eradica... | {
"files": [
{
"filename": "runbook.drawio",
"sandbox_path": "/home/user/Documents/runbook.drawio"
}
]
} | [
{
"command": "check-file-exists /home/user/Documents/runbook.drawio",
"key": "exists",
"expected": true,
"description": "Diagram file exists"
},
{
"command": "check-page-count /home/user/Documents/runbook.drawio 2",
"key": "match",
"expected": true,
"description": "Exactly 2 page... | task_generator/tasks/drawio_incident_runbook |
drawio_kubernetes_cluster | drawio | Create a Kubernetes cluster architecture at /home/user/Documents/k8s_cluster.drawio. Create 12 shapes: Control Plane, Ingress, Worker1, Worker2, Worker3, Pod1-6, ServiceMesh. Connect hierarchically: Control Plane to each Worker, each Worker to 2 Pods (Worker1->Pod1/2, Worker2->Pod3/4, Worker3->Pod5/6), Ingress to Contr... | {
"files": [
{
"filename": "k8s_cluster.drawio",
"sandbox_path": "/home/user/Documents/k8s_cluster.drawio"
}
]
} | [
{
"command": "check-file-exists /home/user/Documents/k8s_cluster.drawio",
"key": "exists",
"expected": true,
"description": "Diagram file exists"
},
{
"command": "check-vertex-count /home/user/Documents/k8s_cluster.drawio 12 0",
"key": "match",
"expected": true,
"description": "E... | task_generator/tasks/drawio_kubernetes_cluster |
drawio_multipage_microservices | drawio | Create a 4-page microservices diagram at /home/user/Documents/microservices.drawio. Rename pages to: Overview, Services, Data, Deployment. Page 1 (Overview): Client, Gateway, Backend connected sequentially (2 edges). Page 2 (Services): 4 shapes labeled UserService, OrderService, PaymentService, NotificationService. Pag... | {
"files": [
{
"filename": "microservices.drawio",
"sandbox_path": "/home/user/Documents/microservices.drawio"
}
]
} | [
{
"command": "check-file-exists /home/user/Documents/microservices.drawio",
"key": "exists",
"expected": true,
"description": "Diagram file exists"
},
{
"command": "check-page-count /home/user/Documents/microservices.drawio 4",
"key": "match",
"expected": true,
"description": "Ex... | task_generator/tasks/drawio_multipage_microservices |
drawio_network_topology | drawio | Create a network topology diagram at /home/user/Documents/network_topology.drawio. Create 6 shapes labeled: Internet (cloud), Firewall, Switch, Web Server, App Server, Database Server. Connect sequentially: Internet->Firewall->Switch, then Switch to each server. The diagram must have 6 vertices and 5 edges. Save the fi... | {
"files": [
{
"filename": "network_topology.drawio",
"sandbox_path": "/home/user/Documents/network_topology.drawio"
}
]
} | [
{
"command": "check-file-exists /home/user/Documents/network_topology.drawio",
"key": "exists",
"expected": true,
"description": "Diagram file exists at expected path"
},
{
"command": "check-label-exists /home/user/Documents/network_topology.drawio Internet",
"key": "exists",
"expect... | task_generator/tasks/drawio_network_topology |
drawio_restyle_erd | drawio | Modify the ER diagram at /home/user/Documents/erd.drawio. The file contains 5 rectangles: Customer (id 2), Product (id 3), Order (id 4), Category (id 5), AuditLog (id 6). Change fills: Customer and Order to #dae8fc (blue), Product and Category to #fff2cc (yellow), AuditLog to #f8cecc (red). Add rectangles labeled Order... | {
"files": [
{
"filename": "erd.drawio",
"sandbox_path": "/home/user/Documents/erd.drawio"
}
]
} | [
{
"command": "check-file-exists /home/user/Documents/erd.drawio",
"key": "exists",
"expected": true,
"description": "Diagram file exists"
},
{
"command": "check-vertex-count /home/user/Documents/erd.drawio 7 0",
"key": "match",
"expected": true,
"description": "Exactly 7 vertices... | task_generator/tasks/drawio_restyle_erd |
drawio_state_machine | drawio | Create an order lifecycle state machine at /home/user/Documents/state_machine.drawio. Create 5 rounded rectangles labeled: New, Confirmed, Shipped, Delivered, Cancelled. Add transitions: New->Confirmed, Confirmed->Shipped, Shipped->Delivered, New->Cancelled, Confirmed->Cancelled. The diagram must have 5 vertices and 5 ... | {
"files": [
{
"filename": "state_machine.drawio",
"sandbox_path": "/home/user/Documents/state_machine.drawio"
}
]
} | [
{
"command": "check-file-exists /home/user/Documents/state_machine.drawio",
"key": "exists",
"expected": true,
"description": "Diagram file exists at expected path"
},
{
"command": "check-label-exists /home/user/Documents/state_machine.drawio New",
"key": "exists",
"expected": true,
... | task_generator/tasks/drawio_state_machine |
drawio_styled_data_pipeline | drawio | Create a data pipeline at /home/user/Documents/data_pipeline.drawio. Create 6 shapes: Source (ellipse), Extract (rectangle), Transform (rectangle), Validate (diamond), Load (rectangle), Warehouse (cylinder). Apply fills: Source #e1d5e7 (purple), Validate #fff2cc (yellow), Warehouse #d5e8d4 (green). Connect sequentially... | {
"files": [
{
"filename": "data_pipeline.drawio",
"sandbox_path": "/home/user/Documents/data_pipeline.drawio"
}
]
} | [
{
"command": "check-file-exists /home/user/Documents/data_pipeline.drawio",
"key": "exists",
"expected": true,
"description": "Diagram file exists"
},
{
"command": "check-vertex-count /home/user/Documents/data_pipeline.drawio 6 0",
"key": "match",
"expected": true,
"description":... | task_generator/tasks/drawio_styled_data_pipeline |
drawio_swimlane_process | drawio | Create an order fulfillment process at /home/user/Documents/swimlane_process.drawio. Create 3 header rectangles: Customer, Sales, Warehouse. Create 6 activity rectangles: Place Order, Verify Stock, Approve Sale, Pick Items, Pack Items, Ship Order. Connect sequentially: Place Order->Verify Stock->Approve Sale->Pick Item... | {
"files": [
{
"filename": "swimlane_process.drawio",
"sandbox_path": "/home/user/Documents/swimlane_process.drawio"
}
]
} | [
{
"command": "check-file-exists /home/user/Documents/swimlane_process.drawio",
"key": "exists",
"expected": true,
"description": "Diagram file exists"
},
{
"command": "check-label-exists /home/user/Documents/swimlane_process.drawio Customer",
"key": "exists",
"expected": true,
"d... | task_generator/tasks/drawio_swimlane_process |
drawio_uml_class_diagram | drawio | Create a class diagram at /home/user/Documents/uml_classes.drawio. Create 3 shapes labeled: Animal, Dog, Cat. Connect them: Dog->Animal, Cat->Animal, Dog->Cat. The diagram must have 3 vertices and 3 edges. Save the file. | {
"files": [
{
"filename": "uml_classes.drawio",
"sandbox_path": "/home/user/Documents/uml_classes.drawio"
}
]
} | [
{
"command": "check-file-exists /home/user/Documents/uml_classes.drawio",
"key": "exists",
"expected": true,
"description": "Diagram file exists at expected path"
},
{
"command": "check-label-exists /home/user/Documents/uml_classes.drawio Animal",
"key": "exists",
"expected": true,
... | task_generator/tasks/drawio_uml_class_diagram |
freecad_add_sphere_to_doc | freecad | Add a Part::Sphere object to the document at /home/user/Documents/shapes.FCStd. Set its Radius to 15 mm and change its Label to 'Planet'. Preserve the existing Part::Box object named 'Box'. Save the file. | {
"files": [
{
"filename": "shapes.FCStd",
"sandbox_path": "/home/user/Documents/shapes.FCStd"
}
]
} | [
{
"command": "check-file-exists /home/user/Documents/shapes.FCStd",
"key": "exists",
"expected": true,
"description": "File exists"
},
{
"command": "check-object-exists /home/user/Documents/shapes.FCStd Box",
"key": "exists",
"expected": true,
"description": "Original Box still e... | task_generator/tasks/freecad_add_sphere_to_doc |
freecad_boolean_cut_hole | freecad | Perform a Boolean Cut operation on the document at /home/user/Documents/bolted.FCStd. Use the existing Part::Box named 'Box' as the base object and the Part::Cylinder named 'Cylinder' as the tool object. Save the file. | {
"files": [
{
"filename": "bolted.FCStd",
"sandbox_path": "/home/user/Documents/bolted.FCStd"
}
]
} | [
{
"command": "check-file-exists /home/user/Documents/bolted.FCStd",
"key": "exists",
"expected": true,
"description": "File exists"
},
{
"command": "check-object-exists /home/user/Documents/bolted.FCStd Cut",
"key": "exists",
"expected": true,
"description": "Cut object exists"
... | task_generator/tasks/freecad_boolean_cut_hole |
freecad_change_unit_schema | freecad | Change FreeCAD's unit system to 'Imperial decimal (in, in/s^2)' which corresponds to UserSchema=3. Apply this setting to the user configuration. | {
"files": [
{
"filename": "empty.FCStd",
"sandbox_path": "/home/user/Documents/empty.FCStd"
}
]
} | [
{
"command": "check-preference BaseApp/Preferences/Units/UserSchema 3",
"key": "match",
"expected": true,
"description": "User unit schema set to 3 (Imperial decimal)"
}
] | task_generator/tasks/freecad_change_unit_schema |
freecad_compound_of_primitives | freecad | Create a Part::Compound object in the document at /home/user/Documents/assembly.FCStd that groups the three existing primitives: Part::Box named 'Box', Part::Cylinder named 'Cylinder', and Part::Cone named 'Cone'. Set the Compound's Label to 'AssemblyGroup'. All three primitives must remain in the document. Save the fi... | {
"files": [
{
"filename": "assembly.FCStd",
"sandbox_path": "/home/user/Documents/assembly.FCStd"
}
]
} | [
{
"command": "check-file-exists /home/user/Documents/assembly.FCStd",
"key": "exists",
"expected": true,
"description": "File exists"
},
{
"command": "check-object-exists /home/user/Documents/assembly.FCStd Box",
"key": "exists",
"expected": true,
"description": "Box still exists... | task_generator/tasks/freecad_compound_of_primitives |
freecad_create_parametric_box | freecad | Create a Part::Box object in the document at /home/user/Documents/part.FCStd. Set its dimensions to Length=40 mm, Width=30 mm, Height=20 mm. Set its Label to 'MainBlock'. Save the file. | {
"files": [
{
"filename": "part.FCStd",
"sandbox_path": "/home/user/Documents/part.FCStd"
}
]
} | [
{
"command": "check-file-exists /home/user/Documents/part.FCStd",
"key": "exists",
"expected": true,
"description": "File saved at expected path"
},
{
"command": "check-object-type-count /home/user/Documents/part.FCStd Part::Box 1",
"key": "match",
"expected": true,
"description"... | task_generator/tasks/freecad_create_parametric_box |
freecad_document_metadata_bundle | freecad | Set multiple metadata fields for the document at /home/user/Documents/report.FCStd. Set Comment='Revision A release candidate', Company='Acme Robotics', CreatedBy='Jordan Lee', and License='CC-BY-4.0'. Save the file. | {
"files": [
{
"filename": "report.FCStd",
"sandbox_path": "/home/user/Documents/report.FCStd"
}
]
} | [
{
"command": "check-file-exists /home/user/Documents/report.FCStd",
"key": "exists",
"expected": true,
"description": "File exists"
},
{
"command": "check-document-property /home/user/Documents/report.FCStd Comment 'Revision A release candidate'",
"key": "match",
"expected": true,
... | task_generator/tasks/freecad_document_metadata_bundle |
freecad_export_cylinder_to_step | freecad | Export the Part::Cylinder object named 'Cylinder' from /home/user/Documents/pipe.FCStd to a STEP file at /home/user/exports/pipe.step. | {
"files": [
{
"filename": "pipe.FCStd",
"sandbox_path": "/home/user/Documents/pipe.FCStd"
}
]
} | [
{
"command": "check-file-exists /home/user/exports/pipe.step",
"key": "exists",
"expected": true,
"description": "STEP file was written"
},
{
"command": "check-step-valid /home/user/exports/pipe.step",
"key": "valid",
"expected": true,
"description": "STEP file has ISO-10303-21 h... | task_generator/tasks/freecad_export_cylinder_to_step |
freecad_export_multi_format | freecad | Export the Part::Box object named 'Box' from /home/user/Documents/widget.FCStd to three formats: STL at /home/user/exports/box.stl, STEP at /home/user/exports/box.step, and OBJ at /home/user/exports/box.obj. | {
"files": [
{
"filename": "widget.FCStd",
"sandbox_path": "/home/user/Documents/widget.FCStd"
}
]
} | [
{
"command": "check-file-exists /home/user/Documents/widget.FCStd",
"key": "exists",
"expected": true,
"description": "FCStd source still exists"
},
{
"command": "check-file-exists /home/user/exports/box.stl",
"key": "exists",
"expected": true,
"description": "STL export exists"
... | task_generator/tasks/freecad_export_multi_format |
freecad_fuse_two_boxes | freecad | Perform a Boolean Fuse operation on the document at /home/user/Documents/twin.FCStd. Fuse the two existing Part::Box objects named 'Box' and 'Box001' together. Set the resulting Part::Fuse object's Label to 'MergedFrame'. Both original boxes must remain in the document. Save the file. | {
"files": [
{
"filename": "twin.FCStd",
"sandbox_path": "/home/user/Documents/twin.FCStd"
}
]
} | [
{
"command": "check-file-exists /home/user/Documents/twin.FCStd",
"key": "exists",
"expected": true,
"description": "File exists"
},
{
"command": "check-object-exists /home/user/Documents/twin.FCStd Box",
"key": "exists",
"expected": true,
"description": "Original Box still exist... | task_generator/tasks/freecad_fuse_two_boxes |
freecad_gap_draft_wire_polygon | freecad | FreeCAD is open with /home/user/Documents/draft_start.FCStd (empty document). Switch to the Draft workbench. Create a closed Draft Wire named exactly 'HexPath' whose 6 vertices form a regular hexagon on the XY plane, centered at the origin, with circumradius 50 mm (the first vertex at (50, 0, 0); vertices spaced 60 deg... | {
"files": [
{
"filename": "draft_start.FCStd",
"sandbox_path": "/home/user/Documents/draft_start.FCStd"
}
]
} | [
{
"command": "check-file-exists /home/user/Documents/draft_start.FCStd",
"key": "exists",
"expected": true,
"description": "File exists"
},
{
"command": "check-object-exists /home/user/Documents/draft_start.FCStd HexPath",
"key": "exists",
"expected": true,
"description": "HexPat... | task_generator/tasks/freecad_gap_draft_wire_polygon |
freecad_gap_fem_analysis_cantilever | freecad | FreeCAD is open with /home/user/Documents/fem_start.FCStd. The document contains a Part::Box named 'Beam' (200 x 20 x 10 mm). Switch to the FEM workbench. Create an FEM mesh for the Beam (default parameters, tetrahedronron, element length 5 mm). Apply a fixed constraint to one end face. Apply a force of 1000 N downward... | {
"files": [
{
"filename": "fem_start.FCStd",
"sandbox_path": "/home/user/Documents/fem_start.FCStd"
}
]
} | [
{
"command": "check-file-exists /home/user/Documents/fem_start.FCStd",
"key": "exists",
"expected": true,
"description": "File exists"
},
{
"command": "check-object-exists /home/user/Documents/fem_start.FCStd Beam",
"key": "exists",
"expected": true,
"description": "Beam preserve... | task_generator/tasks/freecad_gap_fem_analysis_cantilever |
freecad_gap_partdesign_circular_pattern_lugs | freecad | FreeCAD is open with /home/user/Documents/disk_start.FCStd. The document contains a PartDesign Body 'DiskBody' with a circular Pad 'Lug1' (10 mm diameter, 5 mm high) at position (30, 0, 0). Switch to the PartDesign workbench. Make the Body active. Create a circular polar pattern of 'Lug1': 6 instances, angle=360°, axis... | {
"files": [
{
"filename": "disk_start.FCStd",
"sandbox_path": "/home/user/Documents/disk_start.FCStd"
}
]
} | [
{
"command": "check-file-exists /home/user/Documents/disk_start.FCStd",
"key": "exists",
"expected": true,
"description": "File exists"
},
{
"command": "check-object-exists /home/user/Documents/disk_start.FCStd Disk",
"key": "exists",
"expected": true,
"description": "Disk preser... | task_generator/tasks/freecad_gap_partdesign_circular_pattern_lugs |
freecad_gap_partdesign_pad_bracket | freecad | FreeCAD is open with /home/user/Documents/bracket_start.FCStd (empty document). Switch to the PartDesign workbench and create a new Body named exactly 'BracketBody'. Inside the Body, create a Sketch on the XY plane containing a closed L-shaped profile: the L has an overall bounding rectangle of 60 mm (X) by 40 mm (Y), ... | {
"files": [
{
"filename": "bracket_start.FCStd",
"sandbox_path": "/home/user/Documents/bracket_start.FCStd"
}
]
} | [
{
"command": "check-file-exists /home/user/Documents/bracket_start.FCStd",
"key": "exists",
"expected": true,
"description": "File exists"
},
{
"command": "check-object-exists /home/user/Documents/bracket_start.FCStd BracketBody",
"key": "exists",
"expected": true,
"description":... | task_generator/tasks/freecad_gap_partdesign_pad_bracket |
freecad_gap_partdesign_pocket_plate | freecad | FreeCAD is open with /home/user/Documents/plate_start.FCStd. The document already contains a PartDesign Body named 'PlateBody' with a 50x50x5 mm Plate at (0,0,0). Switch to the PartDesign workbench. Make the Body active. Attach a new Sketch to the top face of the Plate. Draw a 20x20 mm rectangle centered on the face. C... | {
"files": [
{
"filename": "plate_start.FCStd",
"sandbox_path": "/home/user/Documents/plate_start.FCStd"
}
]
} | [
{
"command": "check-file-exists /home/user/Documents/plate_start.FCStd",
"key": "exists",
"expected": true,
"description": "File exists"
},
{
"command": "check-object-exists /home/user/Documents/plate_start.FCStd PlateBody",
"key": "exists",
"expected": true,
"description": "Plat... | task_generator/tasks/freecad_gap_partdesign_pocket_plate |
freecad_gap_partdesign_revolve_bottle | freecad | FreeCAD is open with /home/user/Documents/bottle_start.FCStd (empty document). In the PartDesign workbench, create a Body named 'BottleBody'. Create a Sketch on the XY plane. Draw a profile of a bottle (outline only, not filled) using lines and arcs. The profile should be 50 mm tall and 20 mm wide at its widest. Then, ... | {
"files": [
{
"filename": "bottle_start.FCStd",
"sandbox_path": "/home/user/Documents/bottle_start.FCStd"
}
]
} | [
{
"command": "check-file-exists /home/user/Documents/bottle_start.FCStd",
"key": "exists",
"expected": true,
"description": "File exists"
},
{
"command": "check-object-exists /home/user/Documents/bottle_start.FCStd BottleBody",
"key": "exists",
"expected": true,
"description": "B... | task_generator/tasks/freecad_gap_partdesign_revolve_bottle |
freecad_gap_path_cam_job | freecad | FreeCAD is open with /home/user/Documents/path_start.FCStd. The document contains a Part::Box named 'Stock' (80 x 60 x 10 mm). Switch to the Path (CAM) workbench. Create a new Path Job. Add the 'Stock' object to the job. Generate a toolpath for a profile operation: tool diameter=3 mm, feed rate=600 mm/min, depth of cut... | {
"files": [
{
"filename": "path_start.FCStd",
"sandbox_path": "/home/user/Documents/path_start.FCStd"
}
]
} | [
{
"command": "check-file-exists /home/user/Documents/path_start.FCStd",
"key": "exists",
"expected": true,
"description": "File exists"
},
{
"command": "check-object-exists /home/user/Documents/path_start.FCStd Stock",
"key": "exists",
"expected": true,
"description": "Stock pres... | task_generator/tasks/freecad_gap_path_cam_job |
freecad_gap_sketch_constrained_rectangle | freecad | FreeCAD is open with /home/user/Documents/sketch_start.FCStd (empty document). Switch to the Sketcher workbench, create a new sketch attached to the XY plane, and draw a rectangle centered on the origin that is exactly 80 mm wide (along X) and 50 mm tall (along Y). Add geometric constraints so the rectangle is fully co... | {
"files": [
{
"filename": "sketch_start.FCStd",
"sandbox_path": "/home/user/Documents/sketch_start.FCStd"
}
]
} | [
{
"command": "check-file-exists /home/user/Documents/sketch_start.FCStd",
"key": "exists",
"expected": true,
"description": "File exists"
},
{
"command": "check-object-exists /home/user/Documents/sketch_start.FCStd MainSketch",
"key": "exists",
"expected": true,
"description": "M... | task_generator/tasks/freecad_gap_sketch_constrained_rectangle |
freecad_gap_spreadsheet_parametric | freecad | Create a Spreadsheet object named 'Params' in /home/user/Documents/spreadsheet_start.FCStd. Set cell B1=100 with alias 'length', B2=50 with alias 'width', B3=20 with alias 'height'. Create a Part::Box named 'DrivenBox' and bind its Length, Width, and Height properties to the spreadsheet values via expressions. Save the... | {
"files": [
{
"filename": "spreadsheet_start.FCStd",
"sandbox_path": "/home/user/Documents/spreadsheet_start.FCStd"
}
]
} | [
{
"command": "check-file-exists /home/user/Documents/spreadsheet_start.FCStd",
"key": "exists",
"expected": true,
"description": "File exists"
},
{
"command": "check-object-exists /home/user/Documents/spreadsheet_start.FCStd Params",
"key": "exists",
"expected": true,
"descriptio... | task_generator/tasks/freecad_gap_spreadsheet_parametric |
freecad_gap_techdraw_views_dims | freecad | FreeCAD is open with /home/user/Documents/techdraw_start.FCStd. The document already contains a Part::Box named 'Block' (60 x 40 x 20 mm). Switch to the TechDraw workbench. Create a new drawing Page using the A4 landscape template, and rename the page to exactly 'DrawingPage'. Add two orthographic views of 'Block' on t... | {
"files": [
{
"filename": "techdraw_start.FCStd",
"sandbox_path": "/home/user/Documents/techdraw_start.FCStd"
}
]
} | [
{
"command": "check-file-exists /home/user/Documents/techdraw_start.FCStd",
"key": "exists",
"expected": true,
"description": "File exists"
},
{
"command": "check-object-exists /home/user/Documents/techdraw_start.FCStd Block",
"key": "exists",
"expected": true,
"description": "Bl... | task_generator/tasks/freecad_gap_techdraw_views_dims |
freecad_modify_cylinder_dimensions | freecad | Modify the existing Part::Cylinder object named 'Cylinder' in /home/user/Documents/cylinder.FCStd. Change its Radius to 12 and its Height to 50. Then change the object's Label to exactly 'TallPipe'. Save the file. | {
"files": [
{
"filename": "cylinder.FCStd",
"sandbox_path": "/home/user/Documents/cylinder.FCStd"
}
]
} | [
{
"command": "check-file-exists /home/user/Documents/cylinder.FCStd",
"key": "exists",
"expected": true,
"description": "File exists"
},
{
"command": "check-object-exists /home/user/Documents/cylinder.FCStd Cylinder",
"key": "exists",
"expected": true,
"description": "Cylinder ob... | task_generator/tasks/freecad_modify_cylinder_dimensions |
freecad_multi_boolean_chain | freecad | In /home/user/Documents/chain.FCStd which contains a Part::Box named 'Box' (20x20x20), a Part::Cylinder named 'Cylinder' (Radius 5, Height 40), and a Part::Sphere named 'Sphere' (Radius 12), perform a multi-step Boolean operation chain. First, create a Part::Fuse by combining Box and Sphere. Then create a Part::Cut by ... | {
"files": [
{
"filename": "chain.FCStd",
"sandbox_path": "/home/user/Documents/chain.FCStd"
}
]
} | [
{
"command": "check-file-exists /home/user/Documents/chain.FCStd",
"key": "exists",
"expected": true,
"description": "File exists"
},
{
"command": "check-object-exists /home/user/Documents/chain.FCStd Box",
"key": "exists",
"expected": true,
"description": "Original Box still exi... | task_generator/tasks/freecad_multi_boolean_chain |
freecad_preferences_multi_tune | freecad | Configure multiple FreeCAD preferences in ~/.config/FreeCAD/user.cfg: (1) Set the Theme to exactly 'Dark', (2) Ensure auto-save is enabled and set its interval to 180 seconds, (3) Set the User system to 'Imperial from SI (in, in/s^2)' which corresponds to schema index 2. | {
"files": [
{
"filename": "empty_prefs.FCStd",
"sandbox_path": "/home/user/Documents/empty_prefs.FCStd"
}
]
} | [
{
"command": "check-preference BaseApp/Preferences/General/ThemeName Dark",
"key": "match",
"expected": true,
"description": "Theme set to Dark"
},
{
"command": "check-preference BaseApp/Preferences/General/AutoSaveEnabled true",
"key": "match",
"expected": true,
"description": "... | task_generator/tasks/freecad_preferences_multi_tune |
freecad_rename_four_objects | freecad | FreeCAD is open with /home/user/Documents/parts_catalog.FCStd. The document contains four primitive objects whose internal names are 'Box', 'Cylinder', 'Sphere', and 'Cone'. Do not change the internal names, but update the Label property of each object so that the labels are exactly: Box -> 'BaseFrame', Cylinder -> 'Ax... | {
"files": [
{
"filename": "parts_catalog.FCStd",
"sandbox_path": "/home/user/Documents/parts_catalog.FCStd"
}
]
} | [
{
"command": "check-file-exists /home/user/Documents/parts_catalog.FCStd",
"key": "exists",
"expected": true,
"description": "File exists"
},
{
"command": "check-object-count /home/user/Documents/parts_catalog.FCStd 4",
"key": "match",
"expected": true,
"description": "Document s... | task_generator/tasks/freecad_rename_four_objects |
freecad_set_theme_preference | freecad | Configure FreeCAD so that the theme is set to Dark and the auto-save interval is set to 120 seconds. Ensure the changes are saved to /home/user/.config/FreeCAD/user.cfg while preserving unrelated settings. | {
"files": [
{
"filename": "empty.FCStd",
"sandbox_path": "/home/user/Documents/empty.FCStd"
}
]
} | [
{
"command": "check-preference BaseApp/Preferences/General/ThemeName Dark",
"key": "match",
"expected": true,
"description": "Theme set to Dark"
},
{
"command": "check-preference BaseApp/Preferences/General/AutoSaveInterval 120",
"key": "match",
"expected": true,
"description": "... | task_generator/tasks/freecad_set_theme_preference |
freecad_sphere_stl_export_high_res | freecad | Export the Part::Sphere named 'Sphere' (Radius=30) from /home/user/Documents/ball.FCStd to an STL file at /home/user/exports/ball.stl. The resulting STL must have at least 200 triangles. Save the FCStd document after exporting. | {
"files": [
{
"filename": "ball.FCStd",
"sandbox_path": "/home/user/Documents/ball.FCStd"
}
]
} | [
{
"command": "check-file-exists /home/user/Documents/ball.FCStd",
"key": "exists",
"expected": true,
"description": "FCStd source still exists"
},
{
"command": "check-file-exists /home/user/exports/ball.stl",
"key": "exists",
"expected": true,
"description": "STL export exists"
... | task_generator/tasks/freecad_sphere_stl_export_high_res |
freecad_torus_parametric | freecad | Create a Part::Torus object named 'Torus' in the document at /home/user/Documents/ring.FCStd. Set Radius1=35, Radius2=8, Angle1=-90, Angle2=90, Angle3=180. Set its Label to 'DonutSlice'. Save the file. | {
"files": [
{
"filename": "ring.FCStd",
"sandbox_path": "/home/user/Documents/ring.FCStd"
}
]
} | [
{
"command": "check-file-exists /home/user/Documents/ring.FCStd",
"key": "exists",
"expected": true,
"description": "File exists"
},
{
"command": "check-object-type-count /home/user/Documents/ring.FCStd Part::Torus 1",
"key": "match",
"expected": true,
"description": "Exactly one... | task_generator/tasks/freecad_torus_parametric |
gimp_add_alpha_transparent | gimp | Open /home/user/Documents/icon_bg.png in GIMP. The image is 200x200 pixels with a solid white background and a red circle in the center (100px diameter). Add an alpha channel to the layer. Delete the white background to make it transparent. Export the result as /home/user/Documents/icon_transparent.png. | {
"files": [
{
"filename": "icon_bg.png",
"sandbox_path": "/home/user/Documents/icon_bg.png"
}
]
} | [
{
"command": "check-file-exists /home/user/Documents/icon_transparent.png",
"key": "exists",
"expected": true,
"description": "Exported transparent PNG file exists"
},
{
"command": "check-file-mode /home/user/Documents/icon_transparent.png RGBA",
"key": "match",
"expected": true,
... | task_generator/tasks/gimp_add_alpha_transparent |
gimp_brightness_contrast | gimp | Increase the brightness of /home/user/Documents/dark_photo.png by +40, +60, and +80. Export three brightened images to /home/user/Documents/bright_photo1.png (+40 brightness), bright_photo2.png (+60 brightness), and bright_photo3.png (+80 brightness). | {
"files": [
{
"filename": "dark_photo.png",
"sandbox_path": "/home/user/Documents/dark_photo.png"
}
]
} | [
{
"command": "check-file-exists /home/user/Documents/bright_photo1.png",
"key": "exists",
"expected": true,
"description": "bright_photo1.png exists (+40 brightness)"
},
{
"command": "check-file-exists /home/user/Documents/bright_photo2.png",
"key": "exists",
"expected": true,
"d... | task_generator/tasks/gimp_brightness_contrast |
gimp_composite_two_images_flatten | gimp | Open the base image /home/user/Documents/landscape_base.png (800x600 — sky blue on top, green ground on bottom) in GIMP. Open /home/user/Documents/logo_overlay.png (100x100 solid red) as a new layer on top of the base image and position it so its top-left corner sits at offset (20, 20) on the base canvas. Flatten the i... | {
"files": [
{
"filename": "landscape_base.png",
"sandbox_path": "/home/user/Documents/landscape_base.png"
},
{
"filename": "logo_overlay.png",
"sandbox_path": "/home/user/Documents/logo_overlay.png"
}
]
} | [
{
"command": "check-file-exists /home/user/Documents/composite_final.png",
"key": "exists",
"expected": true,
"description": "Output PNG exists"
},
{
"command": "check-file-format /home/user/Documents/composite_final.png PNG",
"key": "match",
"expected": true,
"description": "Out... | task_generator/tasks/gimp_composite_two_images_flatten |
gimp_crop_rotate_export | gimp | Crop the image to the top-left 400x300 region (starting at origin 0,0), rotate it 90 degrees clockwise, and export the result to /home/user/Documents/photo_cropped_rotated.png. | {
"files": [
{
"filename": "photo.png",
"sandbox_path": "/home/user/Documents/photo.png"
}
]
} | [
{
"command": "check-file-exists /home/user/Documents/photo_cropped_rotated.png",
"key": "exists",
"expected": true,
"description": "Output PNG file exists at /home/user/Documents/photo_cropped_rotated.png"
},
{
"command": "check-file-dimensions /home/user/Documents/photo_cropped_rotated.png ... | task_generator/tasks/gimp_crop_rotate_export |
gimp_fill_bucket_background | gimp | An image is available at: /home/user/Documents/transparent_black_square.png. Open it in GIMP. Replace all transparent pixels with solid cyan (RGB 0,255,255) and save the result as: /home/user/Documents/cyan_bg.png. Preserve all non-transparent pixels exactly and keep the image dimensions unchanged. | {
"files": [
{
"filename": "transparent_black_square.png",
"sandbox_path": "/home/user/Documents/transparent_black_square.png"
}
]
} | [
{
"command": "check-file-exists /home/user/Documents/cyan_bg.png",
"key": "exists",
"expected": true,
"description": "Output PNG exists"
},
{
"command": "check-file-format /home/user/Documents/cyan_bg.png PNG",
"key": "match",
"expected": true,
"description": "Output is PNG forma... | task_generator/tasks/gimp_fill_bucket_background |
gimp_flip_both_directions | gimp | Perform two separate flip operations on different images:
1. Flip /home/user/Documents/arrow.png horizontally and export the result to /home/user/Documents/flipped_horizontal.png.
2. Flip /home/user/Documents/red_top_green_bottom.png vertically and export the result to /home/user/Documents/flipped_vertical.jpg. | {
"files": [
{
"filename": "arrow.png",
"sandbox_path": "/home/user/Documents/arrow.png"
},
{
"filename": "red_top_green_bottom.png",
"sandbox_path": "/home/user/Documents/red_top_green_bottom.png"
}
]
} | [
{
"command": "check-file-exists /home/user/Documents/flipped_horizontal.png",
"key": "exists",
"expected": true,
"description": "Horizontally flipped PNG exists"
},
{
"command": "check-file-exists /home/user/Documents/flipped_vertical.jpg",
"key": "exists",
"expected": true,
"des... | task_generator/tasks/gimp_flip_both_directions |
gimp_gap_alpha_channel_threshold_cutout | gimp | An image is available at: /home/user/Documents/silhouette.png. Open it in GIMP. Replace all white background pixels with transparency while preserving the black foreground shape unchanged. Save the result to: /home/user/Documents/cutout.png. The output must be a PNG image with an alpha channel. | {
"files": [
{
"filename": "silhouette.png",
"sandbox_path": "/home/user/Documents/silhouette.png"
}
]
} | [
{
"command": "check-file-exists /home/user/Documents/cutout.png",
"key": "exists",
"expected": true,
"description": "Output PNG exists"
},
{
"command": "check-file-format /home/user/Documents/cutout.png PNG",
"key": "match",
"expected": true,
"description": "Output is PNG"
},
... | task_generator/tasks/gimp_gap_alpha_channel_threshold_cutout |
gimp_gap_blend_mode_multiply_opacity | gimp | Open /home/user/Documents/photo_base.png in GIMP, then add /home/user/Documents/texture_overlay.png as a new layer on top of it. Set the top (texture) layer's blend mode to Multiply and its opacity to 60%. Flatten the image and export the final composite as a PNG to /home/user/Documents/multiply_result.png. The output ... | {
"files": [
{
"filename": "photo_base.png",
"sandbox_path": "/home/user/Documents/photo_base.png"
},
{
"filename": "texture_overlay.png",
"sandbox_path": "/home/user/Documents/texture_overlay.png"
}
]
} | [
{
"command": "check-file-exists /home/user/Documents/multiply_result.png",
"key": "exists",
"expected": true,
"description": "Output PNG exists"
},
{
"command": "check-file-format /home/user/Documents/multiply_result.png PNG",
"key": "match",
"expected": true,
"description": "Out... | task_generator/tasks/gimp_gap_blend_mode_multiply_opacity |
gimp_gap_layer_mask_gradient_reveal | gimp | Open /home/user/Documents/blue_bg.png in GIMP as the background layer. Add /home/user/Documents/red_fg.png as a new layer on top. Add a white layer mask to the red layer, then use the Gradient (Blend) tool to paint a left-to-right black-to-white linear gradient on that mask (black on the left edge, white on the right e... | {
"files": [
{
"filename": "blue_bg.png",
"sandbox_path": "/home/user/Documents/blue_bg.png"
},
{
"filename": "red_fg.png",
"sandbox_path": "/home/user/Documents/red_fg.png"
}
]
} | [
{
"command": "check-file-exists /home/user/Documents/mask_gradient.png",
"key": "exists",
"expected": true,
"description": "Output PNG exists"
},
{
"command": "check-file-dimensions /home/user/Documents/mask_gradient.png 400 300",
"key": "match",
"expected": true,
"description": ... | task_generator/tasks/gimp_gap_layer_mask_gradient_reveal |
gimp_gap_linear_gradient_fill | gimp | In GIMP, create a new 500x500 RGB image. Set the foreground color to pure red (#FF0000) and the background color to pure blue (#0000FF). Use the Gradient (Blend) tool with the 'FG to BG (RGB)' gradient in Linear shape to paint a top-to-bottom gradient that starts red at the top edge and ends blue at the bottom edge. Fl... | {
"files": [
{
"filename": "placeholder.png",
"sandbox_path": "/home/user/Documents/placeholder.png"
}
]
} | [
{
"command": "check-file-exists /home/user/Documents/gradient.png",
"key": "exists",
"expected": true,
"description": "Output PNG exists"
},
{
"command": "check-file-format /home/user/Documents/gradient.png PNG",
"key": "match",
"expected": true,
"description": "Output is PNG"
... | task_generator/tasks/gimp_gap_linear_gradient_fill |
gimp_gap_select_by_color_replace | gimp | Open /home/user/Documents/three_stripes.png (a 600x300 image with three vertical stripes — red, green, blue). Replace the green stripe with yellow(#FFFF00). Save the result as /home/user/Documents/color_replaced.png. | {
"files": [
{
"filename": "three_stripes.png",
"sandbox_path": "/home/user/Documents/three_stripes.png"
}
]
} | [
{
"command": "check-file-exists /home/user/Documents/color_replaced.png",
"key": "exists",
"expected": true,
"description": "Output PNG exists"
},
{
"command": "check-file-dimensions /home/user/Documents/color_replaced.png 600 300",
"key": "match",
"expected": true,
"description"... | task_generator/tasks/gimp_gap_select_by_color_replace |
gimp_grayscale_export | gimp | Convert /home/user/Documents/colorful.png to grayscale and export to /home/user/Documents/colorful_gray.png. | {
"files": [
{
"filename": "colorful.png",
"sandbox_path": "/home/user/Documents/colorful.png"
}
]
} | [
{
"command": "check-file-exists /home/user/Documents/colorful_gray.png",
"key": "exists",
"expected": true,
"description": "Output grayscale PNG file exists at /home/user/Documents/colorful_gray.png"
},
{
"command": "check-file-mode /home/user/Documents/colorful_gray.png L",
"key": "matc... | task_generator/tasks/gimp_grayscale_export |
gimp_indexed_gif_export_16colors | gimp | Open /home/user/Documents/rainbow_gradient.png (500x300 rainbow gradient) in GIMP. Convert the image to INDEXED color mode with a maximum palette of 16 colors. Then export the result as a GIF file to /home/user/Documents/rainbow_indexed.gif. The output must remain 500x300 pixels. | {
"files": [
{
"filename": "rainbow_gradient.png",
"sandbox_path": "/home/user/Documents/rainbow_gradient.png"
}
]
} | [
{
"command": "check-file-exists /home/user/Documents/rainbow_indexed.gif",
"key": "exists",
"expected": true,
"description": "Output GIF exists"
},
{
"command": "check-file-format /home/user/Documents/rainbow_indexed.gif GIF",
"key": "match",
"expected": true,
"description": "Out... | task_generator/tasks/gimp_indexed_gif_export_16colors |
gimp_multi_format_export | gimp | Open the image /home/user/Documents/source.png in GIMP. Export the image in three different formats, maintaining the original 500x400 dimensions: (1) /home/user/Documents/output.jpg (JPEG), (2) /home/user/Documents/output.bmp (BMP), and (3) /home/user/Documents/output.tiff (TIFF). | {
"files": [
{
"filename": "source.png",
"sandbox_path": "/home/user/Documents/source.png"
}
]
} | [
{
"command": "check-file-exists /home/user/Documents/output.jpg",
"key": "exists",
"expected": true,
"description": "JPEG output file exists at /home/user/Documents/output.jpg"
},
{
"command": "check-file-format /home/user/Documents/output.jpg JPEG",
"key": "match",
"expected": true,... | task_generator/tasks/gimp_multi_format_export |
gimp_multi_output_format_mode | gimp | Open /home/user/Documents/source_multi.png (500x500 RGB image with four colored quadrants: red, green, blue, yellow) in GIMP. Export this image in three different formats with specific mode conversions: (1) As RGB PNG to /home/user/Documents/output_rgb.png, (2) Convert to grayscale mode then export as grayscale JPG to ... | {
"files": [
{
"filename": "source_multi.png",
"sandbox_path": "/home/user/Documents/source_multi.png"
}
]
} | [
{
"command": "check-file-exists /home/user/Documents/output_gray.jpg",
"key": "exists",
"expected": true,
"description": "Grayscale JPEG exists"
},
{
"command": "check-file-format /home/user/Documents/output_gray.jpg JPEG",
"key": "match",
"expected": true,
"description": "output... | task_generator/tasks/gimp_multi_output_format_mode |
gimp_rotate_180_tiff_export | gimp | Rotate /home/user/Documents/quadrants.png 180 degrees and export the result to /home/user/Documents/quadrants_rotated.tiff. | {
"files": [
{
"filename": "quadrants.png",
"sandbox_path": "/home/user/Documents/quadrants.png"
}
]
} | [
{
"command": "check-file-exists /home/user/Documents/quadrants_rotated.tiff",
"key": "exists",
"expected": true,
"description": "Output TIFF exists"
},
{
"command": "check-file-format /home/user/Documents/quadrants_rotated.tiff TIFF",
"key": "match",
"expected": true,
"descriptio... | task_generator/tasks/gimp_rotate_180_tiff_export |
gimp_scale_thumbnail_webp | gimp | Scale /home/user/Documents/big_photo.png down to 300x200 pixels and export as WebP to /home/user/Documents/thumb.webp. | {
"files": [
{
"filename": "big_photo.png",
"sandbox_path": "/home/user/Documents/big_photo.png"
}
]
} | [
{
"command": "check-file-exists /home/user/Documents/thumb.webp",
"key": "exists",
"expected": true,
"description": "Thumbnail WebP exists"
},
{
"command": "check-file-format /home/user/Documents/thumb.webp WEBP",
"key": "match",
"expected": true,
"description": "Output is WEBP f... | task_generator/tasks/gimp_scale_thumbnail_webp |
gimp_threshold_black_white | gimp | Apply a threshold filter to /home/user/Documents/gradient.png to convert it to pure black and white (threshold value: 128). Export to /home/user/Documents/threshold_result.png (400x200). | {
"files": [
{
"filename": "gradient.png",
"sandbox_path": "/home/user/Documents/gradient.png"
}
]
} | [
{
"command": "check-file-exists /home/user/Documents/threshold_result.png",
"key": "exists",
"expected": true,
"description": "Exported threshold result PNG file exists"
},
{
"command": "check-file-dimensions /home/user/Documents/threshold_result.png 400 200",
"key": "match",
"expect... | task_generator/tasks/gimp_threshold_black_white |
gimp_webp_export_preserve_alpha | gimp | Open /home/user/Documents/icon_rgba.png (256x256 RGBA — a solid yellow filled circle on a transparent background) in GIMP. Export the image as a WebP file at /home/user/Documents/icon_export.webp, preserving the RGBA alpha channel and the original 256x256 dimensions. | {
"files": [
{
"filename": "icon_rgba.png",
"sandbox_path": "/home/user/Documents/icon_rgba.png"
}
]
} | [
{
"command": "check-file-exists /home/user/Documents/icon_export.webp",
"key": "exists",
"expected": true,
"description": "Output WebP exists"
},
{
"command": "check-file-format /home/user/Documents/icon_export.webp WEBP",
"key": "match",
"expected": true,
"description": "Output ... | task_generator/tasks/gimp_webp_export_preserve_alpha |
godot4_add_autoload_singleton | godot4 | Edit /home/user/godot_projects/autoload_game/project.godot. Add an [autoload] section (if it does not exist) and add an entry named GameState pointing to the script res://scripts/game_state.gd. The entry should look exactly like:
[autoload]
GameState="*res://scripts/game_state.gd"
(the leading '*' is Godot's convent... | {
"files": [
{
"filename": "project.godot",
"sandbox_path": "/home/user/godot_projects/autoload_game/project.godot"
},
{
"filename": "main.tscn",
"sandbox_path": "/home/user/godot_projects/autoload_game/main.tscn"
},
{
"filename": "scripts/game_state.gd",
"sandb... | [
{
"command": "check-autoload /home/user/godot_projects/autoload_game/project.godot GameState",
"key": "exists",
"expected": true,
"description": "GameState autoload exists"
},
{
"command": "file-exists /home/user/godot_projects/autoload_game/scripts/game_state.gd",
"key": "exists",
"... | task_generator/tasks/godot4_add_autoload_singleton |
godot4_add_input_action_jump | godot4 | Edit /home/user/godot_projects/platformer/project.godot. Inside the existing [input] section, add a new input action named jump bound to the Space key. You can copy the format of the existing move_left/move_right entries and use the SPACE key. The SPACE key's physical_keycode value in Godot 4 is 32. An example entry yo... | {
"files": [
{
"filename": "project.godot",
"sandbox_path": "/home/user/godot_projects/platformer/project.godot"
},
{
"filename": "main.tscn",
"sandbox_path": "/home/user/godot_projects/platformer/main.tscn"
},
{
"filename": "icon.svg",
"sandbox_path": "/home/us... | [
{
"command": "check-input-action /home/user/godot_projects/platformer/project.godot jump",
"key": "exists",
"expected": true,
"description": "jump action exists"
},
{
"command": "check-input-action-key /home/user/godot_projects/platformer/project.godot jump SPACE",
"key": "match",
"e... | task_generator/tasks/godot4_add_input_action_jump |
godot4_add_label_node_to_scene | godot4 | Edit the Godot 4 scene file at /home/user/godot_projects/ui_game/main.tscn. The scene currently contains only a root Node2D named Main. Add a new child node under Main with name="ScoreLabel", type="Label", and property text="Score: 0". In a .tscn file this looks like:
[node name="ScoreLabel" type="Label" parent="."]
t... | {
"files": [
{
"filename": "project.godot",
"sandbox_path": "/home/user/godot_projects/ui_game/project.godot"
},
{
"filename": "main.tscn",
"sandbox_path": "/home/user/godot_projects/ui_game/main.tscn"
},
{
"filename": "icon.svg",
"sandbox_path": "/home/user/god... | [
{
"command": "check-node-exists /home/user/godot_projects/ui_game/main.tscn ScoreLabel",
"key": "exists",
"expected": true,
"description": "ScoreLabel node exists"
},
{
"command": "check-node-type /home/user/godot_projects/ui_game/main.tscn ScoreLabel Label",
"key": "match",
"expecte... | task_generator/tasks/godot4_add_label_node_to_scene |
godot4_attach_script_to_node | godot4 | Edit /home/user/godot_projects/script_game/main.tscn so that the Player node has the script res://scripts/player.gd attached. You must add an ext_resource line near the top of the file and reference it from the Player node's script property. The final main.tscn should include:
[ext_resource type="Script" path="res://s... | {
"files": [
{
"filename": "project.godot",
"sandbox_path": "/home/user/godot_projects/script_game/project.godot"
},
{
"filename": "main.tscn",
"sandbox_path": "/home/user/godot_projects/script_game/main.tscn"
},
{
"filename": "scripts/player.gd",
"sandbox_path"... | [
{
"command": "check-scene-has-script /home/user/godot_projects/script_game/main.tscn player.gd",
"key": "found",
"expected": true,
"description": "Scene has player.gd as ext_resource"
},
{
"command": "check-node-exists /home/user/godot_projects/script_game/main.tscn Player",
"key": "exis... | task_generator/tasks/godot4_attach_script_to_node |
godot4_build_three_node_scene | godot4 | Edit /home/user/godot_projects/build_scene_game/main.tscn. The scene currently contains only a root Node2D named Main. Add three new child nodes under Main:
1. A Sprite2D named Icon (parent=".")
2. A Label named Title (parent=".") with property text="Welcome"
3. A Timer named Spawner (parent=".") with property wait_ti... | {
"files": [
{
"filename": "project.godot",
"sandbox_path": "/home/user/godot_projects/build_scene_game/project.godot"
},
{
"filename": "main.tscn",
"sandbox_path": "/home/user/godot_projects/build_scene_game/main.tscn"
},
{
"filename": "icon.svg",
"sandbox_path... | [
{
"command": "check-node-exists /home/user/godot_projects/build_scene_game/main.tscn Icon",
"key": "exists",
"expected": true,
"description": "Icon node exists"
},
{
"command": "check-node-type /home/user/godot_projects/build_scene_game/main.tscn Icon Sprite2D",
"key": "match",
"expe... | task_generator/tasks/godot4_build_three_node_scene |
godot4_configure_physics_2d | godot4 | Edit /home/user/godot_projects/physics_game/project.godot. Make these changes in the INI-like text: (1) change the [application] section so that config/name is exactly "Gravity Game"; (2) add a [physics] section (if missing) and set the following keys: physics/2d/default_gravity=1200, physics/2d/default_gravity_vector=... | {
"files": [
{
"filename": "project.godot",
"sandbox_path": "/home/user/godot_projects/physics_game/project.godot"
},
{
"filename": "main.tscn",
"sandbox_path": "/home/user/godot_projects/physics_game/main.tscn"
},
{
"filename": "icon.svg",
"sandbox_path": "/hom... | [
{
"command": "file-exists /home/user/godot_projects/physics_game/project.godot",
"key": "exists",
"expected": true,
"description": "project.godot still exists"
},
{
"command": "check-project-setting /home/user/godot_projects/physics_game/project.godot application/config/name '\"Gravity Game\... | task_generator/tasks/godot4_configure_physics_2d |
godot4_full_enemy_controller | godot4 | Create an EnemyController class in /home/user/godot_projects/enemy_ctrl_game/scripts/enemy_controller.gd with class_name EnemyController extending CharacterBody2D. Declare died and health_changed signals, @export variables (max_hp: int = 100, speed: float = 120.0, damage: int = 10), and implement take_damage(amount: in... | {
"files": [
{
"filename": "project.godot",
"sandbox_path": "/home/user/godot_projects/enemy_ctrl_game/project.godot"
},
{
"filename": "main.tscn",
"sandbox_path": "/home/user/godot_projects/enemy_ctrl_game/main.tscn"
},
{
"filename": "scripts/enemy_controller.gd",
... | [
{
"command": "check-script-class-name /home/user/godot_projects/enemy_ctrl_game/scripts/enemy_controller.gd EnemyController",
"key": "match",
"expected": true,
"description": "class_name is EnemyController"
},
{
"command": "check-script-extends /home/user/godot_projects/enemy_ctrl_game/scrip... | task_generator/tasks/godot4_full_enemy_controller |
godot4_gap_audio_buses_layout | godot4 | Edit /home/user/godot_projects/audio_bus_game/default_bus_layout.tres. It currently contains only the Master bus. Extend the [resource] section so the layout contains three buses:
- bus 0: Master (already present)
- bus 1: name="Music", send="Master", volume_db=-6.0, solo/mute/bypass_fx all false
- bus 2: name="SFX", ... | {
"files": [
{
"filename": "project.godot",
"sandbox_path": "/home/user/godot_projects/audio_bus_game/project.godot"
},
{
"filename": "main.tscn",
"sandbox_path": "/home/user/godot_projects/audio_bus_game/main.tscn"
},
{
"filename": "default_bus_layout.tres",
"s... | [
{
"command": "check-resource-type /home/user/godot_projects/audio_bus_game/default_bus_layout.tres AudioBusLayout",
"key": "match",
"expected": true,
"description": "resource is AudioBusLayout"
},
{
"command": "check-resource-property /home/user/godot_projects/audio_bus_game/default_bus_layo... | task_generator/tasks/godot4_gap_audio_buses_layout |
godot4_gap_canvas_item_shader | godot4 | Replace the contents of /home/user/godot_projects/shader_game/scripts/grayscale.gdshader with a valid Godot 4 canvas_item shader that samples the input texture at UV and converts the color to grayscale using luminance weights (0.299, 0.587, 0.114).
The shader must include all of these exactly:
shader_type canvas_item... | {
"files": [
{
"filename": "project.godot",
"sandbox_path": "/home/user/godot_projects/shader_game/project.godot"
},
{
"filename": "main.tscn",
"sandbox_path": "/home/user/godot_projects/shader_game/main.tscn"
},
{
"filename": "scripts/grayscale.gdshader",
"sand... | [
{
"command": "file-exists /home/user/godot_projects/shader_game/scripts/grayscale.gdshader",
"key": "exists",
"expected": true,
"description": "shader file exists"
},
{
"command": "check-file-contains /home/user/godot_projects/shader_game/scripts/grayscale.gdshader shader_type",
"key": "... | task_generator/tasks/godot4_gap_canvas_item_shader |
godot4_gap_export_preset_linux | godot4 | Edit /home/user/godot_projects/export_linux_game/export_presets.cfg. It currently only contains a comment. Turn it into a valid Godot export_presets.cfg with a single Linux/X11 preset. The file must contain at minimum the following block:
[preset.0]
name="Linux"
platform="Linux/X11"
runnable=true
custom_features=""
e... | {
"files": [
{
"filename": "project.godot",
"sandbox_path": "/home/user/godot_projects/export_linux_game/project.godot"
},
{
"filename": "main.tscn",
"sandbox_path": "/home/user/godot_projects/export_linux_game/main.tscn"
},
{
"filename": "export_presets.cfg",
"... | [
{
"command": "file-exists /home/user/godot_projects/export_linux_game/export_presets.cfg",
"key": "exists",
"expected": true,
"description": "export_presets.cfg exists"
},
{
"command": "check-file-contains /home/user/godot_projects/export_linux_game/export_presets.cfg preset.0",
"key": "... | task_generator/tasks/godot4_gap_export_preset_linux |
godot4_implement_gdscript_class | godot4 | Open /home/user/godot_projects/class_game/scripts/enemy.gd. It is currently an empty stub. Replace its contents with a valid GDScript class that satisfies all of the following:
1. Declares class_name Enemy
2. extends CharacterBody2D
3. Declares a signal named died
4. Has an @export var max_health: int = 100
5. Defines... | {
"files": [
{
"filename": "project.godot",
"sandbox_path": "/home/user/godot_projects/class_game/project.godot"
},
{
"filename": "main.tscn",
"sandbox_path": "/home/user/godot_projects/class_game/main.tscn"
},
{
"filename": "scripts/enemy.gd",
"sandbox_path": "... | [
{
"command": "check-script-class-name /home/user/godot_projects/class_game/scripts/enemy.gd Enemy",
"key": "match",
"expected": true,
"description": "class_name is Enemy"
},
{
"command": "check-script-extends /home/user/godot_projects/class_game/scripts/enemy.gd CharacterBody2D",
"key": ... | task_generator/tasks/godot4_implement_gdscript_class |
godot4_input_actions_and_display | godot4 | Edit /home/user/godot_projects/combo_game/project.godot. Set application/config/name="Combo Game". Add a [display] section with window/size/viewport_width=1024 and window/size/viewport_height=768. Add an [input] section with pause action bound to ESCAPE and screenshot action bound to F2. Save the file. | {
"files": [
{
"filename": "project.godot",
"sandbox_path": "/home/user/godot_projects/combo_game/project.godot"
},
{
"filename": "main.tscn",
"sandbox_path": "/home/user/godot_projects/combo_game/main.tscn"
},
{
"filename": "icon.svg",
"sandbox_path": "/home/us... | [
{
"command": "check-project-setting /home/user/godot_projects/combo_game/project.godot application/config/name '\"Combo Game\"'",
"key": "match",
"expected": true,
"description": "config/name is 'Combo Game'"
},
{
"command": "check-project-setting /home/user/godot_projects/combo_game/project... | task_generator/tasks/godot4_input_actions_and_display |
godot4_input_map_four_actions | godot4 | Edit /home/user/godot_projects/rpg_game/project.godot. The [input] section has move_left (A) and move_right (D). Add four new actions: move_up bound to W, move_down bound to S, attack bound to J, and interact bound to E. Use the same InputEventKey format as existing entries. Save the file. | {
"files": [
{
"filename": "project.godot",
"sandbox_path": "/home/user/godot_projects/rpg_game/project.godot"
},
{
"filename": "main.tscn",
"sandbox_path": "/home/user/godot_projects/rpg_game/main.tscn"
},
{
"filename": "icon.svg",
"sandbox_path": "/home/user/g... | [
{
"command": "check-input-action /home/user/godot_projects/rpg_game/project.godot move_left",
"key": "exists",
"expected": true,
"description": "Existing move_left preserved"
},
{
"command": "check-input-action /home/user/godot_projects/rpg_game/project.godot move_right",
"key": "exists"... | task_generator/tasks/godot4_input_map_four_actions |
godot4_multi_autoload_setup | godot4 | Edit /home/user/godot_projects/multi_autoload_game/project.godot. Add an [autoload] section (if missing) and register three autoload singletons pointing at the pre-existing scripts in the project:
[autoload]
GameState="*res://scripts/game_state.gd"
AudioManager="*res://scripts/audio_manager.gd"
SaveSystem="*res://scr... | {
"files": [
{
"filename": "project.godot",
"sandbox_path": "/home/user/godot_projects/multi_autoload_game/project.godot"
},
{
"filename": "main.tscn",
"sandbox_path": "/home/user/godot_projects/multi_autoload_game/main.tscn"
},
{
"filename": "scripts/game_state.gd",
... | [
{
"command": "check-autoload /home/user/godot_projects/multi_autoload_game/project.godot GameState",
"key": "exists",
"expected": true,
"description": "GameState autoload is registered"
},
{
"command": "check-autoload /home/user/godot_projects/multi_autoload_game/project.godot AudioManager",... | task_generator/tasks/godot4_multi_autoload_setup |
godot4_refactor_attach_script_and_autoload | godot4 | Perform a two-file refactor inside /home/user/godot_projects/refactor_game/.
(1) Edit main.tscn to attach the pre-existing script res://scripts/enemy.gd to the Enemy node. Add an ext_resource line near the top of the file, and reference it from the Enemy node block:
[ext_resource type="Script" path="res://scripts/ene... | {
"files": [
{
"filename": "project.godot",
"sandbox_path": "/home/user/godot_projects/refactor_game/project.godot"
},
{
"filename": "main.tscn",
"sandbox_path": "/home/user/godot_projects/refactor_game/main.tscn"
},
{
"filename": "scripts/enemy.gd",
"sandbox_pa... | [
{
"command": "check-node-exists /home/user/godot_projects/refactor_game/main.tscn Enemy",
"key": "exists",
"expected": true,
"description": "Enemy node still exists"
},
{
"command": "check-scene-has-script /home/user/godot_projects/refactor_game/main.tscn enemy.gd",
"key": "found",
"... | task_generator/tasks/godot4_refactor_attach_script_and_autoload |
godot4_set_display_resolution | godot4 | Edit /home/user/godot_projects/display_game/project.godot. Add a [display] section with window/size/viewport_width=1920 and window/size/viewport_height=1080. Save the file. | {
"files": [
{
"filename": "project.godot",
"sandbox_path": "/home/user/godot_projects/display_game/project.godot"
},
{
"filename": "main.tscn",
"sandbox_path": "/home/user/godot_projects/display_game/main.tscn"
},
{
"filename": "icon.svg",
"sandbox_path": "/hom... | [
{
"command": "file-exists /home/user/godot_projects/display_game/project.godot",
"key": "exists",
"expected": true,
"description": "project.godot exists"
},
{
"command": "check-project-setting /home/user/godot_projects/display_game/project.godot display/window/size/viewport_width 1920",
... | task_generator/tasks/godot4_set_display_resolution |
godot4_set_project_name_and_main_scene | godot4 | Edit /home/user/godot_projects/blank_game/project.godot. In the [application] section, set config/name="Space Runner" and run/main_scene="res://main.tscn". Save the file. | {
"files": [
{
"filename": "project.godot",
"sandbox_path": "/home/user/godot_projects/blank_game/project.godot"
},
{
"filename": "main.tscn",
"sandbox_path": "/home/user/godot_projects/blank_game/main.tscn"
},
{
"filename": "icon.svg",
"sandbox_path": "/home/us... | [
{
"command": "file-exists /home/user/godot_projects/blank_game/project.godot",
"key": "exists",
"expected": true,
"description": "project.godot still exists"
},
{
"command": "check-project-setting /home/user/godot_projects/blank_game/project.godot application/config/name '\"Space Runner\"'",... | task_generator/tasks/godot4_set_project_name_and_main_scene |
godot4_set_renderer_method_forward_plus | godot4 | Edit /home/user/godot_projects/renderer_game/project.godot. In the [rendering] section, change the value of renderer/rendering_method from gl_compatibility to forward_plus. The final line should be: renderer/rendering_method="forward_plus". Save the file. | {
"files": [
{
"filename": "project.godot",
"sandbox_path": "/home/user/godot_projects/renderer_game/project.godot"
},
{
"filename": "main.tscn",
"sandbox_path": "/home/user/godot_projects/renderer_game/main.tscn"
},
{
"filename": "icon.svg",
"sandbox_path": "/h... | [
{
"command": "check-project-setting /home/user/godot_projects/renderer_game/project.godot rendering/renderer/rendering_method '\"forward_plus\"'",
"key": "match",
"expected": true,
"description": "rendering_method is forward_plus"
},
{
"command": "file-exists /home/user/godot_projects/render... | task_generator/tasks/godot4_set_renderer_method_forward_plus |
godot4_window_and_icon_config | godot4 | Edit /home/user/godot_projects/window_game/project.godot. In [application], set config/name="Stellar Arena" and config/icon="res://icon.svg". Add a [display] section with window/size/viewport_width=1280, window/size/viewport_height=720, window/size/mode=2, and window/stretch/mode="canvas_items". Preserve the existing [... | {
"files": [
{
"filename": "project.godot",
"sandbox_path": "/home/user/godot_projects/window_game/project.godot"
},
{
"filename": "main.tscn",
"sandbox_path": "/home/user/godot_projects/window_game/main.tscn"
},
{
"filename": "icon.svg",
"sandbox_path": "/home/... | [
{
"command": "check-project-setting /home/user/godot_projects/window_game/project.godot application/config/name '\"Stellar Arena\"'",
"key": "match",
"expected": true,
"description": "config/name is 'Stellar Arena'"
},
{
"command": "check-project-setting /home/user/godot_projects/window_game... | task_generator/tasks/godot4_window_and_icon_config |
impress_add_entry_animations_to_bullets | libreoffice_impress | Open the file /home/user/Documents/product_overview.odp in LibreOffice Impress. This 4-slide deck has: Slide 1 = title 'Orbit CRM' with subtitle 'Learn more'; Slide 2 = 'Features' with 3 bullets; Slide 3 = 'Pricing' with 3 bullets; Slide 4 = 'Contact' with 3 lines.
Add an entrance (Entry) animation to the body/bullet-... | {
"files": [
{
"filename": "product_overview.odp",
"sandbox_path": "/home/user/Documents/product_overview.odp"
}
]
} | [
{
"command": "check-file-exists /home/user/Documents/product_overview.odp",
"key": "exists",
"expected": true,
"description": "product_overview.odp is saved on disk"
},
{
"command": "check-slide-count 4",
"key": "match",
"expected": true,
"description": "Deck still has exactly 4 ... | task_generator/tasks/impress_add_entry_animations_to_bullets |
impress_add_speaker_notes | libreoffice_impress | Open the file /home/user/Documents/training_deck.pptx in LibreOffice Impress. This presentation has 4 slides about employee onboarding with titles: 'Welcome', 'Company History', 'Tools & Systems', 'Q&A'.
Add speaker notes to each slide as follows:
Slide 1 notes: 'Introduce yourself and welcome new hires. Estimated ti... | {
"files": [
{
"filename": "training_deck.pptx",
"sandbox_path": "/home/user/Documents/training_deck.pptx"
}
]
} | [
{
"command": "check-notes-contain 0 \"Introduce yourself and welcome new hires\"",
"key": "contains",
"expected": true,
"description": "Slide 1 notes contain 'Introduce yourself and welcome new hires'"
},
{
"command": "check-notes-contain 0 \"Estimated time: 5 minutes\"",
"key": "contain... | task_generator/tasks/impress_add_speaker_notes |
impress_add_transitions_to_slides | libreoffice_impress | Open the file /home/user/Documents/sales_pitch.pptx in LibreOffice Impress. This presentation has 4 slides with titles: 'Our Solution', 'Market Opportunity', 'Business Model', 'Call to Action'.
Add a slide transition effect to every slide in the presentation. Add speaker notes to Slide 4 ('Call to Action'): 'Ask for q... | {
"files": [
{
"filename": "sales_pitch.pptx",
"sandbox_path": "/home/user/Documents/sales_pitch.pptx"
}
]
} | [
{
"command": "check-slide-count 4",
"key": "match",
"expected": true,
"description": "Presentation still has exactly 4 slides"
},
{
"command": "check-has-transition 0",
"key": "has_transition",
"expected": true,
"description": "Slide 1 has a transition effect applied"
},
{
... | task_generator/tasks/impress_add_transitions_to_slides |
impress_annual_report_insert_sections | libreoffice_impress | Open /home/user/Documents/annual_draft.pptx in LibreOffice Impress. It currently contains 5 slides with these titles (in order): 'Annual Report 2025', 'Financials', 'Customers', 'Operations', 'Thank You'.
Transform it into a more structured 9-slide deck in this exact final order:
1. 'Annual Report 2025' (existing tit... | {
"files": [
{
"filename": "annual_draft.pptx",
"sandbox_path": "/home/user/Documents/annual_draft.pptx"
}
]
} | [
{
"command": "check-slide-count 9",
"key": "match",
"expected": true,
"description": "Deck has 9 slides"
},
{
"command": "check-slide-title 0 \"Annual Report 2025\"",
"key": "match",
"expected": true,
"description": "Slide 1 title unchanged"
},
{
"command": "check-slide-t... | task_generator/tasks/impress_annual_report_insert_sections |
impress_book_summary_deck | libreoffice_impress | Create a new presentation from scratch in LibreOffice Impress with exactly 8 slides summarizing a technical book for a reading group.
Slide 1 (Title Slide): Title 'Designing Data-Intensive Systems: Summary', subtitle 'Notes by the Reading Group'.
Slide 2: Title 'Chapter 1: Reliability'. Body: 'Fault tolerance techniqu... | {
"files": [],
"reload_files": [
"/home/user/Documents/book_summary.pptx"
]
} | [
{
"command": "check-slide-count 8",
"key": "match",
"expected": true,
"description": "Exactly 8 slides"
},
{
"command": "check-slide-title 0 \"Designing Data-Intensive Systems: Summary\"",
"key": "match",
"expected": true,
"description": "Slide 1 title"
},
{
"command": "c... | task_generator/tasks/impress_book_summary_deck |
impress_build_course_syllabus | libreoffice_impress | Create a new presentation from scratch in LibreOffice Impress for a university course syllabus. The presentation must have exactly 6 slides.
Slide 1 (Title Slide): Title 'CS 301: Database Systems', subtitle 'Fall 2026 Syllabus'.
Slide 2: Title 'Instructor Information'. Body content:
- 'Professor: Dr. Elena Vasquez'
-... | {
"files": [],
"reload_files": [
"/home/user/Documents/cs301_syllabus.pptx"
]
} | [
{
"command": "check-slide-count 6",
"key": "match",
"expected": true,
"description": "Presentation has exactly 6 slides"
},
{
"command": "check-slide-title 0 \"CS 301: Database Systems\"",
"key": "match",
"expected": true,
"description": "Slide 1 title is 'CS 301: Database System... | task_generator/tasks/impress_build_course_syllabus |
impress_conference_agenda_deck | libreoffice_impress | Create a new presentation from scratch in LibreOffice Impress with exactly 7 slides for a conference agenda.
Slide 1 (Title Slide): Title 'DevSummit 2026', subtitle 'October 12-14, San Francisco'.
Slide 2: Title 'Opening Keynote'. Body: 'Dr. Lin Ortega', 'The next decade of developer tools'.
Slide 3: Title 'AI Infrast... | {
"files": [],
"reload_files": [
"/home/user/Documents/devsummit_agenda.pptx"
]
} | [
{
"command": "check-slide-count 7",
"key": "match",
"expected": true,
"description": "Presentation has exactly 7 slides"
},
{
"command": "check-slide-title 0 \"DevSummit 2026\"",
"key": "match",
"expected": true,
"description": "Slide 1 title is 'DevSummit 2026'"
},
{
"co... | task_generator/tasks/impress_conference_agenda_deck |
impress_conference_talk_from_outline | libreoffice_impress | Open the file /home/user/Documents/talk_skeleton.odp in LibreOffice Impress. The deck currently has only 3 skeleton slides with titles 'Motivation', 'Approach', 'Evaluation' and empty bodies.
Fill in body content for each existing slide and add three new slides so the final 6-slide deck is a complete research talk:
S... | {
"files": [
{
"filename": "talk_skeleton.odp",
"sandbox_path": "/home/user/Documents/talk_skeleton.odp"
}
]
} | [
{
"command": "check-slide-count 6",
"key": "match",
"expected": true,
"description": "Exactly 6 slides"
},
{
"command": "check-slide-title 0 \"Motivation\"",
"key": "match",
"expected": true,
"description": "Slide 1 title preserved"
},
{
"command": "check-slide-contains 0... | task_generator/tasks/impress_conference_talk_from_outline |
impress_configure_autorecover_1min | libreoffice_impress | Open LibreOffice Impress.
1、Then set 'Always save as' for 'Presentation' to 'PowerPoint 2007-365 (.pptx)', enable 'Always create backup copy', enable 'Save AutoRecovery information every', and set the AutoRecovery interval to 1 minute.
2. Change 'Measurement unit' to 'Inch'.
After confirming all dialogs, make sure t... | {
"files": []
} | [
{
"command": "check-registry-prop-exists /org.openoffice.Office.Common/Save/Document AutoSaveTimeIntervall",
"key": "exists",
"expected": true,
"description": "AutoSave interval property has been written to the LibreOffice registry"
},
{
"command": "check-registry-value /org.openoffice.Offic... | task_generator/tasks/impress_configure_autorecover_1min |
impress_configure_autorecover_3min | libreoffice_impress | Open LibreOffice Impress.
Set 'Always save as' for 'Presentation' to 'PowerPoint 2007-365 (.pptx)', enable 'Always create backup copy', enable 'Save AutoRecovery information every', and set the AutoRecovery interval to 3 minutes. Change 'Measurement unit' to 'Inch'.
After confirming all dialogs, make sure the prefere... | {
"files": []
} | [
{
"command": "check-registry-prop-exists /org.openoffice.Office.Common/Save/Document AutoSaveTimeIntervall",
"key": "exists",
"expected": true,
"description": "AutoSave interval property has been written to the LibreOffice registry"
},
{
"command": "check-registry-value /org.openoffice.Offic... | task_generator/tasks/impress_configure_autorecover_3min |
impress_configure_autorecover_7min | libreoffice_impress | Open LibreOffice Impress.
1、Then set 'Always save as' for 'Presentation' to 'PowerPoint 2007-365 (.pptx)', enable 'Always create backup copy', enable 'Save AutoRecovery information every', and set the AutoRecovery interval to 7 minutes.
2. Change 'Measurement unit' to 'Inch'.
After confirming all dialogs, make sure ... | {
"files": []
} | [
{
"command": "check-registry-prop-exists /org.openoffice.Office.Common/Save/Document AutoSaveTimeIntervall",
"key": "exists",
"expected": true,
"description": "AutoSave interval property has been written to the LibreOffice registry"
},
{
"command": "check-registry-value /org.openoffice.Offic... | task_generator/tasks/impress_configure_autorecover_7min |
impress_configure_default_save_and_units | libreoffice_impress | Open LibreOffice Impress.
Set 'Always save as' for 'Presentation' to 'PowerPoint 2007-365 (.pptx)', enable 'Always create backup copy', enable 'Save AutoRecovery information every', and set the AutoRecovery interval to 5 minutes. Change 'Measurement unit' to 'Inch'.
After confirming all dialogs, make sure the prefere... | {
"files": []
} | [
{
"command": "check-registry-prop-exists /org.openoffice.Office.Common/Save/Document AutoSaveTimeIntervall",
"key": "exists",
"expected": true,
"description": "AutoSave interval property has been written to the LibreOffice registry"
},
{
"command": "check-registry-value /org.openoffice.Offic... | task_generator/tasks/impress_configure_default_save_and_units |
impress_consolidate_two_decks | libreoffice_impress | Open the file /home/user/Documents/main_deck.pptx in LibreOffice Impress. This presentation has 3 slides with titles: 'Project Kickoff', 'Timeline', 'Budget'.
You also have a second presentation file at /home/user/Documents/appendix_deck.pptx which has 2 slides with titles: 'Risk Assessment', 'Stakeholder List'.
Perf... | {
"files": [
{
"filename": "main_deck.pptx",
"sandbox_path": "/home/user/Documents/main_deck.pptx"
},
{
"filename": "appendix_deck.pptx",
"sandbox_path": "/home/user/Documents/appendix_deck.pptx"
}
],
"reload_files": [
"/home/user/Documents/combined_deck.pptx"
]
} | [
{
"command": "check-slide-count 6",
"key": "match",
"expected": true,
"description": "Final presentation has exactly 6 slides"
},
{
"command": "check-slide-title 0 \"Project Kickoff\"",
"key": "match",
"expected": true,
"description": "Slide 1 title is 'Project Kickoff'"
},
{... | task_generator/tasks/impress_consolidate_two_decks |
impress_create_training_manual | libreoffice_impress | Create a new presentation from scratch in LibreOffice Impress for a software training manual. The presentation must have exactly 8 slides.
Slide 1 (Title Slide): Title 'DataVault User Training', subtitle 'Version 3.0 - March 2026'.
Slide 2: Title 'Table of Contents'. Body content as a list:
- 'Installation'
- 'Config... | {
"files": [],
"reload_files": [
"/home/user/Documents/datavault_training.pptx"
]
} | [
{
"command": "check-slide-count 8",
"key": "match",
"expected": true,
"description": "Presentation has exactly 8 slides"
},
{
"command": "check-slide-title 0 \"DataVault User Training\"",
"key": "match",
"expected": true,
"description": "Slide 1 title is 'DataVault User Training'... | task_generator/tasks/impress_create_training_manual |
impress_curriculum_outline_expand | libreoffice_impress | Create a new presentation from scratch in LibreOffice Impress with exactly 7 slides for a 'Python for Data Science' curriculum.
Slide 1 (Title Slide): Title 'Python for Data Science'. Subtitle '8-Week Intensive Curriculum'.
Slide 2: Title 'Week 1-2: Foundations'. Body bullets: 'Python syntax', 'Data structures', 'Func... | {
"files": [],
"reload_files": [
"/home/user/Documents/python_ds_course.odp"
]
} | [
{
"command": "check-slide-count 7",
"key": "match",
"expected": true,
"description": "Deck has exactly 7 slides"
},
{
"command": "check-slide-title 0 \"Python for Data Science\"",
"key": "match",
"expected": true,
"description": "Slide 1 title"
},
{
"command": "check-slid... | task_generator/tasks/impress_curriculum_outline_expand |
impress_deduplicate_and_fix_deck | libreoffice_impress | Open the file /home/user/Documents/messy_deck.odp in LibreOffice Impress. The deck has 8 slides with duplicates. The current slide order (by title) is:
1. Intro
2. Data
3. Intro (duplicate)
4. Analysis
5. Data (duplicate)
6. Findings
7. Analysis (duplicate)
8. Outro
Clean up the deck so it has exactly 5 unique slides ... | {
"files": [
{
"filename": "messy_deck.odp",
"sandbox_path": "/home/user/Documents/messy_deck.odp"
}
]
} | [
{
"command": "check-slide-count 5",
"key": "match",
"expected": true,
"description": "Exactly 5 slides"
},
{
"command": "check-slide-title 0 \"Intro\"",
"key": "match",
"expected": true,
"description": "Slide 1 Intro"
},
{
"command": "check-slide-title 1 \"Data\"",
"k... | task_generator/tasks/impress_deduplicate_and_fix_deck |
impress_delete_and_add_slides | libreoffice_impress | Open the file /home/user/Documents/workshop_slides.pptx in LibreOffice Impress. This presentation has 5 slides with titles: 'Workshop Introduction', 'Agenda', 'Exercise 1', 'Exercise 2', 'Wrap Up'.
Delete slide 3 ('Exercise 1') and slide 4 ('Exercise 2'). Add 3 new slides after 'Agenda' (before 'Wrap Up'):
- New Sl... | {
"files": [
{
"filename": "workshop_slides.pptx",
"sandbox_path": "/home/user/Documents/workshop_slides.pptx"
}
]
} | [
{
"command": "check-slide-count 6",
"key": "match",
"expected": true,
"description": "Presentation has exactly 6 slides"
},
{
"command": "check-slide-title 0 \"Workshop Introduction\"",
"key": "match",
"expected": true,
"description": "Slide 1 title is 'Workshop Introduction'"
... | task_generator/tasks/impress_delete_and_add_slides |
impress_financial_review_with_transitions | libreoffice_impress | Open the file /home/user/Documents/financial_review.odp in LibreOffice Impress. The deck currently has 5 slides: 'FY2025 Financial Review', 'Revenue', 'Expenses', 'Net Income', 'Cashflow'. Two numeric values are wrong.
Perform the following changes:
1. On the 'Revenue' slide (slide 2), replace the existing revenue fi... | {
"files": [
{
"filename": "financial_review.odp",
"sandbox_path": "/home/user/Documents/financial_review.odp"
}
]
} | [
{
"command": "check-slide-count 6",
"key": "match",
"expected": true,
"description": "Exactly 6 slides"
},
{
"command": "check-slide-title 0 \"FY2025 Financial Review\"",
"key": "match",
"expected": true,
"description": "Slide 1 title preserved"
},
{
"command": "check-sli... | task_generator/tasks/impress_financial_review_with_transitions |
impress_interactive_action_jump_to_slide | libreoffice_impress | Using LibreOffice Impress, build a brand-new 5-slide interactive navigation deck and save it as /home/user/Documents/nav_deck.odp (native ODP format). The deck must be laid out exactly like this:
Slide 1 — Title 'Menu'. On this slide, insert THREE rectangle shapes (Insert > Shape > Basic Shapes > Rectangle, or toolbar... | {
"files": [],
"reload_files": [
"/home/user/Documents/nav_deck.odp"
]
} | [
{
"command": "check-file-exists /home/user/Documents/nav_deck.odp",
"key": "exists",
"expected": true,
"description": "nav_deck.odp is saved on disk"
},
{
"command": "check-slide-count 5",
"key": "match",
"expected": true,
"description": "Deck has exactly 5 slides"
},
{
"... | task_generator/tasks/impress_interactive_action_jump_to_slide |
impress_modify_existing_content | libreoffice_impress | Open the file /home/user/Documents/product_launch.pptx in LibreOffice Impress. This is a 5-slide product launch presentation for 'Widget Pro'.
Make the following modifications:
1. On Slide 1 (title 'Widget Pro'), change the subtitle from 'Launch Date: March 2025' to 'Launch Date: June 2025'.
2. On Slide 2 (title 'Ke... | {
"files": [
{
"filename": "product_launch.pptx",
"sandbox_path": "/home/user/Documents/product_launch.pptx"
}
]
} | [
{
"command": "check-slide-contains 0 \"Launch Date: June 2025\"",
"key": "contains",
"expected": true,
"description": "Slide 1 contains updated launch date 'Launch Date: June 2025'"
},
{
"command": "check-slide-contains 1 \"AI-powered recommendations\"",
"key": "contains",
"expected"... | task_generator/tasks/impress_modify_existing_content |
impress_nonprofit_pitch_deck | libreoffice_impress | Create a new presentation from scratch in LibreOffice Impress with exactly 7 slides for a nonprofit fundraising pitch deck.
Slide 1 (Title Slide): Title 'CleanWaters Initiative', subtitle 'Annual Fundraiser 2026'.
Slide 2: Title 'The Problem'. Body: '2 billion people lack safe drinking water', 'Disease, missed school,... | {
"files": [],
"reload_files": [
"/home/user/Documents/cleanwaters_pitch.pptx"
]
} | [
{
"command": "check-slide-count 7",
"key": "match",
"expected": true,
"description": "Exactly 7 slides"
},
{
"command": "check-slide-title 0 \"CleanWaters Initiative\"",
"key": "match",
"expected": true,
"description": "Slide 1 title"
},
{
"command": "check-slide-contains... | task_generator/tasks/impress_nonprofit_pitch_deck |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.