workflows

Manage step-based workflows in Gobby via the gobby-workflows MCP server.

19|3|Updated Dec 15, 2025
One-click install
npx skills add https://github.com/GobbyAI/gobby --skill workflows-gobbyai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: workflows
Source: https://github.com/GobbyAI/gobby/tree/main/src/gobby/install/shared/skills/workflows
Command: npx skills add https://github.com/GobbyAI/gobby --skill workflows-gobbyai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables teams to manage and orchestrate step-based workflows within Gobby, handling activation, deactivation, status checks, and listings for both built-in and project-specific configurations.

Core Features & Use Cases

  • Activate a workflow with a name to begin a predefined sequence.
  • Deactivate the currently running workflow.
  • Check current status including active workflow, current step, transitions, and session variables.
  • List all available workflows and differentiate between built-in and project-specific workflows.
  • Use Case: When starting a project, activate 'plan-execute' to drive the development workflow and monitor progress via status queries.

Quick Start

Use the workflows skill to activate plan-execute, then check status, then list available workflows. For example: /gobby workflows activate plan-execute /gobby workflows status /gobby workflows list

Frequently Asked Questions about workflows

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

FAQPage Schema
How do I activate a step-based workflow in Gobby?

To activate a workflow in Gobby, specify the workflow name to begin its predefined sequence. This triggers the gobby-workflows MCP server to start the step-based process and track its current step and session variables.

How do I check the status of an active Gobby workflow?

Check your active Gobby workflow status to view the current step, available transitions, and session variables. This provides structured responses detailing exactly where the task sequence currently stands within the execution lifecycle.

Can I list both built-in and project-specific workflows in Gobby?

Yes, you can list all available workflows in Gobby to differentiate between built-in and project-specific configurations. This task management feature enumerates every defined sequence for your current development environment.

How do I deactivate a currently running workflow?

Deactivate a currently running workflow to halt its step-based sequence in Gobby. This stops the active execution immediately and clears the current step tracking and session variables associated with that specific process.

What does session-aware workflow activation mean in Gobby?

Session-aware workflow activation in Gobby ensures that step-based workflows maintain their current step, transitions, and session variables across status queries. It allows structured tracking of predefined sequences during project development.