What problem does it solve? It removes the manual copy-paste work of turning a local markdown task page into a ticket in an external tracker like GitHub, Jira, or Asana, while preventing accidental or duplicate external writes through a mandatory confirmation gate. ## Core Features & Use Cases - Draft-to-ticket workflow: Reads a wiki task page, drafts a backend-specific ticket via a ticket-writer agent, and walks the user through any missing fields before pushing. - Confirmation-gated writes: Every external write requires a confirm-token consumed by the rubber-ducky push CLI, so no ticket is created without explicit user approval. - Automatic bookkeeping: Stamps backend refs on the task page, posts cross-reference back-link comments between backends, appends audit-log lines, and rebuilds the index. - Use Case: You have a wiki/tasks/fix-login-bug.md page and want it tracked in Jira. The skill drafts the ticket, shows a preview, asks for confirmation, pushes it, and links both sides automatically. ## Quick Start Ask the assistant to push the task page wiki/tasks/fix-login-bug.md to your configured ticket backend and confirm the preview when prompted.