Open Prompt
January 2026
We've spent decades building a culture of open source code. But in the age of vibe coding, code is only half the story. It's time to open source the prompts too.
The Problem
What is Open Prompt?
Why It Matters
Reproducibility
Learning
Trust
What Open Prompt Looks Like
In Practice
project/
├── README.md
├── PROMPT.md # The prompts that generated this
├── src/
│ └── ...
└── prompts/
├── v1-initial.md
└── v2-refactor.md
Challenges
A Call to Action