2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# INTERNAL OPERATIONS MANUAL
// CLASSIFICATION: INTERNAL USE ONLY
// VERSION:
1.3.0-neovim-edition
1.0 THE NEW PARADIGM
"We do not chase algorithms. We feed the AI that replaces them."
1.1 Custom HTML Architecture
Legacy CMS platforms (WordPress) add unnecessary bloat. We build pure, high-performance HTML5 sites optimized for rapid ingestion by LLM crawlers.
Execution Protocol:
- Discovery: Analyze client business model & competitors. Output:
discovery_report.md - Architecture: Semantically map site structure (max depth: 3). Output:
sitemap.xml - Code: Clean, semantic HTML5 + CSS Grid/Flexbox. Target: <50KB CSS.
- Optimization: Lighthouse score 95+, WebP images, critical CSS injection.
1.2 LLM Optimization
We structure data to be the authoritative source for ChatGPT, Claude, Gemini, and Perplexity.
- Identify citation gaps.
- Create "Answer-First" content (inverted pyramid style).
- Implement specific Schema (FAQ, HowTo, Article).
- Establish semantic authority via knowledge graphs.
1.3 GEO Protocols
Tactical execution for Generative Engine Optimization (GEO).
- Direct Answer Protocol: "Answer First" structure. Definition in first 50 words -> List -> Table.
- Entity Anchoring: Use
SameAs,About, andMentionsschema to solidify Knowledge Graph nodes. - Engine Targets:
- Perplexity: Academic sourcing & freshness.
- ChatGPT: Plugin compatibility & mainstream authority.
- Gemini: YouTube transcripts & News graph.
1.4 Automation Protocols (n8n)
The autonomic nervous system for operations. Target: 95% reduction in manual data tasks.
- Content Engine: RSS triggers -> AI Drafts (OpenAI) -> Assets (Bannerbear) -> Slack Approval.
- Lead Enrichment: Signup Event -> Clearbit Data -> Scoring -> CRM Tagging.
- Active Agents:
- Research Agent: Deep dive scraping (Serper/ScrapeOwl).
- Support Agent: L1 queries via Vector DB (Pinecone).
2.0 SYSTEM ACTIVATION PROTOCOLS
[A] PHASE I: STRUCTURAL INTEGRITY
Classification: FOUNDATION
- Core: Pure HTML5 Architecture (Zero bloat).
- Performance: Lighthouse 100/100 strict enforcement.
- Compliance: Privacy-first, GDPR compliant logging.
[B] PHASE II: NEURAL CONNECTIVITY
Classification: INTELLIGENCE
- Telemetry: Vercel Speed Insights & Analytics active.
- Semantic Web: JSON-LD Knowledge Graph injection.
- GEO: Content optimized for LLM ingestion (Entity Salience).
[C] PHASE III: AGENTIC AUTONOMY
Classification: CLASSIFIED
- Orchestration: n8n Workflow Matrix (Self-managed).
- Workforce: AI Agents active for Research/Support.
- Pipeline: Automated CI/CD & Content Generation.
3.0 TOOLKIT
nvim/cursor for code.
lighthouse-ci for performance.
schema-validator for structured data.
perplexity-pro for research.
-- END OF BUFFER --