create-github-issues-feature-from-implementation-plan

Installation
SKILL.md

Create GitHub Issue from Implementation Plan

Create GitHub Issues for the implementation plan at ${file}.

Process

  1. Analyze plan file to identify phases
  2. Check existing issues using search_issues
  3. Create new issue per phase using create_issue or update existing with update_issue
  4. Use feature_request.yml or chore_request.yml templates (fallback to default)

Requirements

  • One issue per implementation phase
  • Clear, structured titles and descriptions
  • Include only changes required by the plan
  • Verify against existing issues before creation

Issue Content

Installs
1
GitHub Stars
3
First Seen
Mar 30, 2026
create-github-issues-feature-from-implementation-plan — tfsugjp/csharptemplate