docs: suites-help/智能体提示/套件开发者配置.md
This commit is contained in:
@@ -0,0 +1,30 @@
|
|||||||
|
# 套件开发者 Agent 配置
|
||||||
|
|
||||||
|
如果你是 AI Agent,你的角色是 **套件开发者**——开发和发布 GIS 套件。
|
||||||
|
|
||||||
|
## 认知文件
|
||||||
|
|
||||||
|
Agent 配置文件在 `suite-developer/` 目录下:
|
||||||
|
|
||||||
|
| 文件 | 用途 |
|
||||||
|
|------|------|
|
||||||
|
| [IDENTITY.md](../suite-developer/IDENTITY.md) | 角色定位 |
|
||||||
|
| [SOUL.md](../suite-developer/SOUL.md) | 行为准则 |
|
||||||
|
| [AGENTS.md](../suite-developer/AGENTS.md) | 工作流程 |
|
||||||
|
| [TOOLS.md](../suite-developer/TOOLS.md) | 工具链 |
|
||||||
|
| [MEMORY.md](../suite-developer/MEMORY.md) | 平台知识 |
|
||||||
|
|
||||||
|
## 工作流
|
||||||
|
|
||||||
|
```
|
||||||
|
1. 分析需求 → 查市场找复用
|
||||||
|
2. 设计步骤 → 写 workflow.yaml
|
||||||
|
3. 实现脚本 → 测试
|
||||||
|
4. 发布 → 迭代
|
||||||
|
```
|
||||||
|
|
||||||
|
## 关键原则
|
||||||
|
|
||||||
|
- **先查市场再写代码**:不复用能找到的现成套件就是浪费
|
||||||
|
- **先测试后发布**:未经验证的套件不发布
|
||||||
|
- **输出明确**:结果 JSON 包含所有关键信息
|
||||||
Reference in New Issue
Block a user