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.