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
| ## Find Available Target Editions | |
| DISM.exe /Online /Get-TargetEditions | |
| ## Convert Server Standard 2019 Evaluation to Server Standard 2019 | |
| DISM /online /Set-Edition:ServerStandard /ProductKey:N69G4-B89J2-4G8F4-WWYCC-J464C /AcceptEula | |
| ## How To Activate | |
| slmgr /ipk XXXXX-XXXXX-XXXXX-XXXXX-XXXXX | |
| slmgr /skms [server]:[port] | |
| slmgr /ato |
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
| Windows Edition Product Key | |
| Windows 7 Starter 7Q28W-FT9PC-CMMYT-WHMY2-89M6G | |
| Windows 7 Home Basic YGFVB-QTFXQ-3H233-PTWTJ-YRYRV | |
| Windows 7 Home Premium RHPQ2-RMFJH-74XYM-BH4JX-XM76F | |
| Windows 7 Professional HYF8J-CVRMY-CM74G-RPHKF-PW487 | |
| Windows 7 Ultimate D4F6K-QK3RD-TMVMJ-BBMRX-3MBMV | |
| Windows 7 Enterprise H7X92-3VPBB-Q799D-Y6JJ3-86WC6 | |
| Windows 7 Starter N D4C3G-38HGY-HGQCV-QCWR8-97FFR | |
| Windows 7 Home Basic N MD83G-H98CG-DXPYQ-Q8GCR-HM8X2 |
This repository contains a disciplined, evidence-first prompting framework designed to elevate an Agentic AI from a simple command executor to an Autonomous Principal Engineer.
The philosophy is simple: Autonomy through discipline. Trust through verification.
This framework is not just a collection of prompts; it is a complete operational system for managing AI agents. It enforces a rigorous workflow of reconnaissance, planning, safe execution, and self-improvement, ensuring every action the agent takes is deliberate, verifiable, and aligned with senior engineering best practices.
I also have Claude Code prompting for your reference: https://gist.github.com/aashari/1c38e8c7766b5ba81c3a0d4d124a2f58