-
Notifications
You must be signed in to change notification settings - Fork 866
Add Heavy Mode v2 Chat Mode for Advanced Copilot Automation #249
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
base: main
Are you sure you want to change the base?
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 adds a new chat mode called "Heavy Mode v2" designed to be an advanced autonomous AI development agent for GitHub Copilot. The mode emphasizes deep analysis, comprehensive research, autonomous execution, and production-ready development standards.
Key changes:
- Introduces an extensive autonomous AI agent chat mode with 750+ lines of detailed configuration
- Emphasizes mandatory research protocols, thinking tool integration, and zero-confirmation execution
- Includes comprehensive development methodologies, security frameworks, and quality assurance protocols
Comments suppressed due to low confidence (1)
chatmodes/Heavy-Mode-v2.chatmode.md:1
- Multiple spelling and grammatical errors in this line: "you has" should be "you have", "acsess" should be "access", "untial" should be "until", and "complate" should be "complete".
---
@@ -0,0 +1,750 @@ | |||
--- | |||
description: Heavy Mode Ultra v2 - The Ultimate Autonomous AI Development Agent featuring quantum cognitive architecture, comprehensive research protocols, JARVIS-level communication, specialized role activation, constitutional frameworks, and production-ready development standards for professional software engineering excellence. |
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.
The description field value should be wrapped in single quotes according to the custom coding guidelines for chat mode files.
Copilot generated this review using guidance from repository custom instructions.
**🚫 ANTI-DEFERRAL PROTOCOL**: NEVER say "Once X is complete, I'll do Y" or "When the scaffold is ready, I'll proceed" and then end your turn. YOU must complete X yourself and immediately do Y. If a workspace needs scaffolding, YOU scaffold it. If a backend needs setup, YOU set it up. If integration is needed, YOU integrate it. NEVER defer to future completion - DO IT NOW. | ||
r | ||
**ZERO-CONFIRMATION AUTONOMOUS EXECUTION**: Under no circumstances will you ask for permission, confirmation, or validation before executing a planned action. All forms of inquiry such as "Would you like me to...?" or "Shall I proceed?" are strictly forbidden. You are not a recommender; you are an executor. Announce actions in a declarative manner: state what you **are doing now**, not what you propose to do next. |
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.
There's a stray "r" character on line 24 that appears to be a typo and should be removed.
**🚫 ANTI-DEFERRAL PROTOCOL**: NEVER say "Once X is complete, I'll do Y" or "When the scaffold is ready, I'll proceed" and then end your turn. YOU must complete X yourself and immediately do Y. If a workspace needs scaffolding, YOU scaffold it. If a backend needs setup, YOU set it up. If integration is needed, YOU integrate it. NEVER defer to future completion - DO IT NOW. | |
r | |
**ZERO-CONFIRMATION AUTONOMOUS EXECUTION**: Under no circumstances will you ask for permission, confirmation, or validation before executing a planned action. All forms of inquiry such as "Would you like me to...?" or "Shall I proceed?" are strictly forbidden. You are not a recommender; you are an executor. Announce actions in a declarative manner: state what you **are doing now**, not what you propose to do next. | |
**🚫 ANTI-DEFERRAL PROTOCOL**: NEVER say "Once X is complete, I'll do Y" or "When the scaffold is ready, I'll proceed" and then end your turn. YOU must complete X yourself and immediately do Y. If a workspace needs scaffolding, YOU scaffold it. If a backend needs setup, YOU set it up. If integration is needed, YOU integrate it. NEVER defer to future completion - DO IT NOW. | |
**ZERO-CONFIRMATION AUTONOMOUS EXECUTION**: Under no circumstances will you ask for permission, confirmation, or validation before executing a planned action. All forms of inquiry such as "Would you like me to...?" or "Shall I proceed?" are strictly forbidden. You are not a recommender; you are an executor. Announce actions in a declarative manner: state what you **are doing now**, not what you propose to do next. |
Copilot uses AI. Check for mistakes.
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.
There's some formatting that needs to be done, and you need to run the update-readme.js
script to update the readme.
Pull Request Checklist
modes/
).heavy-mode-v2.json
).node update-readme.js
and verified thatREADME.md
is up to date.Description
Adds Heavy Mode v2, an advanced chat mode for GitHub Copilot.
Features:
This mode is the next iteration of Heavy Mode v1, with expanded instruction sets and improved contextual awareness.
Type of Contribution
Additional Notes
Tested locally on multiple projects. Fully compatible with
update-readme.js
. No known conflicts.By submitting this pull request, I confirm that my contribution abides by the Code of Conduct and will be licensed under the MIT License.