What problem does it solve?
Coordinating an sgai software factory from an external AI harness can be error-prone without a clear control loop. This Skill provides a concise, repeatable probe/poll/act pattern to start sessions, monitor progress, and handle human-in-the-loop questions across workspaces.
Core Features & Use Cases
- Probe/Poll/Act Loop: Continuously fetch factory state, detect blocking questions, and take the right action for each workspace.
- Human Interaction Handling: Respond to free-text, multi-choice, and work-gate questions to unblock agents.
- HTTP and MCP Parity: Drive sgai via REST endpoints or the MCP tool interface, including real-time updates via SSE.
- End-to-End Runbook: Create a workspace, set a goal, start in auto mode, and monitor to completion.
Quick Start
Ask the assistant to connect to your running sgai server, list workspace state at /api/v1/state, and respond to any pendingQuestion using the appropriate respond endpoint or MCP tool.