Skip to content

Conversation

alimoradmohamed123
Copy link

Pull Request Checklist

  • I have read and followed the CONTRIBUTING.md guidelines.
  • My contribution adds a new chat mode file in the correct directory (modes/).
  • The file follows the required naming convention (heavy-mode-v2.json).
  • The content is clearly structured and follows the example format.
  • I have tested my chat mode with GitHub Copilot.
  • I have run node update-readme.js and verified that README.md is up to date.

Description

Adds Heavy Mode v2, an advanced chat mode for GitHub Copilot.

Features:

  • Deep analysis across multi-file projects.
  • Full automated patching capabilities.
  • Advanced reasoning for complex coding tasks.
  • Integrates with local and remote code to suggest comprehensive changes.
  • Designed for “heavy mode” AI agents that operate autonomously and intelligently.

This mode is the next iteration of Heavy Mode v1, with expanded instruction sets and improved contextual awareness.


Type of Contribution

  • New instruction file.
  • New prompt file.
  • New chat mode file.
  • Other (please specify):

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.

@Copilot Copilot AI review requested due to automatic review settings September 15, 2025 21:45
Copy link
Contributor

@Copilot 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

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.
Copy link
Preview

Copilot AI Sep 15, 2025

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.

Comment on lines +23 to +25
**🚫 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.
Copy link
Preview

Copilot AI Sep 15, 2025

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.

Suggested change
**🚫 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.

Copy link
Contributor

@aaronpowell aaronpowell left a 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.

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.

2 participants