A collection of advanced AI prompt templates and agentic workflows for developers, automation, and research.
Made, tested, and shared by @voidfnc. Inspired by others.
Boost your AI's reasoning, rigor, and autonomy with our battle-tested prompt designs.
voidBeast_GPTWebDevSimple is our streamlined autonomous web developer agent that prioritizes direct, no-build-tool development. This agent creates stunning websites using vanilla HTML, CSS, JavaScript, PHP, and CDN libraries without unnecessary complexity.
- ๐ Browser-First Development: Code works by opening HTML files directly - no build steps
- ๐ฆ CDN-Powered: All libraries loaded via CDN links, no npm/yarn/bundlers
- ๐ค Autonomous Operation: Never stops until the problem is completely solved
- ๐ Mandatory CDN Verification: Researches current CDN versions to prevent broken layouts
- ๐จ Beautiful by Default: Modern CSS effects (glassmorphism, gradients, animations)
- ๐ก๏ธ CSS Conflict Prevention: Smart framework selection, never mixes incompatible libraries
- ๐ฑ Mobile-First Responsive: Bulletproof layouts that work on all devices
- ๐งช Rigorous Testing: Validates all functionality and edge cases before completion
๐ฅ FIRST CHOICE (Default):
- HTML5 + CSS3 + Vanilla JavaScript
- Tailwind CSS via CDN (or Bootstrap/Bulma)
- GSAP/Alpine.js for interactivity
- Font Awesome for icons
๐ฅ SECOND CHOICE:
- PHP for backend (simple, direct approach)
- PDO for database connections
- RESTful API endpoints
๐ฅ THIRD CHOICE (Only when explicitly requested):
- React/Vue/Angular with build tools
- Mandatory CDN Research: Verifies current versions before implementation
- Loading Validation: JavaScript checks to confirm CSS framework loaded
- Conflict Prevention: Only ONE CSS framework per project
- Fallback Styles: Critical styles included for CDN failures
- Debugging Protocol: Systematic approach to fix any layout issues
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Modern Website</title>
<!-- Tailwind CSS via CDN -->
<script src="https://cdn.tailwindcss.com"></script>
<!-- Custom CSS with modern effects -->
<style>
.glass {
background: rgba(255, 255, 255, 0.25);
backdrop-filter: blur(10px);
border: 1px solid rgba(255, 255, 255, 0.18);
}
</style>
</head>
<body>
<!-- Beautiful, responsive content -->
</body>
</html>voidBeast_GPT41Enhanced is our most advanced autonomous developer agent, designed for elite full-stack development with enhanced multi-mode capabilities. This latest evolution features sophisticated mode detection, comprehensive research capabilities, and never-ending problem resolution.
- ๐ค Autonomous Operation: Continues working until problems are completely resolved
- ๐ง Intelligent Mode Detection: Automatically switches between PLAN, ACT, and specialized modes
- ๐ Mandatory Research Phase: For prompt generation, always verifies with current web sources
- ๐ก๏ธ Strict QA Rule: Every file modification is validated for correctness and completeness
- ๐ฏ Goal-Oriented: States objectives before each tool call for transparent progress
- ๐ Technology Decision Matrix: Chooses the simplest effective tool for each use case
PLAN MODE: Deep problem analysis and strategic planning
- Tools:
codebase,search,readCellOutput,usages,findTestFiles - Output: Comprehensive implementation plans
- Rule: No code writing in this mode
ACT MODE: Execution of approved plans with continuous validation
- Tools: All coding, testing, and deployment tools available
- Output: Working solutions via
attempt_completion - Rule: Follow plans step-by-step with validation
PROMPT GENERATOR MODE: Research-driven prompt creation (๐ฅ New!)
- Triggers: "generate", "create", "develop", "build" requests
- Critical: Mandatory internet research before any implementation
- Process: Research โ Analysis โ Prompt Development โ Documentation
- Tools:
fetch,openSimpleBrowserfor current best practices
- ๐ Deep Research Mode: Multi-source analysis with comparison matrices
- ๐ง Analyzer Mode: Codebase security, performance, and quality audits
- ๐พ Checkpoint Mode: Complete project state documentation and memory
๐ฏ GOAL: Implement user authentication system
PLAN MODE:
- [ ] Analyze current codebase architecture
- [ ] Research security best practices
- [ ] Create implementation strategy
- [ ] Define success criteria
ACT MODE:
- [ ] Implement authentication logic
- [ ] Add input validation and sanitization
- [ ] Create secure session management
- [ ] Write comprehensive tests
- [ ] Validate against security standardsvoidBeastMode is our foundational agent workflow prompt for robust, autonomous problem-solving.
Inspired by Beast Mode by burkeholland ๐ฒ, voidBeastMode is designed for agents that never quit until the task is thoroughly solved and every box is checked.
- ๐ค Autonomous, iterative resolution with explicit planning and validation
- ๐บ๏ธ Step-by-step public todo lists, checked off as progress is made
- ๐ Deep codebase investigation (reads 2000 lines at a time)
- ๐ฌ Incremental, test-driven development and debugging
- ๐งฉ Special deep research, analyzer, and checkpointing modes
- ๐ Transparent progress and reporting
voidBeast_WebFlexEnhanced is the web-focused evolution of the Beast Mode agent, designed for elite full-stack web development in VS Code.
- ๐ฆพ Autonomous, never-ending problem solving until all tasks are checked off
- ๐ก๏ธ Strict QA: Every change is verified for correctness, no assumptions
- ๐ง Deep codebase analysis, security, and performance audits
- ๐๏ธ Flexible framework selection: vanilla, React, Vue, Svelte, etc.
- ๐ Transparent communication: todo lists, status updates, and clear progress
- ๐งฉ Special modes: Analyzer, Deep Research, Checkpoint/Memory
- โฟ Accessibility, SEO, and performance always considered
voidBeast_OpenAICPlus is a specialized elite-level prompt designed for C/C++ Windows systems programming, kernel development, and low-level system internals.
- ๐๏ธ Windows Systems Mastery: Win32 API, WinRT, kernel development, and driver programming
- ๐ก๏ธ Security-First Development: Microsoft SDL guidelines, secure coding practices
- ๐ฌ Deep Technical Research: Mandatory documentation fetching from official Microsoft sources
- ๐ป Multi-Language Expertise: C/C++ (all standards), Assembly (x86/x64), inline assembly
- ๐ฏ Production-Ready Code: Complete solutions with error handling and optimization
- ๐ง Autonomous Problem-Solving: Persistent until complete resolution
- ๐ Documentation-Driven: Always verifies against current official Microsoft documentation
- ๐ง Driver Development: WDM, WDF, kernel-mode, and hardware interaction expertise
- Kernel Development: Windows Driver Model, device drivers, kernel debugging
- Windows Internals: NT kernel architecture, system services, memory management
- Assembly Programming: x86/x64, SIMD, performance optimization
- Security: SDL compliance, privilege management, secure API usage
- Performance: Profiling, optimization, memory management excellence
voidBeast includes advanced modes, each with their own trigger phrases.
Type or say one of these commands to activate the corresponding mode:
Triggers:
- "deep research"
- Task requires multi-source verification
- Complex architectural decisions needed
- Multiple viable solutions exist
Triggers:
- "refactor [codebase/project/file]"
- "debug [codebase/project/file]"
- "analyze [codebase/project/file]"
- "secure [codebase/project/file]"
Triggers:
- "checkpoint [codebase/project/file]"
- "memorize [codebase/project/file]"
- "memory [codebase/project/file]"
Triggers:
- "generate [content]"
- "create [application/component]"
- "develop [system/feature]"
- "build [project/tool]"
๐ก When these triggers are detected, the agent will activate the corresponding workflow and request user approval for any major actions.
You can use the prompts from this repo as "Custom Mode" instructions in the latest VS Code Insiders edition.
- Open VS Code Insiders (make sure you have the latest version).
- Go to the Copilot Chat sidebar.
- Click the gear โ๏ธ icon and select Custom Mode (or open Command Palette
Cmd/Ctrl+Shift+Pand search for "Copilot: Custom Mode"). - Paste the prompt content from any of the files in this repo (e.g.,
voidBeast_GPT41Enhanced.md,voidBeastMode.md,voidBeast_OpenAI.md) into the Custom Mode instruction box. - Save and activate the Custom Mode.
- Your Copilot Chat will now follow the enhanced workflow and rigor of the selected prompt.
๐ก Tip: You can create and save multiple Custom Modes for different workflows or coding styles.
Stay tuned as we grow this collection with more specialized prompts, workflows, and agentic templates for different use cases and industries.
MIT
Authors: @voidfnc
Inspiration: Beast Mode by burkeholland ๐ฒ






