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

Create GitHub Issues from implementation plan phases using YAML templates.

1|Updated Feb 23, 2026
One-click install
npx skills add https://github.com/Gabeujin/workspace-init-mcp --skill create-github-issues-feature-from-implementation-plan-gabeujin
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-github-issues-feature-from-implementation-plan
Source: https://github.com/Gabeujin/workspace-init-mcp/tree/main/awesome/skills/create-github-issues-feature-from-implementation-plan
Command: npx skills add https://github.com/Gabeujin/workspace-init-mcp --skill create-github-issues-feature-from-implementation-plan-gabeujin

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the creation of GitHub Issues directly from defined phases within an implementation plan, streamlining project management and task tracking.

Core Features & Use Cases

  • Automated Issue Creation: Generates GitHub Issues for each phase identified in a plan file.
  • Issue Management: Checks for existing issues and either creates new ones or updates existing ones.
  • Template Utilization: Leverages feature_request.yml or chore_request.yml for structured issue content.
  • Use Case: After defining a new software feature's implementation plan, use this Skill to automatically create separate GitHub Issues for each development phase (e.g., "Backend API Development," "Frontend UI Implementation," "Testing and QA").

Quick Start

Use the create-github-issues-feature-from-implementation-plan skill to create GitHub Issues from the implementation plan file named 'project-plan.md'.

Frequently Asked Questions about create-github-issues-feature-from-implementation-plan

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automatically create GitHub Issues from an implementation plan?

To automatically create GitHub Issues from an implementation plan, this Skill analyzes plan files and generates structured issues for each development phase. It checks for existing issues via search and uses YAML templates to ensure clear titles and descriptions.

Can I use YAML templates for structured GitHub issue creation from project plans?

Yes, you can use YAML templates for structured GitHub issue creation. This Skill supports feature_request.yml and chore_request.yml templates to standardize issue content generated from implementation plan phases.

How does this tool handle existing issues when generating tasks from an implementation plan?

When generating tasks from an implementation plan, the tool searches for existing issues to prevent duplicates. If an issue already exists for a phase, it updates it; otherwise, it creates a new issue using the update_issue or create_issue functions.

What is the best way to track implementation plan phases in GitHub?

The best way to track implementation plan phases in GitHub is by creating one issue per phase. This Skill parses your plan file and maps each development phase to a distinct GitHub Issue for clear project management and task tracking.

Do I need a specific format for my implementation plan to generate GitHub Issues?

You need a markdown implementation plan file with clearly defined phases. The Skill parses this plan file to identify development phases, creating or updating a single GitHub Issue for each phase to maintain structured task tracking.