Add implementation brainstorming agent + skill#2129
Open
starlightretailceo wants to merge 1 commit into
Open
Conversation
Add a practical brainstorming workflow that generates implementation options, scores tradeoffs, and produces a first testable slice. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Contributor
🔍 Skill Validator Results✅ All checks passed
Summary
Full validator output |
Contributor
🔒 PR Risk Scan ResultsScanned 4 changed file(s).
|
Contributor
Author
|
Risk scan note: the |
aaronpowell
reviewed
Jun 26, 2026
aaronpowell
left a comment
Contributor
There was a problem hiding this comment.
what do you find that this agent brings over using the built-in Plan agent with skills?
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.
Summary
implementation-brainstormer.agent.md): Turns rough feature ideas, bug fixes, or product requests into multiple implementation options, scored tradeoffs, and a first testable slice.skills/implementation-brainstorming/SKILL.md): Reusable brainstorming framework with option-generation prompts, scoring rubric, risk prompts, recommendation template, and first-slice checklist.Motivation
This replaces the closed format-migrator idea from #2072 with a more generally useful brainstorming implementation. Instead of duplicating platform migration behavior Copilot already handles, it helps users move from vague intent to practical, ranked implementation paths and a reviewable first PR-sized slice.
Test plan
npm run buildto regenerate README indexes.implementation-brainstormingskill validates innpm run skill:validateoutput.Note: full local
npm run skill:validatecurrently reports an unrelated pre-existingaws-cloudwatch-investigationname issue on currentmain; the new skill itself validates successfully.