$npx -y skills add indranilbanerjee/digital-marketing-pro --skill continuous-improvement-loopRun Part 12 — the continuous improvement loop. Aggregates market + operating signals into product/offering recommendations. Runs alongside live operations, not as a one-time activity.
| 1 | # /digital-marketing-pro:continuous-improvement-loop — Part 12 Continuous Loop |
| 2 | |
| 3 | Part 12 is the continuous improvement loop that runs alongside live operations from go-live onwards. It aggregates market signals and operating signals into recommendations that feed back into the brand's product, offering, and service decisions. |
| 4 | |
| 5 | ## Context efficiency |
| 6 | |
| 7 | Heavy skill. **Grep before Read** any referenced file, then `Read` only matched ranges with `offset` + `limit`. List the brand's workspace at `~/.claude-marketing/brands/{slug}/` (or `$CLAUDE_PLUGIN_DATA/digital-marketing-pro/brands/{slug}/` when that env var is set) before opening files. On re-invocation mid-session, skip files already in context. |
| 8 | |
| 9 | This is **not a one-time activity**. It runs perpetually once Part 11 is complete, with formal output at each Quarterly Business Review (QBR) and ad-hoc output when significant signals warrant. |
| 10 | |
| 11 | ## Why this exists |
| 12 | |
| 13 | Without an explicit feedback loop, marketing operates on assumptions made months ago. Markets shift, customers evolve, competitors move, products are refined — but if these shifts do not flow back into the strategy, the engagement silently grows stale. |
| 14 | |
| 15 | Part 12 closes the loop: |
| 16 | |
| 17 | - Market signals → strategy refresh |
| 18 | - Operating signals → tactical optimisation |
| 19 | - Product / offering signals → recommendations to product / business teams |
| 20 | |
| 21 | ## The 4 Signal Sources |
| 22 | |
| 23 | ### Source 1: Quarterly Business Reviews |
| 24 | |
| 25 | Every quarterly review (per [reporting-cadence.md](../context-engine/reporting-cadence.md)) generates structured signals: |
| 26 | |
| 27 | - KPIs vs targets (which targets were missed; which were beaten; pattern across quarters?) |
| 28 | - Channel-mix performance (any channel consistently outperforming or underperforming the v2 plan?) |
| 29 | - Audience segment performance (any segment showing different behaviour than the personas predicted?) |
| 30 | - Competitive shifts (any competitor moves that materially change the landscape?) |
| 31 | - Strategy alignment audit (is what we are executing still what the v2 strategy says we should be executing?) |
| 32 | |
| 33 | ### Source 2: Customer Feedback Themes |
| 34 | |
| 35 | Feedback from across customer touchpoints: |
| 36 | |
| 37 | - Customer service tickets (volume by topic, sentiment trend) |
| 38 | - ORM (Online Reputation Management) — review sites, social mentions |
| 39 | - Sales team conversations (objections heard repeatedly, requests not yet met) |
| 40 | - Customer journey friction observations (where customers drop off, where they ask for help) |
| 41 | - Survey / NPS responses |
| 42 | - Customer interviews |
| 43 | |
| 44 | ### Source 3: Competitive Intelligence |
| 45 | |
| 46 | From the ongoing competitor monitoring (existing `/digital-marketing-pro:competitor-monitor` skill): |
| 47 | |
| 48 | - Product / offering shifts at competitors |
| 49 | - Pricing changes |
| 50 | - Positioning shifts (messaging, target audience) |
| 51 | - New entrant emergence |
| 52 | - Acquisitions / partnerships changing the competitive landscape |
| 53 | |
| 54 | ### Source 4: Team-Discovered Patterns |
| 55 | |
| 56 | Insights from execution that the team surfaces: |
| 57 | |
| 58 | - Campaigns that consistently underperform — may indicate product-market mismatches |
| 59 | - Audiences requesting features the product does not yet offer |
| 60 | - Conversion friction points that recur across many campaigns |
| 61 | - Channel performance patterns that suggest the buyer journey has shifted |
| 62 | |
| 63 | ## Cadence |
| 64 | |
| 65 | Part 12 is active continuously, with structured outputs: |
| 66 | |
| 67 | | Cadence | Trigger | Output | |
| 68 | |---------|---------|--------| |
| 69 | | **Daily / weekly** | Automated signal capture as part of normal operations | Signals logged to `part-12-continuous-improvement/signals.jsonl` | |
| 70 | | **Monthly** | Monthly performance report | "Signals This Month" section in the report; logged to signals.jsonl | |
| 71 | | **Quarterly** | QBR | Structured Part 12 deliverable — see below | |
| 72 | | **Ad-hoc** | Significant signal (e.g., competitor product shift, sales team flagging recurring objection, KPI suddenly cratering) | Ad-hoc Part 12 brief produced within 1 week | |
| 73 | |
| 74 | ## The Quarterly Part 12 Deliverable |
| 75 | |
| 76 | Each quarter, the continuous loop produces a structured deliverable for the brand business owners — not just marketing leadership. |
| 77 | |
| 78 | ### Structure |
| 79 | |
| 80 | ```markdown |
| 81 | --- |
| 82 | document: part-12-quarterly-improvement-brief |
| 83 | engagement: {engagement-id} |
| 84 | quarter: {YYYY-Qn} |
| 85 | produced: {iso-timestamp} |
| 86 | audience: brand business leadership |
| 87 | --- |
| 88 | |
| 89 | # Quarterly Product & Offering Improvement Brief — {Quarter} |
| 90 | |
| 91 | ## Executive Summary |
| 92 | |
| 93 | (3-5 sentences. The signals that matter most. The recommendations that follow.) |
| 94 | |
| 95 | ## Signal Aggregation |
| 96 | |
| 97 | ### Market signals |
| 98 | {Macro marke |