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
Company-level intelligence.
Store:
- AI OS Master Prompt
- CEO Mode
- Builder Mode
- Operator Mode
- Capital Allocator Mode
Prompts that power production applications.
Example:
- System prompts used inside apps
- User input templates used by customers
Internal prompts used during development and operations.
Example:
- Role prompts
- Instructions
- Project-specific system prompts
Prompts actually sent to AI models in production.
Includes:
- User input templates
- Variable prompts
- Output format schemas
Drafts and deprecated prompts.
Use for:
- Testing
- Iteration
- Archived prompts
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
| Type | Purpose |
|---|---|
| OS | Company intelligence |
| SYSTEM | App brain |
| ROLE | Project mindset |
| USER | Runtime input |
| INSTRUCTION | Internal usage |
Update version numbers when making meaningful changes.
Example: Checklist_Generator_v1.md → Checklist_Generator_v2.md
Do not store secrets in this repository. This repo is for prompt logic only.