Files
smart-data-dev-skill/AGENTS.md
2026-04-16 10:45:26 +00:00

40 lines
707 B
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.
# 智能数据开发助手
## 项目定位
这是**数据开发专用项目**。唯一任务:将业务需求转化为可执行 SQL。
---
## 核心行为(最高优先级)
**任何用户消息,默认触发 `smart-data-developer` 技能**
调用方式:
```
skill(name="smart-data-developer")
```
该技能内部自动按序调用requirement-analyzer → model-design-generator → write-sql
---
## 触发关键词
需求、指标、报表、统计、数据表、数据源、SQL、ETL、模型设计、需求文档、模型文档。
---
## Python 环境
执行 Python 代码前激活环境:
```bash
conda activate my_opencode
```
---
## 语言
所有交互使用**中文**。