What problem does it solve? Turning a long design conversation into a formal spec (PRD) is tedious and error-prone. This Skill converts the current conversation and codebase understanding directly into a structured spec document, without re-interviewing the user, and publishes it to the project's issue tracker. ## Core Features & Use Cases - Conversation-to-Spec Synthesis: Generates a complete spec from existing discussion context, including problem statement, solution, user stories, implementation decisions, testing decisions, and out-of-scope items. - Issue Tracker Publishing: Discovers the issue tracker from repository remotes or authenticated connectors and publishes the spec, with graceful local fallback when publishing is unavailable. - Test Seam Planning: Identifies existing or proposed testing seams in the codebase, preferring the highest-level seam and minimizing new ones. - Use Case: After discussing a new backtesting feature with an AI agent, invoke this Skill to produce a ready-for-agent spec issue on the project tracker without writing the document by hand. ## Quick Start Ask the agent to turn the current conversation into a spec and publish it to the project issue tracker.