Agent skill
scienceworld-process-pauser
This skill introduces deliberate pauses in task execution. It should be triggered 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.
Stars
163
Forks
31
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/scienceworld-process-pauser
SKILL.md
Skill: Process Pauser
When to Use
Activate this skill when you need to:
- Consider next steps in a complex procedure.
- Evaluate an intermediate result (e.g., a mixed chemical, a partial assembly).
- Wait for a simulated process to complete.
- Prevent rushed decisions that could lead to errors.
Core Actions
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.
Implementation Logic
- Identify the Pause Trigger: Recognize a moment requiring deliberation (e.g., after creating an intermediate product, before adding a new component).
- Select Duration: Choose
wait1for quick checks orwaitfor extended evaluation. - Execute Pause: Perform the selected wait action.
- Resume: Continue the task with the benefit of the reflective pause.
Example from Trajectory
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.
Didn't find tool you were looking for?