Transform rough prompt ideas into polished, versioned assets using AI-powered iteration.
Got any cool idea?
Share your idea via Suggest Feature or contribute directly—learn how at Contribution Guide.
Great prompts are rarely written perfectly on the first try. They evolve through a cycle of drafting, testing, and refining. Prompt Lockbox’s AI features are designed to supercharge this cycle, turning a slow, manual process into a rapid, intelligent workflow.
This guide will walk you through a complete iteration loop. We’ll start with a rough, undocumented prompt idea and, in just a few commands, use AI to transform it into a documented, improved, and versioned asset ready for use.
The Goal: To demonstrate a rapid development workflow:
Start with a basic prompt template.
Here are the steps:
Create the Initial Draft
First, let’s create a new prompt. Imagine we need a prompt to summarize meeting transcripts. We’ll start by creating a file with a name and a simple template, but leave the description and tags blank.
In your teminal, run the command:
Created prompt file:
This prompt is functional, but it’s vague and undocumented.
Generate Documentation with AI
Instead of manually writing a description and thinking of tags, let’s use the document
command.
Result: The AI analyzes the template and automatically updates the .yml
file:
Now our prompt is documented and discoverable, but the template itself can still be improved.
Improve the Prompt with AI
Our current template is too generic. Let’s ask the AI to make it more specific and structured. Optionally, you can provide notes to LLM using note
.
You can use the CLI or Python, but the CLI is recommended for clearer visibility into the changes.
Result: The improve
command will suggest a much more robust template. After you confirm the changes, your file will be updated. Here’s the updated file:
Version the Polished Prompt
We’ve transformed our rough draft into a documented and structured prompt. The final step is to lock this polished version or create a new one to signify that it’s a major improvement.
This rapid iteration loop — Create -> Document -> Improve -> Version —is at the heart of what makes the toolkit useful.