What problem does it solve? Coordinating an AI-driven software delivery loop — capturing ideas as tickets, writing specs, building changes, reviewing, and shipping — requires knowing which workflow stage to invoke and how to keep autonomous runs safe. This gateway skill routes natural-language requests to the correct faff sub-skill and enforces the governance contracts (run ledgers, park protocols, merge gates) that make unattended delivery auditable. ## Core Features & Use Cases - Intent routing: Maps phrases like "new feature", "what should I work on", or "run overnight" to the right sub-skill (/faff-jot, /faff-wtf, /faff-beep-boop, and others). - Autonomy levels: Supports L1 (human-led planning) through L4 (lights-out preview) with per-workload eligibility, mechanical gates, and an appetite dial controlling autonomous decision-making. - Contract-based governance: Ships JSON Schema contracts (spec-readiness, review-verdict, delivery-outcome, holdout-verdict, and more) plus a dependency-free validator so producers and consumers conform to fixed shapes. - Use Case: A team labels routine tickets as automation-eligible, then runs /faff-beep-boop overnight; the run ledger and park protocol ensure every admitted issue reaches a terminal outcome or is escalated to a human by morning. ## Quick Start Ask the assistant to figure out what to focus on next in your backlog, which routes to the faff-wtf sub-skill for a prioritized view of ready work.