Skip to main content

Capability Map

What can we actually do toward turning skills into businesses?

Capability Assessment

#CapabilityMaturity (0-4)EvidenceRisk
1Idea entry (venture_business_ideas)2Table exists in schema, fields defined, ventureId FK readyLOW — schema work done
2AI domain research0Not built. No LLM pipeline for market/competitor analysisHIGH — core function missing
3Value proposition generation0Not built. No template, no scoring, no eval gateHIGH — core function missing
4ICP identification1create-icp skill exists in dream repo. Not in production code.MEDIUM — pattern exists
5VFL scoring (vfl-force-potential)1Algorithm designed in PRD. No implementation.HIGH — gate function missing
6Eval runner1Algorithm designed. LLM-as-Judge pattern documented.HIGH — quality gate missing
7SPCL scoring1Algorithm designed. Content prioritization logic documented.MEDIUM — Phase 2 dependency
8Explore-exploit1Multi-armed bandit algorithm designed. No implementation.MEDIUM — Phase 1 dependency
9Optimal stopping137% rule algorithm designed. No implementation.MEDIUM — gate function
10Sales forecasting1Algorithm designed. L0 in CRM dashboard.LOW — existing foundation
11WorkChart generation1work_chart_definitions table exists, ventureId-scopedMEDIUM — templates needed
12Sprout Generator2Built and registered, migration applied, blocked at first runHIGH — prerequisite
13Agent assignment0Activation backlog tables in schema, no implementationLOW — Phase 3
14Compound rate tracking1Algorithm designed. No implementation.LOW — Phase 4

Maturity Distribution

LevelCountCapabilities
0 (Gap)3AI domain research, value prop generation, agent assignment
1 (Designed)8ICP, VFL, eval-runner, SPCL, explore-exploit, optimal-stopping, WorkCharts, compound rate
2 (Built)2Idea entry (schema), Sprout Generator (blocked)
3 (Wired)0
4 (Proven)0

Schema Surface (Existing)

The database schema already encodes the idea-to-venture flow:

TablePurposeMaturityPhase
venture_business_ideasEntry point: idea in, scored, gated2 (exists)1
venture_discovery_sessionsMarket intelligence capture2 (exists)1
knowledge_baseDomain research storage2 (exists)1
venture_contactsSeed ICP profiles2 (exists)2
work_chart_definitionsOperations templates (ventureId-scoped)2 (exists)2
planning_projectsProject scaffolding2 (exists)2
cost_centersAccounting structure2 (exists)2
gl_accountsFinancial tracking2 (exists)2

Gap Analysis

GapSeverityBlocks
No end-to-end flow testedCriticalCan't validate any capability in context
Zero algorithms implementedCriticalNo scoring, no gating, no optimization
No AI pipeline for research/generationHighCore functions of Phase 1 don't exist
No eval quality gatesHighAI output quality unverified
No user validationMediumPersona and struggling moment unconfirmed

Key Finding

9 of 14 capabilities sit at maturity 0-1. The schema surface is stronger than the logic layer — tables exist but nothing connects them. The riskiest gap isn't any single capability, it's the absence of a single tested path from idea entry to venture creation. One end-to-end flow would validate (or invalidate) the entire architecture.

Context