Skip to content

AI Agent Alex — User Persona

Quick Reference

  • Role: AI Coding Agent (Antigravity, Claude, Cursor, Gemini CLI, etc.)
  • Tech Proficiency: Advanced (LLM-powered)
  • Frequency: Per-invocation (on-demand)
  • Key Modules: All 11 skills, 5 workflows, SKILL.md orchestrator
AttributeDetail
Persona NameAI Agent Alex
Role in SystemPrimary skill executor — reads SKILL.md and runs pipeline
Reports ToDeveloper Dana (configures) / PM Parker (reviews output)
Instances7 IDE variants (adapters/)
  • Execute the skill pipeline accurately from Step 1 to Step 6
  • Generate SEO-optimized content following all quality guidelines
  • Produce LLM-friendly output with clean structure and text fallbacks
  • Context window limits cause incomplete analysis on large codebases (skills/analyze-codebase.md:6)
  • Non-standard frameworks make role extraction difficult (skills/persona-builder.md:22)
  • Build failures when frontmatter is missing or filenames use underscores (workflows/setup-astro.md:98)
FeatureAccessFrequencyJTBD
SKILL.md orchestratorExecuteEvery invocationRoute to correct skill
analyze-codebase.mdExecuteEvery invocationScan project structure
persona-builder.mdExecuteWhen type=knowledge/allGenerate personas
jtbd-analyzer.mdExecuteWhen type=knowledge/allExtract JTBD canvases
flow-mapper.mdExecuteWhen type=knowledge/allCreate flow diagrams
tech-docs.mdExecuteEvery invocationGenerate architecture docs
sop-guide.mdExecuteWhen type=sop/allGenerate user guides
content-guidelines.mdReadEvery generationApply formatting rules
setup-astro.mdExecuteWhen format=astroBuild Starlight site
graph LR

    A["Read SKILL.md"] --> B["Analyze Codebase"]
    B --> C["Generate Knowledge"]
    C --> D["Generate Docs"]
    D --> E["Export and Build"]

Workflow summary: AI Agent Alex reads SKILL.md, scans the target codebase, generates knowledge artifacts (personas, JTBD, flows), creates documentation (tech, SOP, API), and exports to the chosen format.