yonbip-workflow-path-table
Installation
SKILL.md
YonBIP Workflow Path Table Generator
Converts natural language business approval workflow descriptions into YonBIP-standard Excel workflow path tables.
Core Principle: Dynamic Column Extraction
CRITICAL: Do NOT assume any fixed columns. Every table structure must be derived from the user's description:
- Condition Columns: Extract all condition dimensions mentioned
- Examples: 费用类型, 金额, 供应商类型, 部门, 地区, 采购类别, etc.
- Role Columns: Extract ALL roles mentioned in the approval chains
- Examples: 部门主管, 财务经理, 总经理, 行政主管, 采购专员, 法律顾问, etc.
- Build table structure based ONLY on what's actually in the description
Core Principle: Mutually Exclusive Conditions
每一行的条件组合必须是唯一的、互斥的。 任意给定输入只能匹配唯一一行。