session-control

Start, stop, and steer AI agent sessions in Sgai workspaces.

2|Updated Jan 27, 2026
One-click install
npx skills add https://github.com/ucirello/sgai --skill session-control-ucirello
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: session-control
Source: https://github.com/ucirello/sgai/tree/main/docs/sgai-skills/session-control
Command: npx skills add https://github.com/ucirello/sgai --skill session-control-ucirello

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides essential control over AI agent sessions within Sgai workspaces, allowing users to start, stop, and guide the AI's execution flow.

Core Features & Use Cases

  • Start/Stop Sessions: Initiate or terminate AI agent work on a specific workspace.
  • Steer Execution: Inject instructions mid-session to redirect the AI's focus without halting its progress.
  • Monitor Status: Retrieve the current state and progress of a running session.
  • Workflow Visualization: Obtain an SVG of the agent's workflow diagram.
  • Use Case: You've started an AI agent to build a web app, but realize it's focusing on the wrong feature. You can use the 'steer' command to redirect it to prioritize the authentication module.

Quick Start

Use the session-control skill to start a new session in the 'my-project' workspace in self-drive mode.

Frequently Asked Questions about session-control

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

FAQPage Schema
How do I control an AI agent session in a Sgai workspace?

To control an AI agent session in a Sgai workspace, use session-control commands to start, stop, and steer agentic processes. It manages the execution flow and lifecycle of autonomous AI-driven development tasks.

Can I redirect an AI agent mid-session without stopping it?

Yes, you can redirect an AI agent mid-session without stopping it. Use the steer command to inject instructions, which alters the AI's focus and redirects its progress without halting the current workflow.

How do I get a workflow visualization for a running AI agent?

To get a workflow visualization for a running AI agent, retrieve an SVG of the agent's workflow diagram. This visual output maps the execution flow and current status of the agentic process.

What is the best way to monitor AI agent progress during autonomous development?

The best way to monitor AI agent progress during autonomous development is retrieving the current state and status updates. This tracks the execution flow of the running session within your Sgai workspace.

Does session management support self-drive mode for web app generation?

Yes, session management supports self-drive mode for web app generation. You can initiate a new session in a specific workspace, allowing the AI agent to autonomously build applications while you steer its focus.

When should I stop a running AI agent session instead of steering it?

You should stop a running AI agent session instead of steering it when the workflow needs complete termination. Stopping halts all execution flow, whereas steering injects instructions to redirect the ongoing process.