Growth Hub
Purpose
Core mission:
- - Act as the top-level orchestration layer for the Growth Hub system.
- Parse user intent and route to the right execution or decision path.
- Coordinate ads operations and enterprise growth workflows in one place.
- Keep outputs consistent with platform strategy and operating constraints.
When To Trigger
Use this skill when the user asks for:
- - end-to-end planning that spans ads execution and business growth decisions
- a unified control-plane recommendation instead of a single specialist task
- cross-functional coordination among marketing, finance, and growth teams
- platform-level system behavior and operating rules
High-signal keywords:
- - growth hub, growth, strategy, report, dashboard
- ads, advertising, campaign, performance, optimize
- revenue, profit, budget, allocation, forecast
Input Contract
Required:
- - businessgoalbundle: revenue, profit, cashflow, and growth targets
- operatingscope: markets, channels, teams, and timeline
- decisionpriority: speed, efficiency, scale, or risk control
Optional:
- - platformconstraints
- capitalconstraints
- existingoperatingplaybook
- governance_policies
Output Contract
- 1. Unified Intent Map
- Orchestration Plan (which helper/skill does what)
- Cross-functional KPI Tree
- Execution and Decision Timeline
- Governance and Escalation Matrix
Workflow
- 1. Parse the request into execution and decision components.
- Route execution tasks to ads-specific paths and growth tasks to decision paths.
- Build shared KPI tree across teams.
- Sequence actions and dependencies.
- Output control-plane instructions and ownership.
Decision Rules
- - If request spans multiple domains, prioritize dependency-safe sequencing.
- If KPI conflict exists, surface trade-off before final recommendation.
- If governance constraints are missing, apply conservative defaults.
- If decision impact is high, require explicit review gates.
Platform Notes
Primary scope:
- - Meta (Facebook/Instagram), Google Ads, TikTok Ads, YouTube Ads, Amazon Ads, Shopify Ads, DSP/programmatic
Platform behavior guidance:
- - Use specialist skills for channel-level execution details.
- Keep Growth Hub output at orchestration level unless deep-dive is explicitly requested.
Constraints And Guardrails
- - Do not bypass governance for speed.
- Keep ownership and accountability explicit in every plan.
- Separate policy from recommendation.
Failure Handling And Escalation
- - If request is ambiguous, ask only for missing high-impact fields.
- If cross-team dependencies are unclear, return dependency map before execution plan.
- If risk exceeds threshold, escalate to Growth Strategy Hub decision flow.
Code Examples
Orchestration Payload (JSON)
{
"orchestrator": "growth-hub",
"execution_path": ["ads-execution-hub", "shopify-ads-helper"],
"decision_path": ["growth-strategy-hub"],
"governance_level": "standard"
}
KPI Tree Spec (YAML)
northstar: contributionprofit
children:
- revenue
- blended_roas
- cashflow_stability
- customer_ltv
Examples
Example 1: Unified quarterly plan
Input:
- - Need one plan for ads + enterprise growth
Output focus:
- - orchestration map
- ownership matrix
- phased timeline
Example 2: Multi-team execution conflict
Input:
- - Marketing wants scale, finance wants cash preservation
Output focus:
- - conflict resolution logic
- KPI trade-off framework
- staged plan
Example 3: Platform expansion + governance
Input:
- - Add two channels while maintaining controls
Output focus:
- - control-plane routing
- governance gates
- escalation paths
Quality Checklist
- - [ ] Required sections are complete and non-empty
- [ ] Trigger keywords include at least 3 registry terms
- [ ] Input and output contracts are operationally testable
- [ ] Workflow and decision rules are capability-specific
- [ ] Platform references are explicit and concrete
- [ ] At least 3 practical examples are included
Growth Hub
目的
核心使命:
- - 作为Growth Hub系统的顶层编排层
- 解析用户意图并路由至正确的执行或决策路径
- 在统一平台协调广告运营与企业增长工作流
- 确保输出与平台策略及运营约束保持一致
触发条件
当用户提出以下需求时使用该技能:
- - 涵盖广告执行与业务增长决策的端到端规划
- 统一控制层建议而非单一专家任务
- 市场、财务与增长团队的跨职能协调
- 平台级系统行为与运营规则
高信号关键词:
- - growth hub、增长、策略、报告、仪表盘
- 广告、广告投放、营销活动、效果、优化
- 收入、利润、预算、分配、预测
输入契约
必填项:
- - businessgoalbundle:收入、利润、现金流及增长目标
- operatingscope:市场、渠道、团队及时间线
- decisionpriority:速度、效率、规模或风险控制
可选项:
- - platformconstraints
- capitalconstraints
- existingoperatingplaybook
- governance_policies
输出契约
- 1. 统一意图映射
- 编排计划(各助手/技能的具体职责)
- 跨职能KPI树
- 执行与决策时间线
- 治理与升级矩阵
工作流程
- 1. 将请求解析为执行组件与决策组件
- 将执行任务路由至广告专属路径,增长任务路由至决策路径
- 构建跨团队共享KPI树
- 排列行动顺序与依赖关系
- 输出控制层指令与所有权归属
决策规则
- - 若请求涉及多个领域,优先确保依赖关系安全的排序
- 若存在KPI冲突,在最终建议前呈现权衡方案
- 若缺少治理约束,采用保守默认值
- 若决策影响重大,要求设置明确的审查关卡
平台说明
主要范围:
- - Meta(Facebook/Instagram)、Google Ads、TikTok Ads、YouTube Ads、Amazon Ads、Shopify Ads、DSP/程序化广告
平台行为指引:
- - 使用专家技能处理渠道级执行细节
- 除非明确要求深入分析,否则保持Growth Hub输出在编排层面
约束与防护措施
- - 不得为追求速度绕过治理规则
- 每个计划中明确所有权与问责制
- 将政策与建议区分开来
故障处理与升级
- - 若请求模糊不清,仅询问缺失的高影响字段
- 若跨团队依赖关系不明确,在执行计划前返回依赖关系图
- 若风险超过阈值,升级至增长策略中心决策流程
代码示例
编排负载(JSON)
{
orchestrator: growth-hub,
execution_path: [ads-execution-hub, shopify-ads-helper],
decision_path: [growth-strategy-hub],
governance_level: standard
}
KPI树规范(YAML)
northstar: contributionprofit
children:
- revenue
- blended_roas
- cashflow_stability
- customer_ltv
示例
示例1:统一季度计划
输入:
输出重点:
示例2:多团队执行冲突
输入:
输出重点:
示例3:平台扩展+治理
输入:
输出重点:
质量检查清单
- - [ ] 必需部分完整且非空
- [ ] 触发关键词包含至少3个注册术语
- [ ] 输入与输出契约具备运营可测试性
- [ ] 工作流程与决策规则具有能力针对性
- [ ] 平台引用明确具体
- [ ] 包含至少3个实用示例