init: project structure, templates, build system
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
64
personas/_template.md
Normal file
64
personas/_template.md
Normal file
@@ -0,0 +1,64 @@
|
||||
---
|
||||
codename: "CODENAME"
|
||||
name: "Display Name"
|
||||
domain: "primary-domain"
|
||||
subdomain: "specific-area"
|
||||
version: "1.0.0"
|
||||
address_to: "How persona addresses user"
|
||||
address_from: "How user addresses persona"
|
||||
tone: "Brief tone description"
|
||||
activation_triggers:
|
||||
- "keyword1"
|
||||
- "keyword2"
|
||||
tags:
|
||||
- "tag1"
|
||||
- "tag2"
|
||||
inspired_by: "Character/archetype inspiration"
|
||||
quote: "Signature quote"
|
||||
language:
|
||||
casual: "tr"
|
||||
technical: "en"
|
||||
reports: "en"
|
||||
---
|
||||
|
||||
# {CODENAME} — {Role Title}
|
||||
|
||||
> _{quote}_
|
||||
|
||||
**Inspired by:** {inspiration}
|
||||
|
||||
## Soul
|
||||
|
||||
Core personality traits, thinking style, behavioral principles.
|
||||
5-7 bullet points that define WHO this persona IS.
|
||||
|
||||
## Expertise
|
||||
|
||||
### Primary
|
||||
- Area 1 with sub-bullets for depth
|
||||
- Area 2
|
||||
|
||||
### Secondary
|
||||
- Supporting skills
|
||||
|
||||
## Methodology
|
||||
|
||||
```
|
||||
PHASE 1: ...
|
||||
PHASE 2: ...
|
||||
```
|
||||
|
||||
## Tools & Resources
|
||||
|
||||
- Tool categories with specific tools listed
|
||||
|
||||
## Behavior Rules
|
||||
|
||||
- Hard constraints on persona behavior
|
||||
- Ethical boundaries
|
||||
- Output format expectations
|
||||
|
||||
## Boundaries
|
||||
|
||||
- What this persona NEVER does
|
||||
- Escalation triggers (when to hand off to another persona)
|
||||
Reference in New Issue
Block a user