vibe-coding-cn/i18n/zh/prompts/meta_prompts/README.md

31 lines
1.0 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 元提示词 (Meta Prompts)
> 生成提示词的提示词
## 目录
| 文件 | 说明 |
|:---|:---|
| [alpha-generator.md](./alpha-generator.md) | α-提示词:生成器,用于创建新提示词 |
| [omega-optimizer.md](./omega-optimizer.md) | Ω-提示词:优化器,用于改进现有提示词 |
| [prompt-template.md](./prompt-template.md) | 提示词规范化模板 |
## 核心理念
```
α-提示词 (生成器) → 生成目标提示词
Ω-提示词 (优化器) → 优化目标提示词
递归循环 → 持续进化
```
## 使用流程
1. 使用 `alpha-generator.md` 生成初版提示词
2. 使用 `omega-optimizer.md` 优化提示词
3. 将优化后的提示词反馈给系统,启动递归进化
## 相关资源
- [元提示词在线表格](https://docs.google.com/spreadsheets/d/1ngoQOhJqdguwNAilCl1joNwTje7FWWN9WiI2bo5VhpU/edit?gid=1770874220#gid=1770874220)
- [元方法论文档](../../documents/00-基础指南/A%20Formalization%20of%20Recursive%20Self-Optimizing%20Generative%20Systems.md)