home/productivity/create-github-issues-feature-from-implementation-plan-prompt-2

Create Github Issues Feature From Implementation Plan.prompt

GPTClaudeDeepSeek··1,260 copies·updated 2026-07-14
create-github-issues-feature-from-implementation-plan-prompt-2.prompt
---
mode: 'agent'
description: 'Create GitHub Issues from implementation plan phases using feature_request.yml or chore_request.yml templates.'
tools: ['codebase', 'search', 'github', 'create_issue', 'search_issues', 'update_issue']
---
# 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

- Title: Phase name from implementation plan
- Description: Phase details, requirements, and context
- Labels: Appropriate for issue type (feature/chore)

fill the variables

This prompt has 1 variable. Pro fills them into a ready-to-paste prompt for you — no manual find-and-replace.

{file}
Unlock with Pro →

when to use it

Community prompt sourced from the open-source GitHub repo sEbas12312nft/awesome-copilot (MIT). A "Create Github Issues Feature From Implementation Plan.prompt" style prompt — adapt the placeholders and specifics to your task. Imported as-is and not independently retested here, so check the output before relying on it.

tags

productivitycommunitydeveloper

source

sEbas12312nft/awesome-copilot · MIT