What problem does it solve?
This Skill provides a standardized mechanism for AI agents to communicate their operational status, current task, and progress updates to the broader workflow system and human supervisors.
Core Features & Use Cases
- Status Reporting: Clearly indicates whether an agent is actively working, has completed its assigned task, or if the entire workflow is finished.
- Task Tracking: Defines the specific task an agent is currently undertaking, offering real-time insight into the ongoing operations.
- Progress Logging: Maintains an auditable trail of completed steps, decisions, and encountered issues, facilitating transparency and debugging.
- Use Case: An agent working on code generation can use this skill to report "Writing unit tests for login module" and later update progress with "All tests passing for login module" before signaling
agent-done.
Quick Start
Use the sgai_update_workflow_state tool to set the status to 'working' and add a progress note about starting the task.