What problem does it solve? After a long discovery conversation, teams lose context when manually writing specs and creating tracker issues. This Skill converts the existing conversation into a structured specification and publishes it directly to the GitHub issue tracker as an epic, without re-interviewing the user. ## Core Features & Use Cases - Two-Phase Workflow: First proposes test seams and an integration branch name for user approval, then drafts and publishes the spec only after confirmation. - Structured Spec Template: Generates a complete spec with problem statement, user stories, implementation decisions, testing decisions, out-of-scope boundaries, and discovery context file lists. - Tracker Integration: Publishes the spec via gh issue create --body-file, applies triage labels (bug/enhancement, workflow::specs, task-report::required), and creates the integration/<service-or-team> branch from the configured base branch. - Use Case: After a /grill-with-docs session clarifies a feature, run this Skill to produce the epic issue and its integration branch so /to-tickets can decompose it into sub-tasks. ## Quick Start Ask the agent to turn the current conversation into a spec and publish it to the issue tracker, then approve the proposed test seams and integration branch name when prompted.