What problem does it solve? Turning a rough idea or verbal request into a well-structured, backlog-ready specification is time-consuming and often produces ambiguous tickets. This Skill guides the agent through a five-phase process that files a GitHub issue, optionally spawns a Claude Code agent in a fresh git worktree to implement it, and lets the /ship workflow close the source issue on merge. ## Core Features & Use Cases - Five-phase spec generation: Transforms vague intent into a precise, executable specification with structured decision briefs at each step. - GitHub issue filing: Creates the issue directly so it lands in the project backlog, and integrates with /ship to auto-close it on merge. - Worktree agent spawning: Optionally launches a Claude Code agent in an isolated git worktree to execute the spec without disturbing the current branch. - Use Case: You say "spec out dark mode support for the settings page" — the Skill interviews you with structured decision questions, writes the spec, files it as a GitHub issue, and can hand it off to an implementation agent. ## Quick Start Ask the agent to spec out your feature idea and file it as a GitHub issue, for example by saying "turn the offline-sync idea into a backlog item".