Skip to content

Latest commit

 

History

History
59 lines (47 loc) · 2.4 KB

File metadata and controls

59 lines (47 loc) · 2.4 KB

Implementation Plan — Agentic Marketing Mastermind

This file tracks what's been built and what still needs to be done. Delete this file before the repo goes fully public.

Status

  • Phase 1: Foundation (.gitignore, .env.example, LICENSE, README, CLAUDE.md, setup.sh)
  • Phase 2: Core Skills (commands/) — 12 slash commands
  • Phase 3: Workflow Templates (workflows/) — 7 YAML templates
  • Phase 4: Communication Integrations (integrations/) — Slack + Circle
  • Phase 5: Documentation (docs/) — MCP setup, tool reference, golden rules, workflows guide

What's Built

Phase 2: Commands (12 files)

  • /help — command listing
  • /my-account — account discovery across all products
  • /onboard-client — guided onboarding wizard (the core skill)
  • /business-report — deep dive on one domain
  • /run-seo — SEO onboarding or monthly maintenance
  • /run-gbp — GBP optimization or monthly posts/reviews
  • /run-ppc — PPC campaign launch
  • /run-content — topical maps + article generation
  • /run-pr — press releases, cloud stacks, digital PR
  • /run-visibility — LLM visibility + sentiment audit
  • /send-slack — Slack webhook integration
  • /send-circle — Circle API integration

Phase 3: Workflows (7 files)

  • seo-onboarding.yaml — 7-step new client SEO setup
  • monthly-seo.yaml — 7-step monthly SEO cycle
  • gbp-optimization.yaml — 6-step GBP profile cleanup
  • gbp-monthly.yaml — 5-step GBP monthly maintenance
  • ppc-launch.yaml — 7-step PPC campaign launch
  • authority-building.yaml — 6-step PR + cloud stacks + digital PR
  • llm-visibility.yaml — 5-step LLM visibility audit

Phase 4: Integrations

  • Slack: send-message.sh + README
  • Circle: post-to-space.sh + README

Phase 5: Documentation

  • docs/MCP_SETUP.md — connection guide with troubleshooting
  • docs/TOOL_REFERENCE.md — full catalog: 53 tool groups, ~308 operations
  • docs/GOLDEN_RULES.md — 10 hard-won rules for reliable MCP usage
  • docs/WORKFLOWS.md — template structure, variables, dependencies, execution guide

Stretch Goals (not yet built)

  • Google Sheets integration (integrations/google/)
  • Topical Maps tool reference (in TOOL_REFERENCE.md — tool exists but wasn't in original catalog)
  • Example client plan files (plans/examples/)
  • Video walkthrough / demo recording
  • Schema discovery script (scripts/discover-tools.sh)