ultrapilot
Installation
SKILL.md
Ultrapilot Skill
Parallel autopilot that spawns multiple workers with file ownership partitioning for maximum speed.
Overview
Ultrapilot is the parallel evolution of autopilot. It decomposes your task into independent parallelizable subtasks, assigns non-overlapping file sets to each worker, and runs them simultaneously.
Key Capabilities:
- Decomposes task into parallel-safe components
- Partitions files with exclusive ownership (no conflicts)
- Spawns up to 20 parallel workers
- Coordinates progress via TaskOutput
- Integrates changes with sequential handling of shared files
- Validates full system integrity
Speed Multiplier: Up to 5x faster than sequential autopilot for suitable tasks.
Usage
Related skills
More from yeachan-heo/oh-my-codex
ralph
Self-referential loop until task completion with architect verification
87review
Deprecated standalone review skill
84worker
Team worker protocol (ACK, mailbox, task lifecycle) for tmux-based OMX teams
81team
N coordinated agents on shared task list using tmux-based orchestration
81swarm
Swarm deprecated shim
80autopilot
[OMX] Strict autonomous loop: $ralplan -> $ralph -> $code-review
80