Skip to content

Latest commit

 

History

History

README.md

Specialist Personas

This directory contains persona definitions for specialized AI agent roles. Each persona brings domain expertise to specific aspects of the project.

Available Personas

Persona File Domain
Fantasy Author fantasy-author.md Narrative, lore, world-building
Casual Game Expert casual-game-expert.md Mobile UX, casual game patterns
.NET 10 Specialist dotnet-specialist.md .NET implementation, architecture
Tech Lead tech-lead.md Code review, PR management

Usage

Activating a Persona

In CLAUDE.local.md, set your active persona:

## Active Persona

fantasy-author

Or specify for a session:

"Act as the Fantasy Author persona for this task"

Multi-Persona Reviews

For code reviews and design discussions, multiple personas should review:

  1. Domain experts review their areas (Fantasy Author for narrative, etc.)
  2. Tech Lead collates all feedback
  3. Tech Lead submits consolidated review

Creating New Personas

  1. Create a new markdown file in this directory
  2. Follow the existing persona structure
  3. Define: expertise, responsibilities, review focus, voice/style
  4. Update this README

Two-Account Workflow

Role GitHub Account Responsibilities
Contributor martincjarvis Implementation, opens PRs
Maintainer mcj-coder Reviews (via personas), merges

The Tech Lead persona always operates through the mcj-coder account for final review submission.