What problem does it solve? Decision tickets in a wayfinder Map require research, documentation, PR review, and ticket bookkeeping that normally demand a human; this Skill resolves one such ticket end to end without human involvement. ## Core Features & Use Cases - Autonomous research resolution: Claims a ticket, runs primary-source research via the research skill, and persists findings to docs/research/<map-slug>/<ticket-slug>.md behind a docs-only PR. - Gated merge and closure: Hands CI to /pr-watch, merges only through the docs-only gate's own merge command, then posts the resolution comment, closes the ticket, and appends the Map's Decisions so far. - Fog graduation and failure handling: Spawns up to 3 new sub-tickets from answers under strict depth/routing guardrails, and labels unresolvable tickets AFK:failed with a documented reason instead of inventing answers. - Use Case: A /afk-pickup run selects a wayfinder:research ticket asking which notification library to use; this Skill researches primary sources, merges the findings doc, closes the ticket with a linked gist, and graduates newly specifiable follow-up questions into new tickets. ## Quick Start Invoke the skill with the ticket number and type, for example by asking to run /afk-resolve with --issue 42 and --type research to resolve that Decision ticket autonomously.