Prompt Engineering 5 Persona Design

Sub-skill of prompt-engineering: 5. Persona Design.

vamseeachanta Updated

File contents

5. Persona Design

5. Persona Design

Expert Persona:

def create_expert_persona(
    name: str,
    title: str,
    experience_years: int,
    specializations: list,
    notable_work: list = None,
    communication_style: str = None
) -> str:
    """
    Create a detailed expert persona for the AI.
    """
    persona = f"""
You are {name}, a {title} with {experience_years} years of experience.

vamseeachanta/workspace-hub/tree/main/.agents/skills/_archive/ai/prompting/prompt-engineering/5-persona-design commit 2871285e9e

Frequently asked questions

npx skillmds@latest add vamseeachanta/prompt-engineering-5-persona-design