Skip to content

Added one-shot feature planning agent#1072

Open
pigd0g wants to merge 4 commits intogithub:stagedfrom
pigd0g:staged
Open

Added one-shot feature planning agent#1072
pigd0g wants to merge 4 commits intogithub:stagedfrom
pigd0g:staged

Conversation

@pigd0g
Copy link

@pigd0g pigd0g commented Mar 18, 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.

@pigd0g pigd0g requested a review from aaronpowell as a code owner March 18, 2026 19:33
Copilot AI review requested due to automatic review settings March 18, 2026 19:33
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” feature-planning agent configuration intended for Copilot Cloud Agent usage, plus updates the all-contributors list.

Changes:

  • Add agents/one-shot-feature-issue-planner.agent.md defining a no-follow-up, issue-ready feature planning workflow and output template.
  • Update README.md all-contributors table to include the new contributor entry.

Reviewed changes

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

File Description
agents/one-shot-feature-issue-planner.agent.md Introduces a new agent definition for generating complete feature plans/issues in a single pass.
README.md Adds the contributor to the all-contributors table.

README.md Outdated
<tr>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/lupritz"><img src="https://github.com/ghavatar/u/145381941?v=4?s=100" width="100px;" alt="lupritz"/><br /><sub><b>lupritz</b></sub></a><br /><a href="#plugin-lupritz" title="Plugin/utility libraries">🔌</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/bhect0"><img src="https://github.com/ghavatar/u/96436904?v=4?s=100" width="100px;" alt="Héctor Benedicte"/><br /><sub><b>Héctor Benedicte</b></sub></a><br /><a href="https://github.com/github/awesome-copilot/commits?author=bhect0" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/pigd0g"><img src="https://github.com/ghavatar/u/16750317?v=4?s=100" width="100px;" alt="pigd0g"/><br /><sub><b>pigd0g</b></sub></a><br /><a href="https://github.com/github/awesome-copilot/commits?author=pigd0g" title="Agents">🎭</a></td>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
@pigd0g pigd0g requested a review from Copilot March 18, 2026 19:58
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 for Copilot Cloud Agent usage, plus updates the contributor list.

Changes:

  • Added one-shot-feature-issue-planner agent definition with a structured, issue-ready planning template.
  • Updated README.md all-contributors table to include a new contributor entry.

Reviewed changes

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

File Description
agents/one-shot-feature-issue-planner.agent.md New agent file that defines a deterministic, no-follow-up feature planning workflow and output template.
README.md Adds an all-contributors table entry for the contributor of the new agent.

Comment on lines +1 to +6
---
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"
agent: agent
tools: ["codebase", "githubRepo", "search", "usages", "web/fetch", "findTestFiles"]
---
pigd0g and others added 2 commits March 19, 2026 07:45
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
<tr>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/lupritz"><img src="https://github.com/ghavatar/u/145381941?v=4?s=100" width="100px;" alt="lupritz"/><br /><sub><b>lupritz</b></sub></a><br /><a href="#plugin-lupritz" title="Plugin/utility libraries">🔌</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/bhect0"><img src="https://github.com/ghavatar/u/96436904?v=4?s=100" width="100px;" alt="Héctor Benedicte"/><br /><sub><b>Héctor Benedicte</b></sub></a><br /><a href="https://github.com/github/awesome-copilot/commits?author=bhect0" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/pigd0g"><img src="https://github.com/ghavatar/u/16750317?v=4?s=100" width="100px;" alt="pigd0g"/><br /><sub><b>pigd0g</b></sub></a><br /><a href="#agents-pigd0g" title="Specialized agents for GitHub Copilot">🎭</a></td>
Copy link
Contributor

Choose a reason for hiding this comment

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

can you revert this as we handle that with a bot.

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