Target Audience¶
Substrate serves multiple personas across the software development lifecycle, each with specific pain points and value propositions.
Primary Personas¶
VP Engineering / Head of Platform Engineering¶
The decision-maker. Controls budget, evaluates solutions, drives adoption.
Pain: "Our codebase quality collapsed after AI adoption. Manual reviews don't scale."
Value: Active governance at scale, architectural consistency, compliance automation.
Staff Engineer / Principal Architect¶
The technical champion. Recommends tools, runs POCs, influences decisions.
Pain: "I can't be in every PR. Junior engineers merge code that violates patterns I documented."
Value: Automated enforcement, knowledge preservation, scalable review.
CISO / Director of Application Security¶
The compliance guardian. Manages risk, ensures security, passes audits.
Pain: "Wiz finds vulnerabilities but not architectural security flaws."
Value: Architectural posture management, compliance attestation, data sovereignty.
DevOps / Platform Engineer¶
The infrastructure owner. Manages deployment, ensures reliability.
Pain: "I find out about infrastructure drift from incidents, not before."
Value: Runtime verification, IaC validation, change simulation.
Scrum Master / Engineering Manager¶
The team facilitator. Manages process, removes blockers, reports progress.
Pain: "Sprint retrospectives lack structural insight. Debt is invisible."
Value: Structural debt visibility, sprint insights, team health metrics.
Persona Deep Dives¶
- VP Engineering — Decision-makers and budget owners
- Staff Engineers — Technical champions and architects
- Security Teams — CISOs and compliance officers
- DevOps & Platform — Infrastructure and reliability engineers
- Scrum Masters — Team facilitators and process owners
Persona Matrix¶
| Persona | Primary Use | Secondary Use | Buying Role |
|---|---|---|---|
| VP Engineering | Governance dashboard | Compliance reports | Decision maker |
| Staff Engineer | Policy authoring | Architecture review | Technical champion |
| CISO | Security posture | Audit evidence | Influencer |
| DevOps | Runtime verification | Change simulation | Influencer |
| Scrum Master | Sprint insights | Team metrics | User |
| Developer | Code review help | Architecture questions | User |
| QA Engineer | Blast radius analysis | Test planning | User |
| Product Owner | Impact analysis | Epic scoping | Influencer |