Lobster Workflow

Execute JSON-first pipelines with approval checkpoints and resumable operations.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/fame0528/Savant-dead --skill lobster-workflow-fame0528
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Lobster Workflow
Source: https://github.com/fame0528/Savant-dead/tree/main/extensions/lobster
Command: npx skills add https://github.com/fame0528/Savant-dead --skill lobster-workflow-fame0528

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates multi-step processes that require human approval before execution, ensuring controlled and repeatable workflows.

Core Features & Use Cases

  • Workflow Execution: Runs defined pipelines of commands.
  • Approval Gates: Halts execution for user confirmation on critical steps.
  • Resumable Operations: Allows workflows to be paused and resumed.
  • Use Case: Automate the process of triaging incoming emails. The workflow can fetch new emails, classify them, and then pause for your approval before sending any replies or taking action.

Quick Start

Use the lobster skill to run the 'gog.gmail.search --query "newer_than:1d" --max 20 | email.triage' pipeline.

Frequently Asked Questions about Lobster Workflow

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

FAQPage Schema
How do I run automation workflows that require human approval before executing critical steps?

To run automation workflows with human approval, you need pipelines with built-in approval gates that halt execution for user confirmation on critical steps. This ensures controlled, repeatable operations by pausing processes until explicit permission is granted to proceed.

What are typed JSON-first pipelines and how do they handle structured output?

Typed JSON-first pipelines execute deterministic operations by processing JSON data structures sequentially. They ensure structured output for complex workflows, facilitating repeatable automations for tasks like email triage, monitoring, and synchronization with predictable, typed data formats.

Can I pause and resume workflow execution if an approval checkpoint is not immediately ready?

Yes, you can pause and resume workflow execution using resumable operations. Workflows halt at approval checkpoints and wait indefinitely for user confirmation, allowing you to pause execution and resume operations exactly where they left off once approved.

How do I automate email triage and classification with a confirmation step before sending replies?

Automate email triage by running a pipeline that fetches new emails and classifies them, then pauses for your approval before sending replies or taking action. The workflow halts execution at the approval gate to ensure you review classified emails before any response is sent.

Do I need external dependencies to run resumable pipelines for task synchronization?

No, you do not need external dependencies to run resumable pipelines for task synchronization. The execution environment operates independently without requiring external libraries, facilitating repeatable automations and deterministic operations natively.