hyper-autopilotlisted
Install: claude install-skill zeikar/dotfiles
# Hyper-autopilot — autonomous-loop runner (scheduled or immediate)
Thin driver over the **hyperclaude plugin**. Assemble a per-round loop prompt — `/hyperclaude:hyper-auto` → ff-merge to main → push → pick next task → repeat — and fire it now or on a schedule. `hyper-auto` owns the plan→implement chaining and its between-phase safety stop; autopilot only adds scheduling + merge/push/next-task orchestration on top.
- **Prerequisite:** if hyperclaude is not installed there is nothing to drive — STOP and say so. Never hand-roll the plan/implement steps.
- **Single round only** (no auto-pickup of the next task): skip this skill, run `/hyperclaude:hyper-auto` directly. Autopilot's value is the multi-round loop.
- **Remote/cloud execution:** use `/schedule` (RemoteTrigger), not this.
## Modes
- **Immediate** — "now" / "right away" / no time given: start executing the assembled prompt inline this session.
- **Scheduled** — "in N hours" / "tomorrow 8am" / "at 03:00": fire once via `CronCreate`. The session must stay **alive and idle** until then (closing the terminal kills it; locking the laptop is fine).
Ambiguous phrasing → ask which, don't guess.
## Procedure
1. **Inputs.** Round-1 task (one paragraph — `hyper-auto` expands it). Optional: follow-up candidates, extra constraints.
2. **(Scheduled only) Resolve time + build cron.** Read live time (`date -u +%Y-%m-%dT%H:%M:%SZ`, `date +%Y-%m-%d`) — never a stale conversation anchor. Parse the user's "when" against it and echo