task-completion-focus

Signal task completion by focusing on a specified target object.

145|1|Updated Mar 16, 2026
One-click install
npx skills add https://github.com/taomiao/DynamicSkillCompiler --skill task-completion-focus-taomiao
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: task-completion-focus
Source: https://github.com/taomiao/DynamicSkillCompiler/tree/main/experiments/src/skills/scienceworld/task-completion-focus
Command: npx skills add https://github.com/taomiao/DynamicSkillCompiler --skill task-completion-focus-taomiao

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill helps an agent identify when a task has been successfully completed by focusing on a specified object, ensuring accurate signaling of task finalization in environment interactions.

Core Features & Use Cases

  • Task finalization: Signals the successful completion of a task by focusing on the relevant object.
  • Ambiguity resolution: Handles multiple target objects by selecting the most appropriate one based on the scenario.
  • Use Case: After growing a banana, the agent can execute this Skill to focus on the grown banana, confirming task completion in a simulated environment.

Quick Start

Provide the agent with the command to focus on the specific object once it has achieved the goal, such as "focus on the banana in the scene."

Frequently Asked Questions about task-completion-focus

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I signal task completion by focusing on a specific object in a simulated environment?

To signal task completion, you command the agent to focus on a specific object in the scene after confirming its presence. This action provides a deterministic, low-freedom final step to finalize environment interactions.

What is the best way to handle task disambiguation when multiple target objects exist?

Task disambiguation is handled by selecting the most appropriate target object based on the scenario. This ensures the agent accurately identifies the correct item when multiple objects exist before signaling task finalization.

Why does my agent fail to accurately finalize tasks in environment interactions?

Agents fail to finalize tasks when they lack a deterministic, low-freedom final action. By focusing on the target object after confirming its presence, the agent ensures accurate task completion signaling in environment interactions.

When do I need to use object focusing for task finalization?

You need object focusing for task finalization when your workflow requires deterministic confirmation of a goal state. It is specifically used after confirming the target object's presence in simulated environment interactions and automation.

Can I use task completion signaling for automation workflows with low freedom actions?

Yes, this approach satisfies the need for deterministic, low-freedom final actions in task workflows. It enables agents to accurately signal task completion by focusing on the target object, essential for environment interactions and automation.