What problem does it solve? Keeping GitHub issues synchronized with actual development work is tedious and often skipped, leaving stakeholders without visibility into planning, progress, and completion status. ## Core Features & Use Cases - Plan Documentation: Posts implementation plans as issue comments and applies a 'planned' label, skipping duplicates when a plan already exists. - Status Tracking: Updates project board fields (Todo, In Progress, Done) and posts milestone comments linking branches, commits, and pull requests. - Label & Board Management: Creates missing labels, synchronizes issue labels with project board status, and handles permission or rate-limit errors gracefully. - Use Case: During an automated SDLC workflow, after a plan is approved, the skill comments the plan on issue #42, adds the 'planned' label, moves the project card to In Progress, and later links the created PR. ## Quick Start Update GitHub issue 42 with this implementation plan and move its project board status to In Progress.