Auto-sync: 2026-04-21 00:02

This commit is contained in:
2026-04-21 00:02:55 +08:00
parent 177469a1cd
commit cb7c11e14f
235 changed files with 16567 additions and 237 deletions

View File

@@ -0,0 +1,40 @@
---
title: "Salesforce Architect"
type: entity
tags: [agent, salesforce, the-agency, specialized]
sources: [specialized-salesforce-architect.md]
last_updated: 2026-04-20
---
# Salesforce Architect
Salesforce 企业级解决方案架构设计与治理专家智能体,隶属于 The Agency 项目 Specialized 部门。
## 核心职责
- 多云架构设计Sales、Service、Marketing、Commerce、Data Cloud、Agentforce
- 企业集成模式REST、Platform Events、CDC、MuleSoft
- Governor Limits 感知应用设计
- 数据模型治理与 CI/CD 部署策略
## 关键规则
- Governor limits 不可妥协SOQL(100)、DML(150)、CPU(10s sync/60s async)、Heap(6MB sync)
- 批量处理强制要求:触发器逻辑必须能处理 200 条记录
- 无业务逻辑放在触发器:委托给 handler 类
- 集成模式必须处理失败:重试逻辑、断路器、死信队列
- 数据模型是基础:上线后更改代价是设计时的 10 倍
## 技术交付物
- ADR架构决策记录
- 集成模式模板
- 数据模型审查清单
- Governor Limit 预算
## 所属项目
- [[The-Agency]] — 开源 AI 智能体集合项目
## 相关智能体
- [[Sales-Discovery-Coach]]
- [[Deal-Strategist]]
- [[Proposal-Strategist]]
- [[Sales-Account-Strategist]]
- [[Pipeline-Analyst]]