What problem does it solve? Overnight or unattended coding sessions stall whenever the agent hits a decision only the user can make, wasting hours of potential progress. This Skill batches every blocking question into one upfront interview, records the answers in a committed ledger, then builds story after story on a single branch without further interaction. ## Core Features & Use Cases - Batched blocker interview: Collects run-policy and per-story decisions up front using structured multiple-choice questions, writing every answer to a YAML ledger at .archflow/autopilot/{run-id}.yaml. - Unattended story loop: Builds each queued story on its own task branch, runs qa-engineer and pm-reviewer, walks statuses (in_progress → review → done), and merges accepted work into the run branch. - Park/fail handling and reporting: Parks stories blocked on undecided questions with candidate answers, fails broken stories after QA retries, and emits one end-of-run report listing done, parked, and failed work. - Use Case: Before leaving for the night, run /archflow-autopilot to answer a handful of questions, then wake up to a branch of reviewed, merged stories plus a report of anything that needs your decision. ## Quick Start Ask the agent to run /archflow-autopilot to interview you and then build every eligible story in the active release on a single branch.