Provides legacy support for regenerating GitHub issues from plan files, now deprecated in favor of direct GitHub integration.
The plan-regenerate-issues skill was originally developed for the ProjectOdyssey framework to synchronize local Markdown plan files with GitHub issue descriptions. It allowed developers to maintain a source of truth in 'plan.md' files and automatically update issue titles, bodies, and labels via the GitHub CLI. This skill is now deprecated as the workflow has evolved to manage project planning directly within GitHub issues using newer, more streamlined skills like gh-read-issue-context and gh-post-issue-update.
Key Features
01Validation scripts for issue formatting
02Automated issue description regeneration
03Section-specific planning updates
04GitHub CLI integration for issue management
05Legacy synchronization of plan.md files with GitHub
0614 GitHub stars
Use Cases
01Maintaining legacy ProjectOdyssey repositories using local plan files