start

Start OpenMates sessions.py workflows with mode and task context.

43|2|Updated Jan 25, 2024
One-click install
npx skills add https://github.com/glowingkitty/OpenMates --skill start-glowingkitty
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: start
Source: https://github.com/glowingkitty/OpenMates/tree/main/.agents/skills/start
Command: npx skills add https://github.com/glowingkitty/OpenMates --skill start-glowingkitty

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It helps you quickly begin a new OpenMates sessions.py workflow by turning your intent (mode + task) into the correct startup configuration and optional debugging context.

Core Features & Use Cases

  • Mode-based session initialization: Start sessions in one of feature, bug, docs, question, or testing so the server loads mode-appropriate context.
  • Targeted prefetch for debugging: Resume or inspect specific entities via flags like --issue, --chat, --embed, --user, or --task-id.
  • Operational visibility and continuation: Provides a Session ID and backlog/instruction docs so subsequent steps can reference the correct running context.

Quick Start

Provide the mode and a brief task description, for example: start a testing session to validate the latest run configuration for the onboarding flow.

Frequently Asked Questions about start

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

FAQPage Schema
How do I start a new agent workflow session with the correct execution mode?▼

To start an agent workflow session, provide the required execution mode and a task description. The system parses these arguments to initialize the context and returns a Session ID with mode-specific backlog instructions.

What execution modes are available for initializing an OpenMates workflow?▼

Available execution modes include feature, bug, docs, question, and testing. Selecting the correct mode ensures the server loads the appropriate context and backlog instructions for your specific task.

Can I prefetch specific issue or debug logs when starting a bug investigation session?▼

Yes, you can prefetch specific entities for debugging by passing supported flags like --issue, --chat, --embed, --user, or --task-id to load targeted context into your new session.

How do I resume or inspect a specific testing run configuration using session initialization?▼

You can resume testing runs by starting a session in testing mode and passing the relevant task or issue identifiers as prefetch flags. This loads the specific run configuration context into the active session.

What information do I need to provide to initialize a feature planning session?▼

You need to provide the feature execution mode and a brief task description. The system uses these parsed arguments to generate a Session ID and load the appropriate feature planning context and backlog.

Does session initialization require external dependencies to load context for documentation requests?▼

No external dependencies are required. Starting a docs session only requires parsing the mode and task description arguments to produce the session output and documentation-specific backlog instructions.