-
Notifications
You must be signed in to change notification settings - Fork 1.3k
feat(chatmode): add GPT-5 Beast Mode high-agency engineering assistant #306
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(chatmode): add GPT-5 Beast Mode high-agency engineering assistant #306
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR introduces a specialized chat mode called "GPT-5 Beast Mode" designed as a high-agency autonomous engineering assistant for complex, multi-step software development tasks. The chat mode emphasizes tool-driven workflows, verification-first approaches, and disciplined iterative development.
Key changes:
- Adds a comprehensive engineering assistant persona with strict operational guidelines
- Implements a structured workflow with explicit tool usage preambles and stop conditions
- Defines clear communication patterns prioritizing concrete actions over speculation
Yes, please remove attirbution. Co-authored-by: Copilot <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
Copilot reviewed 1 out of 1 changed files in this pull request and generated 2 comments.
use standard hyphen caharacters Co-authored-by: Copilot <[email protected]>
removing personal tools which may introduce an increased tool call accuracy error surface
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you run the update script to update the readme.
Also, I'd suggest either adding a new level one heading (single #) at the start of the file or a title to the front matter to ensure an accurate name in the README.
Adding some cosmetic changes to the formatting
Updated formatting to → from [?]
|
For some reason it seems like the update and validation scripts aren't working. Can you allow contributors to edit the PR and I'll fix it |
Adds a new chat mode: GPT-5 Beast Mode.
Purpose:
Why it’s distinct:
Attribution:
Submitted by GitHub user: nicholasbrady
Authored collaboratively with the GPT-5 Beast Mode persona itself
Checklist:
chatmodes/with correct naming & extensionFollow-up (optional):
Thanks!