Skip to content

Instantly share code, notes, and snippets.

@belguzmani
Created March 1, 2026 18:29
Show Gist options
  • Select an option

  • Save belguzmani/a9425f1c6b6a8789b60422a0daa0d40d to your computer and use it in GitHub Desktop.

Select an option

Save belguzmani/a9425f1c6b6a8789b60422a0daa0d40d to your computer and use it in GitHub Desktop.

BelGuzman Prompts Repository

This repository stores BelGuzman's proprietary AI prompts.

These prompts are part of belguzman's intellectual property and are used across:

  • AI Operating System
  • Applications
  • Internal Projects
  • Runtime AI integrations

The goal of this repository is to:

  • Maintain version control
  • Reuse prompts across apps and projects
  • Separate internal prompts from runtime prompts
  • Provide a clean, scalable structure

Folder Structure

01_AI_OS/

Company-level intelligence.

Store:

  • AI OS Master Prompt
  • CEO Mode
  • Builder Mode
  • Operator Mode
  • Capital Allocator Mode

02_APPS/

Prompts that power production applications.

Example:

  • System prompts used inside apps
  • User input templates used by customers

03_PROJECTS/

Internal prompts used during development and operations.

Example:

  • Role prompts
  • Instructions
  • Project-specific system prompts

04_RUNTIME_PROMPTS/

Prompts actually sent to AI models in production.

Includes:

  • User input templates
  • Variable prompts
  • Output format schemas

05_EXPERIMENTAL/

Drafts and deprecated prompts.

Use for:

  • Testing
  • Iteration
  • Archived prompts

Naming Convention

Use:

TYPE_Name_Version.md

Examples:

  • OS_AI_Master_v1.md
  • SYSTEM_Checklist_Generator_v1.md
  • ROLE_Capital_Allocator_v1.md
  • USER_Event_Input_Template_v2.md
  • INSTRUCTION_Feature_Design_v1.md

Prompt Types

Type Purpose
OS Company intelligence
SYSTEM App brain
ROLE Project mindset
USER Runtime input
INSTRUCTION Internal usage

Versioning

Update version numbers when making meaningful changes.

Example: Checklist_Generator_v1.md → Checklist_Generator_v2.md


Notes

Do not store secrets in this repository. This repo is for prompt logic only.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment