Open
Conversation
Contributor
There was a problem hiding this comment.
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.mddefining a no-follow-up, issue-ready feature planning workflow and output template. - Update
README.mdall-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://avatars.githubusercontent.com/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://avatars.githubusercontent.com/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://avatars.githubusercontent.com/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>
Contributor
There was a problem hiding this comment.
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-planneragent definition with a structured, issue-ready planning template. - Updated
README.mdall-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"] | ||
| --- |
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
aaronpowell
requested changes
Mar 19, 2026
Removed pigd0g from the contributors list in README.md.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Pull Request Checklist
npm startand verified thatREADME.mdis up to date.Description
A one-shot issue feature planning agent for using with the copilot cloud agent.
Type of Contribution
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.