← Resume · Case study

Creatrix

AI coaching agent for creative professionals

Overview

Creatrix is a professional creative agent that understands user patterns, strengthens relationships, and generates personalized coaching action items through questionnaire-driven flows and structured progression phases.

Demo

Onboarding questionnaire → coach-generated outreach action on the timeline (~19s loop).

Constraints

Architecture

Daily coach output follows a structured pipeline from user inputs through context assembly to generated timeline items.

Creatrix daily coach output pipeline from assembled inputs through Claude to timeline items

Prompt system

  • Editable phase prompt templates in an admin panel.
  • Context management aligned with the LUCID framework and multi-turn AI patterns.
  • Validation layers to enforce consistency across coaching turns.

Feedback loop

  • Daily questionnaire responses with thumbs up/down scoring and comments.
  • Signals used to refine prompt templates and coaching effectiveness over time.

Key decisions

Templates over one-off prompts

Prompts are versioned, editable assets — not hard-coded strings — so product and coaching stakeholders can iterate without redeploying application code.

Validation before generation

Context assembly and guardrails run before model calls to reduce drift in multi-turn flows and keep phase progression predictable.

Measure coaching, not just usage

Explicit feedback on daily outputs creates a closed loop for prompt refinement instead of relying on anecdotal quality checks.

Screenshots

Creatrix Decisions screen with a positioning reflection question and response input
Creatrix Admin Panel for editing phase prompt templates

Outcome

← Back to resume