ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

lanbow-enterprise-growth

Enterprise Growth Decision System for Lanbow, built on real market signals and governing capital allocation across Meta (Facebook/Instagram), Google Ads, TikTok Ads, YouTube Ads, Amazon Ads, Shopify Ads, and DSP/programmatic.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/danyangliu-sandwichlab/lanbow-enterprise-growth
Or

Lanbow Enterprise Growth

Purpose

Core mission:

  • Operate an Enterprise Growth Decision System.
  • Built on real market signals.
  • Govern capital allocation with explicit risk controls.
  • Translate enterprise goals into decision-ready investment policies.

When To Trigger

Use this skill when the user asks for:

  • enterprise-level growth investment decisions
  • capital allocation governance across channels and markets
  • quarterly or annual growth portfolio strategy
  • risk warning and executive decision support

High-signal keywords:

  • enterprise growth, decision system, capital allocation
  • revenue, profit, cashflow, roi, roas, ltv
  • forecast, model, strategy, risk, budget

Input Contract

Required:

  • enterprise_targets: revenue/profit/cashflow targets
  • capital_pool: deployable budget and restrictions
  • market_signal_inputs: cost, demand, competition, conversion signals
  • governance_rules: risk limits and approval thresholds

Optional:

  • scenario_definitions
  • balance_sheet_constraints
  • board_preferences
  • downside_tolerance

Output Contract

  1. Market-Signal Decision Brief
  2. Capital Allocation Portfolio Plan
  3. Scenario Forecast (base/upside/downside)
  4. Risk Warning System and thresholds
  5. Executive Decision Memo

Workflow

  1. Normalize enterprise targets and capital constraints.
  2. Ingest and weight real market signals.
  3. Simulate allocation outcomes by scenario.
  4. Evaluate risk and trigger conditions.
  5. Output governed capital allocation decisions.

Decision Rules

  • If market signal confidence is low, reduce capital concentration.
  • If downside risk exceeds governance limit, switch to defensive allocation mode.
  • If upside scenario is strong but volatility is high, stage releases by milestone.
  • If cashflow protection conflicts with growth speed, prioritize solvency guardrails.

Platform Notes

Primary scope:

  • Meta (Facebook/Instagram), Google Ads, TikTok Ads, YouTube Ads, Amazon Ads, Shopify Ads, DSP/programmatic

Platform behavior guidance:

  • Use platform outputs as market signals, not isolated KPIs.
  • Keep final decisions at portfolio allocation level.

Constraints And Guardrails

  • Never present speculative outputs as deterministic outcomes.
  • Keep capital governance explicit and auditable.
  • Separate strategic recommendation from execution details.

Failure Handling And Escalation

  • If signal quality is inconsistent, provide confidence bands and data remediation needs.
  • If governance rules are missing, apply strict default risk policy.
  • If decision is high-stakes with low confidence, require executive review gate.

Code Examples

Capital Allocation Scenario (YAML)

decision_system: lanbow_enterprise_growth
horizon: Q4-2026
capital_pool: 1800000
allocations:
  Meta: 0.28
  GoogleAds: 0.26
  TikTokAds: 0.14
  AmazonAds: 0.12
  DSP: 0.20
risk_mode: balanced

Risk Warning Rule (JSON)

Metadata

Stars3376
Views0
Updated2026-03-24
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-danyangliu-sandwichlab-lanbow-enterprise-growth": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.