Encode intent/decision/plan workflow for Snowflake platform delivery so engagements share a durable recipe instead of one-off LLM chats. Co-authored-by: Cursor <cursoragent@cursor.com>
13 lines
492 B
YAML
13 lines
492 B
YAML
standard:
|
|
description: Typical domain access — analysts read curated/marts; loaders write landing/raw.
|
|
analyst_zones_read: [curated, marts]
|
|
loader_zones_write: [landing, raw]
|
|
engineer_zones: [landing, raw, curated, marts]
|
|
restricted:
|
|
description: Tighter domain — prod curated read requires explicit override + decision.
|
|
analyst_zones_read: [marts]
|
|
loader_zones_write: [landing, raw]
|
|
engineer_zones: [landing, raw, curated]
|
|
require_decision_for:
|
|
- prod_curated_read
|