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

Convert implementation plan phases into GitHub issues using templates.

Updated Jan 8, 2026
One-click install
npx skills add https://github.com/soham2008xyz/trade-tycoon --skill create-github-issues-feature-from-implementation-plan-soham2008xyz
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/soham2008xyz/trade-tycoon/tree/main/.agents/skills/create-github-issues-feature-from-implementation-plan
Command: npx skills add https://github.com/soham2008xyz/trade-tycoon --skill create-github-issues-feature-from-implementation-plan-soham2008xyz

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It prevents implementation plans from getting lost by converting each phase into a corresponding GitHub issue, so work stays visible, scoped, and actionable.

Core Features & Use Cases

  • Phase-to-issue conversion: Creates one issue per implementation phase with a clear title and description.
  • Existing issue awareness: Searches for related issues first, then creates new ones or updates existing ones to avoid duplicates.
  • Template-driven formatting: Uses feature_request.yml or chore_request.yml templates as the primary structure, with a default fallback when needed.
  • Use Case: When you have a multi-phase implementation plan (e.g., for a new multiplayer feature), you can generate a set of issues that map directly to each phase and track progress in GitHub.

Quick Start

Ask the skill to create GitHub issues from your implementation plan file referenced by ${file}, using the feature_request.yml or chore_request.yml templates.

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 convert an implementation plan into GitHub issues for each phase?

Converting an implementation plan into GitHub issues involves mapping each phase to a dedicated issue with a clear title and description. This ensures work stays visible, scoped, and actionable throughout the planning-to-execution workflow.

Does this workflow check for existing GitHub issues before creating new ones?

Yes, the workflow searches for related existing GitHub issues first to avoid duplicates. It then creates new issues or updates existing ones per phase, ensuring consistent issue content without overwriting active work.

Can I use specific GitHub templates like feature_request.yml for issue creation?

Yes, issue creation uses feature_request.yml or chore_request.yml templates as the primary structure. A default fallback template is applied when the specific template is not available.

What is the best way to track multi-phase feature work in GitHub from a plan?

Tracking multi-phase feature work in GitHub is best done by generating a set of issues that map directly to each phase of your implementation plan. This provides consistent issue content and progress tracking across the project.

How to handle issue formatting when standard GitHub templates are missing?

Handling issue formatting when templates are missing relies on a default fallback strategy. The workflow applies feature_request.yml or chore_request.yml first, then uses the fallback to maintain consistent structure.

Why do I need to map implementation plan phases to individual GitHub issues?

Mapping implementation plan phases to individual GitHub issues prevents plans from getting lost. It converts each phase into tracked, actionable work, ensuring that project planning remains visible and scoped during execution.