Domain Expert Persona
A project-specific AI persona grounded in the terminology, decision patterns, and judgment of real subject-matter experts — making specialized knowledge continuously available during development while escalating consequential ambiguity to humans. Unlike generic role-play ("act like a doctor"), domain expert personas are skill compositions with documented authority boundaries, built from real expert knowledge and calibrated against real decisions.
Why It Matters
Domain expertise is expensive to access and available on a meeting cadence, not a development cadence. Engineering decisions happen continuously — every hour, every commit. Most domain questions have clear answers that an experienced specialist would give immediately. Those answers should be available at machine speed. The hard questions — the ones requiring genuine judgment under uncertainty — are identifiable by the persona and escalated to the real humans.
Without domain expert personas, AI agents make domain-specific decisions with high confidence and zero expertise. They produce code that compiles, passes tests, and is clinically, financially, or legally wrong. The mistakes look correct to non-specialists and only surface when real experts review — often too late and too expensive to fix.
How It Works
- Grounded in real expertise — the persona is built from documented decisions, terminology, and patterns of real subject-matter experts. Not generic internet knowledge — project-specific judgment from named individuals.
- Authority boundaries — each persona has explicit documentation of what it's allowed to decide autonomously, what requires confirmation, and what must be escalated. These boundaries are enforced, not suggested.
- Escalation patterns — when the persona encounters ambiguity beyond its documented authority, it surfaces the question to a human rather than guessing. The escalation itself includes context about why the question is consequential.
- Continuous availability — the persona is available during every development session, not just scheduled meetings. Routine questions get immediate answers; only genuinely hard problems wait for human availability.
- Auditable reasoning — the persona's decisions produce a documented chain of reasoning that the real expert can review, correct, and use to refine the persona over time.