What problem does it solve? Handing off a finished task specification to an autonomous execution agent requires manually creating a correctly labeled GitHub issue and tracking the result. This Skill automates that one-way handoff so the task doc is dispatched to Pilot without copy-pasting or losing the issue reference. ## Core Features & Use Cases - Task Doc Resolution: Locates the target task doc in .agent/tasks/ by explicit ID (e.g., TASK-07) or by picking the active task, extracting the H1 title for the issue. - Config-Driven Dispatch: Reads the pilot section of .agent/.nav-config.json for the label and target repo, then builds the correct gh issue create command with --body-file. - Pre-flight Confirmation & Dry-Run: Shows the exact repo, title, label, and command before any network call, and supports a dry-run mode that prints the command without executing. - Write-Back Tracking: Records the created issue URL under the doc's ## Refs section and updates the status to Dispatched. - Use Case: After authoring TASK-12 with nav-task, say "dispatch TASK-12 to Pilot" and the Skill creates the pilot-labeled issue and logs the URL back into the doc. ## Quick Start Tell the assistant to dispatch TASK-XX to Pilot after authoring the task doc with nav-task.