Evolve Agency Knowledge Base¶
Categorized lessons + SOPs migrated from tasks/lessons.md on 2026-05-20.
How to Use¶
Humans + VAs: Browse the search UI at https://knowledge.evolvebusiness.com (Phase 4).
Claude (in any skill): The skill's frontmatter lessons: field declares which category files to load. The skill loader reads those files into context before executing. Skills do NOT read this whole tree at session start.
Structure¶
lessons/_shared/— applies to any task (anti-hallucination, workflow discipline, git/worktree, file ops)lessons/wordpress/— CMS, Elementor, JetEngine, WP-CLI, caching, MCP gotchaslessons/hosting-and-infra/— Hostinger, SSH/VPS, DNS, email infra, secretslessons/seo/— schema, GBP, GSC/GA4, audits, NEO workflowlessons/platforms/— Wix, Squarespace, GHL, social toolslessons/saas-internal/— competitive-audit / Stripe / Anthropic dev knowledge. VA-walled. Never loaded by client-facing skills, never indexed in the search UI.lessons/client-specific/— patterns scoped to a single client accountlessons/_archive/— historical lessons preserved for grep, excluded from loaders + search
Writing new lessons¶
Use the lesson-router.py helper (Phase 3) — it asks which category and writes to the right file with correct frontmatter. Don't append to lessons.md (the old file is a redirect).