원클릭으로
mureo-learning
Evidence-based marketing decision framework: statistical thinking for AI agents operating ad accounts.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Evidence-based marketing decision framework: statistical thinking for AI agents operating ad accounts.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Strategy Context: Manage business strategy files (STRATEGY.md, STATE.json) for strategy-driven ad operations.
Google Ads: Manage campaigns, ad groups, ads, keywords, budgets, and performance analysis.
Meta Ads: Manage campaigns, ad sets, ads, insights, and audiences on Facebook/Instagram.
Detect creative fatigue across active ads — rising frequency, declining CTR week-over-week, and CPM drift — score each ad FATIGUED / WATCH / FRESH, and hand the evidence to a creative refresh. Use when the user asks whether creatives are worn out, why CTR is falling, if frequency is too high, when to rotate or refresh ads, or requests クリエイティブ疲弊チェック / 広告の疲弊を確認 / フリークエンシーが高い / CTRが落ちてきた / そろそろ差し替え時か. Reads active ads per platform, applies documented fatigue thresholds with noise guards, and routes fatigued ads to /creative-generate or /creative-refresh.
Audit who your ads actually target and where they run, compare it against the STRATEGY.md Persona, and surface exclusions, bid adjustments, lookalikes, and placement pruning tied to that Persona. Use when the user asks to review targeting, audiences, demographics, placements, or device performance, to check whether spend matches the Persona, to find wasted placements (e.g. Audience Network with no conversions), or requests オーディエンスレビュー / 配置レビュー / ターゲティング見直し / ペルソナと配信のズレを確認 / 除外設定を提案して. Reads Persona + Target Audience from STRATEGY.md and drives the read-only targeting tools.
Month-to-date spend vs the monthly budget target, projected month-end landing, and pace alerts across all configured platforms. Use when the user asks about pacing, burn rate, whether they will overspend or underspend this month, monthly-budget tracking, landing/forecast, 'are we on budget', or requests 予算ペーシング / 着地予測 / 予算消化ペース. DISTINCT from /budget-rebalance (which reallocates budget between campaigns) — this manages total-spend trajectory toward a monthly target. Reads STRATEGY.md Guardrails / a Monthly Budget section and STATE.json.
| name | _mureo-learning |
| description | Evidence-based marketing decision framework: statistical thinking for AI agents operating ad accounts. |
| metadata | {"version":"0.10.29","openclaw":{"category":"marketing","requires":{"bins":["mureo"]}}} |
A decision framework for AI agents managing marketing accounts through mureo. This skill teaches agents to distinguish signal from noise, avoid premature optimization, and only commit to strategy changes backed by sufficient evidence.
Marketing data is noisy. A campaign's CPA can swing 30% day-to-day from random variation alone. Without statistical rigor, agents will:
The antidote: observe, wait, verify, then act.
Every action that modifies a campaign enters this lifecycle. The agent tracks it via action_log entries in STATE.json.
Action taken (e.g., add negative keywords)
│
├── Record metrics_at_action + observation_due in action_log
│
▼
[OBSERVING] ── Do NOT draw conclusions yet
│ Wait for the observation window to pass
│
├── Observation window elapsed, collect current metrics
│
▼
[CANDIDATE] ── "This looks like it worked" or "This didn't help"
│ But one observation is NOT enough
│
├── Wait for a second observation period to confirm
│
▼
[VALIDATED] ── Consistent improvement across 2+ observation periods
│ NOW you can recommend a strategy change
│
▼
[APPLIED] ── User approved, STRATEGY.md updated
At any stage:
[REJECTED] ── Not significant, contradicted, or confounded by concurrent actions
Critical rule: OBSERVING and CANDIDATE findings are NOT actionable. Only VALIDATED insights should influence strategy.
Different actions need different wait times before evaluation:
| Action Type | Observation Window | Why |
|---|---|---|
| Budget change (>10%) | 7 days | Smart bidding needs ~7 days to re-learn |
| Keyword addition/removal | 14 days | Need enough impressions/clicks to evaluate |
| Negative keyword addition | 14 days | Impact on CPA unfolds gradually |
| Creative/ad copy change | 14 days | Ad rotation needs time to gather data |
| Bid strategy change | 21 days | Full learning period for smart bidding |
| Audience/targeting change | 14 days | Need sufficient reach data |
| Operation Mode change | 21 days | Compound effects across multiple campaigns |
Do NOT evaluate an action before its observation window has passed.
Before drawing any conclusion about a metric change, verify sufficient data:
| Metric | Minimum Sample | What Counts as "Sample" |
|---|---|---|
| CPA | 30 conversions (before) + 30 (after) | Each conversion is a sample point |
| CTR | 1,000 impressions (before) + 1,000 (after) | Each impression is a sample point |
| CVR | 200 clicks (before) + 200 (after) | Each click is a sample point |
| ROAS | 30 conversions with revenue | Each conversion is a sample point |
| Impression share | 7 days of daily data | Each day is a sample point |
If the sample size is insufficient, the finding stays in OBSERVING. Do NOT promote it.
When the observation window for an action has passed:
metrics_at_action (recorded when action was taken):
CPA: 5,200 | Conversions: 45 | Clicks: 1,200 | CTR: 3.2%
metrics_now (collected after observation window):
CPA: 4,100 | Conversions: 58 | Clicks: 1,400 | CTR: 3.5%
Ask these questions:
Is the change large enough to matter?
Is the change consistent across the observation period?
Were there confounding factors?
Does the direction match the hypothesis?
| Condition | Classification |
|---|---|
| Sample size insufficient | Stay in OBSERVING |
| Observation window not yet passed | Stay in OBSERVING |
| Change < 5% | REJECTED (noise) |
| Change 5-15%, consistent, no confounders | CANDIDATE → wait for 2nd period |
| Change > 15%, consistent, no confounders | CANDIDATE → wait for 2nd period |
| CANDIDATE confirmed in 2nd observation period | VALIDATED |
| CANDIDATE contradicted in 2nd observation period | REJECTED |
| Multiple concurrent actions on same campaign | Flag as confounded, extend window 2x |
When reporting findings, always state the evidence level:
GOOD (high confidence):
"CPA improved 18% (5,200 → 4,100) after negative keyword cleanup.
Observed over 14 days with 58 conversions. Consistent daily trend.
Confirmed across 2 observation periods. [VALIDATED]"
BAD (jumping to conclusions):
"CPA improved! The keyword changes are working great!"
(No sample size, no observation window, no consistency check.)
When executing any write operation, record the context needed for future evaluation:
{
"timestamp": "2026-04-01T10:30:00+09:00",
"action": "Added 15 negative keywords",
"platform": "google_ads",
"campaign_id": "12345",
"command": "/search-term-cleanup",
"summary": "Excluded informational queries misaligned with Persona",
"metrics_at_action": {
"cpa": 5200,
"conversions": 45,
"clicks": 1200,
"impressions": 37500,
"ctr": 0.032,
"cost": 234000
},
"observation_due": "2026-04-15"
}
Which metrics to record depends on the action type:
| Action Type | Key Metrics to Record |
|---|---|
| Budget change | cost, impressions, clicks, conversions, cpa |
| Keyword change | impressions, clicks, conversions, cpa, ctr |
| Creative change | impressions, clicks, ctr, conversions, cpa |
| Targeting change | impressions, clicks, conversions, cpa, reach |
| Bid strategy change | conversions, cpa, cost, impression_share |
Before proposing any action, check the action_log for:
| Anti-Pattern | Why It's Bad | What to Do Instead |
|---|---|---|
| "CPA dropped today, the change worked!" | One day is noise | Wait for the full observation window |
| Reverting a change after 2 days | Not enough data | Respect the observation window |
| Making 5 changes at once | Cannot attribute outcomes | Make one change, observe, then make the next |
| "Conversions went up 50%!" (from 2 to 3) | Tiny sample size | Check minimum sample requirements |
| Ignoring seasonality | External factors confound | Note day-of-week and seasonal patterns |
| Strategy update after one good week | One period insufficient | Require 2 consistent observation periods |
| Never updating strategy | Analysis paralysis | Once VALIDATED, commit to the learning |
1. Every write action → record metrics_at_action + observation_due
2. Before the window passes → DO NOT evaluate, DO NOT reverse
3. After the window passes → collect current metrics, check sample size
4. Sufficient data + meaningful change → CANDIDATE
5. Confirmed in 2nd period → VALIDATED → recommend strategy update
6. Not confirmed → REJECTED → document and move on
Be patient. Be rigorous. Let the data speak — but only when it has enough to say.