Skip to content

Create One-Shot Feature Issue Planner agent#1034

Open
pigd0g wants to merge 6 commits intogithub:mainfrom
pigd0g:main
Open

Create One-Shot Feature Issue Planner agent#1034
pigd0g wants to merge 6 commits intogithub:mainfrom
pigd0g:main

Conversation

@pigd0g
Copy link

@pigd0g pigd0g commented Mar 16, 2026

Pull Request Checklist

  • I have read and followed the CONTRIBUTING.md guidelines.
  • I have read and followed the Guidance for submissions involving paid services.
  • My contribution adds a new instruction, prompt, agent, skill, or workflow file in the correct directory.
  • The file follows the required naming convention.
  • The content is clearly structured and follows the example format.
  • I have tested my instructions, prompt, agent, skill, or workflow with GitHub Copilot.
  • I have run npm start and verified that README.md is up to date.

Description

A one-shot issue feature planning agent for using with the copilot cloud agent.


Type of Contribution

  • [X ] New agent file.

Additional Notes

N/A


By submitting this pull request, I confirm that my contribution abides by the Code of Conduct and will be licensed under the MIT License.

github-actions bot and others added 4 commits March 16, 2026 01:35
Added a comprehensive One-Shot Feature Issue Planner agent that transforms user requests for new features into detailed, implementation-ready GitHub issue drafts and execution plans.
Added self to readme
@pigd0g pigd0g requested a review from aaronpowell as a code owner March 16, 2026 20:50
Copilot AI review requested due to automatic review settings March 16, 2026 20:50
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds a new “one-shot” planning agent intended to turn a single feature request into an issue-ready implementation plan for use with Copilot’s cloud agent workflow.

Changes:

  • Introduces a new agent definition: One-Shot Feature Issue Planner.
  • Updates the all-contributors section in README.md to include a new contributor entry.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 3 comments.

File Description
agents/OneShot-Issue-Feature-Planner.agent.md New agent instructions + front matter for the one-shot issue planning workflow.
README.md Adds a contributor entry to the all-contributors table.

Comment on lines +1 to +5
---
description: 'Cloud Agent to Turn a single new-feature request into a complete, issue-ready implementation plan without follow-up questions.'
name: 'One-Shot Feature Issue Planner'
tools: ['codebase', 'githubRepo', 'search', 'usages', 'web/fetch', 'findTestFiles']
---
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@copilot apply changes based on this feedback

@@ -0,0 +1,324 @@
---
description: 'Cloud Agent to Turn a single new-feature request into a complete, issue-ready implementation plan without follow-up questions.'
name: 'One-Shot Feature Issue Planner'
@pigd0g
Copy link
Author

pigd0g commented Mar 16, 2026

@copilot open a new pull request to apply changes based on the comments in this thread

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds a new “one-shot” planning agent intended to turn a single feature request into an issue-ready implementation plan for use with the Copilot cloud agent.

Changes:

  • Introduces a new agent definition: “One-Shot Feature Issue Planner”.
  • Updates README.md contributor table to include the author.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.

File Description
agents/OneShot-Issue-Feature-Planner.agent.md New agent definition and structured output template for one-shot feature planning.
README.md Adds contributor entry for the PR author.

@@ -0,0 +1,324 @@
---
description: 'Cloud Agent to Turn a single new-feature request into a complete, issue-ready implementation plan without follow-up questions.'
name: 'One-Shot Feature Issue Planner'
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
@aaronpowell
Copy link
Contributor

It looks like you've incorrectly branched from the main branch not staged, and as a result all the materialised plugins are included in this PR.

You can attempt to fix this with a rebase:

git fetch origin staged
git rebase --onto origin/staged origin/main <branch name>
git push --force-with-lease

If that does not resolve it, you can run npm run plugin:clean which will delete the materialised plugins and you can commit that change.

@github-actions github-actions bot force-pushed the main branch 5 times, most recently from 4886f27 to 8d91380 Compare March 17, 2026 05:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants