autopilotlisted
Install: claude install-skill fmilioni/claude-organizer
# Running the board autonomously
This skill is the **board-level orchestrator**. Where `implement` walks **one** card through its lifecycle with the user validating each step, `autopilot` advances through **many** ready cards in one go — each as an **independent PR off `main`** — using the board's **blocker graph** to know what can run now and what must wait. The methodology is **trunk-based, dependency-aware**: no stacked PRs, no cascade rebases, no coupled merges.
It does not replace `implement` and `review` — it **drives** them per card. Its own job is the orchestration around them: the dependency graph, the up-front decision sweep, the two execution modes, and knowing when to stop.
<SKILL-GATE>
**Load the `claude-organizer` panorama first.** This skill assumes you are oriented on the board. If you have **not** already loaded the **`claude-organizer`** skill in this conversation, invoke it now (Skill tool) and run its start-of-session orientation **before** anything below. If it is already loaded in this conversation, don't reload it — just continue. Don't enter this skill cold.
</SKILL-GATE>
<HARD-GATE>
Four invariants hold for **every** card, in both modes. Breaking one is a defect, not an optimization:
1. **Never stack.** A branch only ever starts from an up-to-date `main`. You do **not** start a card whose blocker isn't **merged into `main`** yet (not merely `done`/PR-open — see _Detecting "merged into main"_).
2. **The AI never merges to `main`.** In autonomous m