What problem does it solve? Long-running work tracked only in chat gets lost between sessions. This Skill turns GitHub issues into a durable planning database so plans, blockers, relationships, and recovery state survive across conversations and stay aligned as reality changes. ## Core Features & Use Cases - Durable Plan Issues: Create, search, update, and close canonical planning issues with structured sections like Current Status and Finish Line, using the gh-plan.py helper for compact, idempotent operations. - Issue Graph Management: Model broad workstreams with parent issues, native sub-issues, and blocked-by/blocks relationships, including cross-repository gates. - Milestones and Projects: Manage milestones as strict release gates and use GitHub Projects Focus lanes (Now, Next, Waiting, Later) as view layers over the canonical issue graph. - Use Case: A user asks "what's next in this workstream?" The Skill runs gh-plan.py next to rank actionable plans from native blockers, Focus fields, and milestone context, then updates Current Status on the canonical parent issue before continuing work. ## Quick Start Ask the agent to plan a multi-part feature as a GitHub parent issue with sub-issues and blockers using the github-plan workflow.