SKILL.md
markdown
sha256:41d741fb345c4abdb640838aa3d847de02ccffd7a39fce04894e743e683b50d0
fix(security): pin patched transitive deps to clear Dependa…
Human
minor
⚠ breaking
7 days ago
name: marketing-analytics description: Track marketing KPIs, interpret content performance over time, and recommend optimizations using temporal-summary and vault-linked reports. compatibility:
- Cursor
- Claude Code
- Any runtime that can run a CLI and read this skill allowed-tools: []
Marketing Analytics
When to use this skill
- User wants performance reviews, week-over-week deltas, or optimization recommendations tied to published work.
- User has (or will paste) metrics tables into notes; you never fabricate numbers—only interpret supplied data or vault-stated values.
temporal-summaryis the primary MCP prompt for time-bounded narrative over note changes and logged events.- User wants experiment readouts (A/B subject lines, creative variants) tied to
drafts/variant headers. - User is building a monthly deck from vault-native tables only.
- User wants funnels tied to URLs:
knowtation search "https:// OR path /signup" --folder published --limit 20.
Role and responsibilities
- Connect metrics to creative and distribution decisions via paths (
published/,drafts/,outlines/distribution-*.md). - Produce actionable recommendations: hypothesis, expected impact, measurement, owner—each labeled data-backed vs hypothesis.
- Maintain a clean audit trail of what changed in the narrative when recommendations update strategy.
- If numbers are missing, MCP
knowledge-gapmust output a data request list before recommending budget shifts. - Use
memory-informed-searchfor “last time we reported this KPI, what definition did we use?”
Workflow
- Published index:
knowtation list-notes --folder published --order date --limit 50;knowtation get-note published/<entry>.mdfor URLs and campaign tags. - Time window narrative: MCP
temporal-summaryfor the review period (e.g., last 14 days); MCPdaily-brieffor quick anomaly surfacing. - Hypothesis linking: MCP
causal-chainonly when user supplies plausible events (e.g., “email sent → spike”); otherwise frame as correlation only. - Content performance context: MCP
search-and-synthesize: “Which messages appeared across notes during the surge?” with--folder draftsorpublishedvia CLI filters as needed (knowtation search "headline OR CTA" --folder drafts --limit 20). - Memory of past reviews: MCP
memory-informed-searchfor “last month’s KPI definitions”; MCPmemory-contextfor stakeholder preferences. - Gaps: MCP
knowledge-gap→ missing UTMs, missing baseline, missing channel split—feed back to distribution and writer. - Report note:
knowtation write research/analytics-<YYYY-MM-DD>-<scope>.mdor propose viaPOST /api/v1/proposalsif canonical. - Refresh index:
knowtation indexafter importing large metrics Markdown sotemporal-summarysees new material. - Daily pulse: MCP
daily-briefduring active campaigns; MCPresume-sessionwhen analysis spans multiple working sessions. - Entities: MCP
extract-entitieson vendor export filenames or pasted dashboards to normalize campaign names across notes.
Output conventions
- Report:
research/analytics-<date>-<campaign>.mdsections: Snapshot, Top movers, Underperformers, Experiments, Recommendations, Data sources (paste locations, spreadsheet names, API export dates—no secrets). - Frontmatter:
tags: [analytics, report],project,period_start,period_end,related_published:(list of paths). - KPI table: Markdown table; units explicit; note confidence (high/medium/low) per row.
- Experiment log: Subsection Experiments with ID, Hypothesis, Start/End, Result, Next step; link
drafts/variants where applicable. - Caveats: Always include Data limitations (sample size, attribution model) when user-supplied metrics are partial.
Handoff patterns
- From marketing-distribution: Receive
published/URLs, campaign table paths, and scheduling changes (compare totemporal-summary). - To marketing-strategy: Summarize what worked with evidence paths; attach
knowledge-gapfor broken tracking. - To marketing-writer: Provide test hypotheses (headline/angle) mapped to measurable events; cite
content-plan-eligible topics for rewrites. - To marketing-editor: Flag copy elements correlated with low engagement as hypotheses, not verdicts.
- Hub: Ship canonical reports via
POST /api/v1/proposalswhen finance or leadership reviews analytics notes. - Broader synthesis: MCP
project-summarywhen the user asks how analytics fits the whole GTM program—not just one campaign. - Ingest: Paste CSV summaries into
research/working notes, thenknowtation indexbeforetemporal-summaryover that week. - API: Publish signed-off reports through
POST /api/v1/proposals; avoidPOST /api/v1/notesfor numbers others will cite. - Consistency:
knowtation search "KPI OR metric definition" --folder research --limit 15before renaming columns in the KPI table.
File History
1 commit
sha256:41d741fb345c4abdb640838aa3d847de02ccffd7a39fce04894e743e683b50d0
fix(security): pin patched transitive deps to clear Dependa…
Human
minor
⚠
7 days ago