ordine-create-recipe
Use when 需要在 Ordine 系统中创建 Recipe(配方),将 Operation 与 Best Practice 绑定,实现"用哪个操作检查哪条规范"。触发词:创建配方、新建recipe、绑定操作和规范、关联operation和bestpractice。
Skill Content
Copy the content below and provide it to your AI agent:
markdown
---
name: ordine-create-recipe
description: Use when 需要在 Ordine 系统中创建 Recipe(配方),将 Operation 与 Best Practice 绑定,实现"用哪个操作检查哪条规范"。触发词:创建配方、新建recipe、绑定操作和规范、关联operation和bestpractice。
---
# 创建 Recipe
## 概述
Recipe 是 Ordine 中的绑定关系,将一个 Operation(操作)与一个 Best Practice(规范)关联。这允许系统知道:「用哪个操作来检查/修复哪条规范」。
## 工作流程
1. 阅读 [recipe-anatomy.md](references/recipe-anatomy.md) 了解数据结构
2. 按照 [creation-guide.md](references/creation-guide.md) 创建
3. 使用 [checklist.md](references/checklist.md) 验证