What problem does it solve?
This Skill removes the friction of manually coordinating multiple agent stages (planning, execution, and verification) by providing a single pipeline runner with resumable state.
Core Features & Use Cases
- Configurable multi-stage orchestration: Run a sequence of stages through a unified PipelineStage interface, passing accumulated context between phases.
- Built-in autopilot stages: Use an opinionated pipeline chaining RALPLAN consensus planning, team-based execution, and Ralph verification.
- Resume via persisted state: Persist pipeline progress to .omk/state/pipeline-state.json and automatically continue from the last incomplete stage.
- Use case: You need to turn a complex requirement into an implementable plan, execute it with multiple workers, and then validate results through an iterative verification loop.
Quick Start
Ask your agent to run a pipeline for build feature X and execute RALPLAN, then team execution with workerCount set to 3, and finally Ralph verification with maxIterations set to 15.