This skill introduces deliberate pauses in task execution. Use when the agent needs to consider next steps, evaluate intermediate results, or wait for processes to complete. The skill uses the 'wait1' or 'wait' actions to temporarily halt activity, preventing rushed decisions in complex experimental procedures.
61
71%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Passed
No findings from the security scan
Fix and improve this skill with Tessl
tessl review fix ./experiments/src/skills/scienceworld/scienceworld-process-pauser/SKILL.mdActivate this skill when you need to:
Use the following actions to implement a pause:
wait1: Pauses execution for a single simulation step. Use for brief reflection.wait: Pauses execution for 10 simulation steps. Use for longer consideration or simulated waiting periods.wait1 for quick checks or wait for extended evaluation.In the paint-mixing task, the agent used wait1 after creating orange paint and before adding more red to make red-orange. This pause allowed for consideration of proportions and color adjustment.
7bb9a48
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.