relay-mode

Orchestrate Overmind tasks through gated Plan, Execute, Verify, and Fix stages.

Updated Mar 26, 2026
One-click install
npx skills add https://github.com/benediktms/overmind --skill relay-mode
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: relay-mode
Source: https://github.com/benediktms/overmind/tree/main/cli/claudecode-plugin/skills/relay-mode
Command: npx skills add https://github.com/benediktms/overmind --skill relay-mode

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Orchestrates a deterministic, gated pipeline for Overmind tasks that ensures each stage completes and passes verification before moving to the next, preventing downstream failures.

Core Features & Use Cases

  • Sequential gating: Plan → Execute → Verify → Fix with explicit handoffs and timeouts.
  • Topological task progression: Supports planner-provided TaskGraph and ordered execution in cortex, probe, liaison steps.
  • Robust failure handling: Repeats failed steps in a fix loop up to max_iterations, with cancellation and safe exit on timeouts or stuck conditions.
  • Use cases include feature integration, bug fixes, and complex end-to-end workflows where steps must be validated before proceeding.

Quick Start

To start relay mode, invoke the kernel with mode set to relay and observe the Plan, Execute, Verify, and Fix gates in sequence.

Frequently Asked Questions about relay-mode

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

FAQPage Schema
How do I enforce strict step-by-step verification in a task pipeline?

Step-by-step verification in a task pipeline is enforced through a deterministic, gated sequence of Plan, Execute, Verify, and Fix stages. Each stage must pass verification before the next begins, preventing downstream failures in ordered workflows.

What is deterministic pipeline orchestration for dependency-aware workflows?

Deterministic pipeline orchestration coordinates ordered task execution using a topological task graph. It ensures dependency-aware progression through sequential stages, requiring explicit handoffs and successful verification before moving forward.

How do I handle failed steps in an automated workflow pipeline?

Failed steps in an automated workflow pipeline are handled by a configurable fix loop that repeats failed steps up to a defined max iteration limit. The system includes safe exits and cancellation triggers for timeouts or stuck conditions.

Can I use sequential gating for complex feature rollout planning?

Sequential gating supports feature rollout planning, bug fixes, and client integrations by validating each step before proceeding. It applies ordered execution to complex end-to-end workflows where stages must be verified.

How do timeouts work in a gated task pipeline?

Timeouts in a gated task pipeline trigger safe exits and cancellation conditions. The orchestration model uses explicit handoff periods between the Plan, Execute, Verify, and Fix stages to detect stuck conditions and halt progression.

Do I need external dependencies to run a deterministic workflow pipeline?

No external dependencies are required to run this deterministic workflow pipeline. The orchestration operates self-contained under a supervisory room model, managing dispatch and topological task progression independently.