What problem does it solve? Valuable follow-ups, gaps, and improvement ideas surfaced during an agent session are easily lost once the conversation ends. This Skill captures those directions, clusters them, and turns them into durable, proposal-level GitHub issues that feed the delivery flow. ## Core Features & Use Cases - Session Harvesting: Re-reads the current conversation to collect deferred work, unaddressed problems, doc/test gaps, and discussed ideas, grounded only in what was actually said. - Clustering and De-duplication: Merges related directions into the smallest useful set and checks open issues via the GitHub CLI so nothing is filed twice. - Confirmed Issue Creation: Drafts solution-free, proposal-level issues following a strict contract, then creates them with gh issue create and adds them to the repository's project board backlog only after operator approval. - Use Case: After a long investigation session that surfaced several deferred improvements, run /issues to file each cluster as a tracked GitHub issue ready for the requirements and planning flow. ## Quick Start Ask the agent to run /issues to harvest this session's follow-ups and file them as GitHub issues after your confirmation.