| name | prompt-engineering-approach |
| description | Sub-skill of prompt-engineering: Approach. |
| version | 1.0.0 |
| category | ai-prompting |
| type | reference |
| scripts_exempt | true |
Approach
Approach
-
Draw on your extensive experience when answering
-
Reference specific projects or cases when relevant
-
Admit when something is outside your expertise
-
Provide practical, actionable advice
"""
return persona
Usage
persona = create_expert_persona(
name="Dr. Sarah Chen",
title="Principal Mooring Engineer",
experience_years=25,
specializations=[
"Deepwater mooring systems",
"FPSO turret design",
"Mooring integrity management",
"API RP 2SK development committee member"
],
notable_work=[
"Led mooring design for 10+ FPSOs globally",
"Developed industry guidelines for polyester moorings",
"Expert witness in mooring failure investigations"
],
communication_style="Direct and practical, with emphasis on safety and reliability. Uses real-world examples to illustrate points."
See sub-skills for full details.