optimus-batch

Chain stage skills to execute dependency-aware batch workflows with user checkpoints.

Updated Apr 2, 2026
One-click install
npx skills add https://github.com/alexgarzao/optimus --skill optimus-batch
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: optimus-batch
Source: https://github.com/alexgarzao/optimus/tree/main/batch/skills/optimus-batch
Command: npx skills add https://github.com/alexgarzao/optimus --skill optimus-batch

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the end-to-end batching of tasks by chaining stage skills with user checkpoints, reducing manual context switching.

Core Features & Use Cases

  • Batch orchestration: execute stages 1-4 for one or more tasks in dependency order with automatic worktree management.
  • Checkpointed flow: require user approval between stages to ensure quality and safety.
  • Dynamic re-evaluation: re-scan and adjust eligible tasks as tasks complete, preserving dependency constraints.

Quick Start

Run a full batch for T-003 and approve each checkpoint to advance the pipeline.

Frequently Asked Questions about optimus-batch

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

FAQPage Schema
How do I orchestrate a multi-stage task pipeline with dependency-aware ordering?

Batch orchestration executes stages 1-4 for tasks in dependency order with automatic worktree management, re-scanning and adjusting eligible tasks dynamically as tasks complete while preserving dependency constraints.

What do I need to run batch workflows with user checkpoints between stages?

You can run a full batch for a specific task like T-003 and approve each checkpoint to advance the pipeline safely through its stages.

Can I dynamically re-evaluate eligible tasks during a batch pipeline execution?

This dynamic re-evaluation applies to administrative batch runs across several tasks, ensuring dependency-aware ordering is maintained as the pipeline progresses.

How does worktree management work when chaining stage skills for batch runs?

This automatic worktree management supports dependency-aware ordering across administrative batch runs, reducing manual context switching overhead.

Are there limitations when using GitHub CLI authentication for task orchestration?

Additionally, a valid optimus-tasks.md file must be provided, as the pipeline relies on this format to determine dependency-aware ordering and task eligibility.