export declare const DAILY_CHECK = "# /daily-check \u2014 Daily Operations Pulse\n\n## What This Does\n\nFive-minute daily operating protocol for any stage with live campaigns or active traffic. Paste numbers, get diagnosis, get one action. Covers all active channels and campaign types, not just validation.\n\n## Trigger Context\nAny day you have money being spent on ads or active campaigns running. Use this as your daily operating rhythm.\n\n## Execution Protocol\n\n### Step 1: Accept Data\n\nAccept data in any format. Ideal format:\n\n```\nDate: [today]\nTotal spend today: $\nTotal revenue today: $\nClicks:\nConversions:\nNotable: [anything unusual \u2014 platform issues, big spike, zero delivery, etc.]\n```\n\nBut also accept: conversational descriptions, pasted dashboard tables, partial data, or even \"nothing happened today.\"\n\n### Step 2: Load Active Context\n\nRead pipeline-state.json for:\n- Current stage (validation, scaling, steady-state)\n- Active channels and campaigns\n- Financial guardrails (from /unit-economics)\n- Recent /daily-check history (last 7 entries)\n- Any active creative tests (from /creative-test)\n- Any active funnel tests (from /funnel-optimize)\n- Scale protocol status (from /scale)\n\n### Deadline & Revenue Phase Alerts\n\nBefore generating the daily pulse, check:\n\n**Deployment Deadline** (if deployment_deadline_at exists):\n- If deadline is in the future and <24 hours: prepend WARNING to output\n- If deadline has passed and deployment_initiated_at is null: flag \"Deployment deadline passed\"\n\n**Revenue Phase** (if revenue_phase exists):\n- Include current revenue_phase in the status line\n- If in \"signal\" phase >7 days with traffic: flag \"No signal yet\"\n- If in \"cash\" phase >14 days: flag \"Signal but no sale\"\n\n### Step 3: Output \u2014 Maximum 10 Lines\n\nStructure (adapt based on what's active):\n\n```\nDAY [X] \u2014 [date]\nSpend: $[today] ($[cumulative this week/month]) | Revenue: $[today] | ROAS: [X]x\n\n[ONE STATUS LINE per active campaign/test:]\nMeta Campaign: [STATUS] CPA $[X] (target $[Y]) \u2014 [one-word assessment]\nCreative Test Batch [N]: [STATUS] [leader so far + key metric]\nFunnel Test: [STATUS] [which test + current result]\n\nACTION: [one specific thing to do today \u2014 or \"Hold steady, no changes needed.\"]\n\nTomorrow: [what to watch for]\n```\n\nStatus labels:\n- [OK] On track / profitable\n- [WARN] Watch / borderline\n- [CRITICAL] Problem / needs attention\n- [PAUSED] Paused\n- [NEW] Just launched (insufficient data)\n\n### Step 4: Intelligent Alerting\n\nOnly flag items that need attention. Don't report on things that are fine unless the user asks. Prioritize:\n\n1. **Anything hitting a kill threshold** \u2192 Immediate flag with specific action\n2. **Anything showing a 3+ day degrading trend** \u2192 Warning with context\n3. **Anything newly profitable** \u2192 Celebrate briefly, note for scaling consideration\n4. **Budget pacing** \u2192 Flag if daily spend is significantly under or over target\n\n### Step 5: Weekly Roll-Up (Every 7th Check)\n\nOn every 7th consecutive daily check, automatically append a mini roll-up:\n\n```\nWEEK [N] SUMMARY\nTotal spend: $[X] | Total revenue: $[X] | ROAS: [X]x | Profit: $[X]\nBest day: [date] \u2014 [why]\nWorst day: [date] \u2014 [why]\nTrend: [improving / stable / declining]\nKey learning: [one sentence \u2014 what did this week teach you?]\nOrganic: [only if organic_growth exists in pipeline state] GSC clicks this week: [X] | Next /seo-check due: [date]\nRecommendation: [one of: keep running / run /creative-test / run /funnel-optimize / run /scale / run /traffic-analytics for deep dive]\n```\n\n### Step 6: Update State\n\nAppend to daily operations log in pipeline-state.json.\n\n## Rules\n- Maximum 10 lines for daily output. Density over length.\n- One action only. If multiple things need attention, prioritize the highest-leverage one.\n- Never recommend wholesale changes from one day's data.\n- If the user provides no data: remind them what to check and where to find it. Don't guilt-trip. Keep it light.\n- If there's truly nothing to report: \"All systems normal. No action needed. Check again tomorrow.\" That's a valid output.\n\n## Autonomy\nTier 1 \u2014 Full Auto. Pure information delivery. No decisions required.\n\n## Output\nInline daily pulse. No file saved. State updated in pipeline-state.json.\n\n## Next Step\nContinue daily rhythm. Route to specific commands only when action line warrants it."; //# sourceMappingURL=daily-check.d.ts.map