Skip to primary content

IT Services

AI Consulting Firms Blueprint

  • Claude Code
  • Google Workspace
  • GitHub
  • Vercel
  • Supabase
  • Slack

This blueprint is Div's own operating model — how a small, technical AI consulting firm systematizes its delivery, compounds its knowledge, and scales its impact without scaling its headcount. It maps to the systems we actually run: Claude Code, Google Workspace, GitHub, Vercel, Supabase, and Slack. This isn't theoretical. It's what we're building for ourselves, in production, right now.


The End State

This is what the fully instrumented AI consulting practice looks like.

┌─────────────────────────────────────────────────────────────────┐
│                    AI CONSULTING FIRM STACK                       │
├─────────────────────────────────────────────────────────────────┤
│                                                                  │
│  ┌──────────┐  ┌──────────┐  ┌──────────┐  ┌──────────┐       │
│  │  Claude  │  │  Google  │  │  GitHub  │  │  Vercel  │       │
│  │   Code   │  │Workspace │  │  Repos   │  │  Deploy  │       │
│  └────┬─────┘  └────┬─────┘  └────┬─────┘  └────┬─────┘       │
│       │              │              │              │             │
│  Anthropic API  Gmail + Drive  GitHub API    Vercel API         │
│       │              │              │              │             │
│  ┌──────────┐  ┌──────────┐  ┌──────────┐                      │
│  │ Supabase │  │  Slack   │  │  Gemini  │                      │
│  │   DB +   │  │  Comms   │  │  2.5 Pro │                      │
│  │ pgvector │  │          │  │  + Flash │                      │
│  └────┬─────┘  └────┬─────┘  └────┬─────┘                      │
│       │              │              │                            │
├───────┴──────────────┴──────────────┴───────────────────────────┤
│                                                                  │
│  ┌──────────────────────────────────────────────────────────┐   │
│  │              XPOST Email Pipeline (Automated)            │   │
│  │    Gmail polling · Content extraction · AI summarization  │   │
│  │    Draft review · Auto-publish to ai.div.digital          │   │
│  └──────────────────────────────────────────────────────────┘   │
│                                                                  │
│  ┌──────────────────────────────────────────────────────────┐   │
│  │           Engagement Knowledge Engine                     │   │
│  │   Blueprint patterns · Client context · Delivery playbooks│   │
│  │   Past decisions · Reusable architectures · Cost models   │   │
│  └──────────────────────────────────────────────────────────┘   │
│                                                                  │
│  ┌──────────────────────────────────────────────────────────┐   │
│  │           Client Intelligence Platform                    │   │
│  │   Project health · Engagement velocity · Expansion signals│   │
│  │   Milestone tracking · Retrospective analysis             │   │
│  └──────────────────────────────────────────────────────────┘   │
│                                                                  │
│  ┌──────────────────────────────────────────────────────────┐   │
│  │          Public Intelligence Layer (ai.div.digital)      │   │
│  │   AI Blueprints · Insights · Knowledge Base · Market Data │   │
│  └──────────────────────────────────────────────────────────┘   │
│                                                                  │
└─────────────────────────────────────────────────────────────────┘

The platform isn't a product — it's an operating system for the firm. Every engagement generates structured data that feeds back into the knowledge engine. Every pattern discovered gets documented. Every blueprint written sharpens the next one. The firm gets smarter with every project.


The Real Challenge

The embedded AI partner model has a structural advantage and a structural constraint. The advantage: you go deep instead of wide. You sit inside the client's codebase, attend their standups, understand their business. The work is better because you're not context-switching across 20 shallow engagements.

The constraint: you can't scale by adding bodies. A 5-person firm doing embedded AI work can handle 3–4 concurrent engagements. Adding a fifth engagement doesn't require a fifth person — it requires building systems that multiply the capacity of the people you already have.

Knowledge is trapped in conversations. You solve a hard integration problem for Client A. Three months later, Client B has the same problem. But the solution lives in a Slack thread, a PR description, and your memory. There's no system that says "you've solved this before — here's how."

Blueprinting is manual and repetitive. Every new prospect needs a custom blueprint. The structure is similar — executive summary, readiness assessment, use cases, implementation roadmap — but each one takes 10–15 hours of research, analysis, and writing. You're essentially rebuilding the same document with different domain context each time.

Thought leadership is ad hoc. You read industry news, spot patterns, form opinions. But turning that into published content — an Insight article, a case study update, a market analysis — requires sitting down and writing. Which never happens because client work comes first. Your best thinking stays in your head instead of on your website attracting new clients.

Client health is invisible until it's too late. An engagement is "going well" until a deliverable slips, or communication frequency drops, or a stakeholder goes quiet. By the time you notice, the relationship has already taken a hit. There's no system tracking the signals that predict whether an engagement is healthy, at risk, or ready for expansion.


Where AI Creates Measurable Value

Engagement Knowledge Engine

Every engagement generates artifacts — architecture decisions, integration patterns, cost models, lessons learned, client-specific context. Today, this knowledge exists in scattered documents, PR descriptions, and Slack threads.

The knowledge engine turns your delivery history into a queryable, reusable asset. It:

  • Indexes every engagement artifact — proposals, architecture docs, retrospectives, PR descriptions, meeting notes — into a semantic vector database. Each chunk is tagged with client industry, technology stack, integration type, and outcome.
  • Answers questions about your past work. "How did we handle auth for the FinTech client?" → retrieves the relevant ADR, the PR that implemented it, and the retrospective notes about what worked.
  • Surfaces patterns across engagements. "What's our typical timeline for a RAG implementation?" → aggregates data from 4 past RAG projects, shows average timeline (6 weeks), common blockers (data quality), and which approaches scaled best.
  • Generates reusable architecture templates. When you've built the same n8n-to-Supabase pipeline three times, the system identifies the pattern and proposes a documented template with configuration variables.

This is the most valuable thing you build. Unlike client projects that end, the knowledge engine compounds. By engagement 30, it contains more institutional knowledge than any single person.

Automated Blueprint Generation

Today, each AI Blueprint is a 10–15 hour manual effort: industry research, company analysis, use case identification, implementation planning, cost estimation, and narrative writing. The structure is consistent — the content is bespoke.

The blueprint generator produces a complete first draft in 15–20 minutes. When a new prospect enters the pipeline:

  • Industry context retrieval: The system pulls relevant context from your knowledge base — past engagements in the same sector, published Insights on the topic, sector-specific AI use cases from your taxonomy.
  • Company analysis: If the prospect has a website, the system scrapes key pages (About, Services, Team, Technology) and SEC filings if public. This feeds the executive summary and readiness assessment sections.
  • Blueprint assembly: Gemini 2.5 Pro generates each section using structured prompts calibrated to your writing voice:
    • Executive summary with opportunity cost framing
    • Readiness assessment across 4 dimensions (strategy, infrastructure, governance, change management)
    • 5–8 prioritized use cases with ROI estimates based on comparable engagements
    • 3-phase implementation roadmap with realistic timelines from your delivery history
    • Governance framework and risk assessment
    • ROI projections anchored to industry benchmarks
  • Quality check: The output is validated against your blueprint schema (Zod validation) and checked for hallucinated claims or unrealistic projections.

Your principal reviews, adds relationship-specific context, adjusts based on what they learned in the discovery call, and delivers. The blueprint becomes a next-day deliverable instead of a next-week deliverable.

Content Pipeline + Thought Leadership Engine

Your best market signal intelligence goes to waste. You read industry news daily, spot trends before they're mainstream, and form opinions that clients pay to hear. But turning that into published content is a manual process that client work always preempts.

The XPOST pipeline turns your daily reading into published content automatically. When you spot something worth commenting on — a product launch, a research paper, a strategic move — you forward it to an internal email address with "XPOST" in the subject line. The system:

  • Extracts the linked content — tweet text, article summary, or paper abstract.
  • Generates a structured Insight article using Gemini 2.5 Flash: non-technical summary ("The Signal"), business analysis ("Why It Matters"), technical implications, and Div's advisory perspective.
  • Saves it as a draft for editorial review. You approve, edit, or reject.
  • Publishes to ai.div.digital/insights with the "Systems" category, appearing alongside your long-form research.

This creates a steady stream of timely content without requiring dedicated writing time. Your firm appears responsive and opinionated — which is exactly what prospects want from an AI advisory partner.

Beyond reactive content, the system also:

  • Tracks topics you're publishing about and identifies gaps — "You've published 8 articles on agentic AI but nothing on AI governance this quarter."
  • Suggests follow-up articles when a topic you covered has new developments.
  • Generates social posts from published Insights for LinkedIn/X distribution.

Client Intelligence + Engagement Health

Engagement health is currently a feeling, not a metric. You know a project is "going well" because the client responds quickly and the team isn't stressed. You know it's struggling when those signals reverse — but often too late to course-correct.

The client intelligence platform turns engagement data into actionable health signals. It:

  • Tracks communication velocity: How often is the client responding? Is the cadence increasing (healthy) or decreasing (risk signal)? How quickly do they approve deliverables?
  • Monitors milestone adherence: Are you hitting delivery dates? Are scope changes being captured as formal change orders or are they creeping in via Slack messages?
  • Detects expansion signals: Client asks about "Phase 2" or "another department" or "can you also look at..." — these are flagged as expansion opportunities.
  • Generates weekly health scores per engagement: Green (healthy, on track), Yellow (minor risk, needs attention), Red (significant risk, escalate).

Your principal gets a Monday morning dashboard showing all active engagements at a glance. Instead of asking "how's the project going?" in Slack, they see the data.


What to Leave Alone

Relationship depth. The embedded partner model works because clients trust you with their most sensitive problems. That trust is built in conversations, in standups, in being the person who understands their business well enough to push back on bad ideas. AI can surface data and draft documents, but the relationship is yours.

Strategic judgment. Recommending that a client pursue RAG instead of fine-tuning, or that they defer the ML pipeline for a rules-based MVP first — these decisions require understanding the client's culture, risk tolerance, and organizational dynamics. AI provides the data. You make the call.

Quality standards. Your reputation is your moat. Every deliverable that leaves the firm — every blueprint, every deployment, every email — needs to meet your standard. AI produces drafts. Humans produce final deliverables.


Getting Started: First 90 Days

The XPOST content pipeline and knowledge engine foundation are your starting points — they're partially built, they create immediate value, and they compound over time.

WeekDeliverable
1–2XPOST pipeline live: email forwarding → AI summarization → draft review → publish to ai.div.digital (deployed)
2–4Knowledge base construction: index past engagement artifacts from GitHub, Google Drive, and Slack
4–5Semantic search deployment: natural-language query interface for the knowledge base via Slack bot
5–6Pattern detection: first-pass analysis of recurring architectures, integration patterns, and delivery playbooks
6Internal pilot: team uses knowledge engine for 2 weeks on active engagements, iterate on retrieval quality

Building Momentum: 3–9 Months

Phase 2 — Blueprint Generation + Sales Acceleration (Weeks 7–14):

WeekDeliverable
7–8Company intelligence pipeline: web scraping, SEC data extraction (public companies), news monitoring
8–10Blueprint generation engine: multi-section LLM pipeline with Zod validation and quality checks
10–11Blueprint formatting: branded PDF generation and web-viewable pages on ai.div.digital
11–12Estimation calibration: connect engagement outcomes to original blueprint projections
12–14Pilot: generate blueprints for 3–4 active prospects, compare to manually written versions

Phase 3 — Client Intelligence + Engagement Health (Weeks 15–22):

WeekDeliverable
15–16Data aggregation: Slack + GitHub + Calendar → unified engagement activity feed
16–18Health scoring model: rule-based scoring, threshold configuration, trend analysis
18–19Expansion signal detection: NLP classification of client communications
19–20Operations dashboard: engagement health cards, milestone tracker, expansion pipeline
20–22Retrospective engine: auto-generated engagement retrospectives from project data

The Data Foundation

Supabase (PostgreSQL + pgvector). The knowledge base, engagement data, and blueprint store all live here. pgvector HNSW indexes enable fast semantic search across your accumulated institutional knowledge.

Google Workspace. Gmail API for the XPOST pipeline and client communication tracking. Google Drive API for document indexing. Google Docs API for report generation.

GitHub. The primary source of engineering knowledge — ADRs, PR descriptions, code patterns, and deployment history.

Anthropic + Google AI APIs. Claude for development tooling (via Claude Code). Gemini 2.5 Pro for blueprint generation and complex analysis. Gemini 2.5 Flash for content pipeline and lighter summarization tasks.


Risk & Governance

Client confidentiality. Client engagement data is stored in your Supabase instance (your infrastructure, your keys). Knowledge base queries are processed through API calls — no client data is used for model training.

Content quality. Every XPOST-generated Insight goes through editorial review before publishing. Blueprints go through principal review. The system produces drafts, not final deliverables.

Competitive sensitivity. The knowledge base contains your methods, pricing patterns, and client relationships. Access is restricted to authenticated team members. No external access to raw engagement data.


Measuring What Matters

MetricBaseline (Today)Target (6 Months)How We Measure
Blueprint creation time10–15 hours2–3 hoursTime tracking
Published Insights/month2–3 (manual)8–12 (pipeline-assisted)Content calendar
Knowledge reuse rateAd hoc70% of engagements reference past patternsSystem analytics
Proposal-to-close cycle3–4 weeks1–2 weeksPipeline tracking
Engagement health visibilityInformalReal-time dashboard with scoresSystem adoption
Pattern documentationTribal knowledgeSearchable playbook libraryKnowledge base size

Investment & Timeline

PhaseScopeTimelineEstimated Fee
Phase 1Content Pipeline + Knowledge Engine6 weeks$10,000 – $15,000
Phase 2Blueprint Generation + Sales Acceleration8 weeks$12,000 – $18,000
Phase 3Client Intelligence + Engagement Health8 weeks$12,000 – $18,000
TotalFull implementation22 weeks$34,000 – $51,000

Monthly operational costs: $150 – $300/month (AI API usage, Supabase Pro, Vercel Pro). You're already paying for most of this infrastructure.

ROI projection: If blueprint automation converts one additional engagement per quarter ($40K–$100K average engagement), the system pays for itself on the first sale. If the content pipeline generates 2–3 qualified inbound leads per month, the compounding effect is significant.


What We Need From You to Start

This blueprint is for us — so the "you" here is "we." But if another AI consulting firm is reading this and wants to implement the same model:

  1. Past engagement artifacts: 15–20 completed engagement folders with proposals, architecture docs, and retrospectives.
  2. GitHub org access: Read access to past client repos (or sanitized copies if NDAs restrict).
  3. Google Workspace API consent: Gmail + Drive + Docs scoped to the service account.
  4. Slack workspace access: Read access to project channels for knowledge indexing.
  5. A principal's time: 2 hours/week for the first 6 weeks to calibrate quality and review outputs.

Why This Model Works

The embedded AI partner model doesn't scale linearly — it scales logarithmically through knowledge. Every engagement you complete teaches the system. Every blueprint you write makes the next one faster. Every Insight you publish attracts the next client who values depth over breadth.

Most consulting firms scale by hiring. You scale by learning. The systems in this blueprint are the infrastructure that makes that possible.

The firm that gets smarter with every engagement will always outperform the firm that gets bigger.

See it in action →

Ready to build your AI blueprint?

Use our AI-powered blueprint generator to create a customized implementation plan for your business.

Generate Your Blueprint