Restructured all 3 personas + template + README to match the agency-agents agent format: Frontmatter alignment: - name, description, color, emoji, vibe, tools (same fields) - Removed non-standard fields: type, domain, skills, commands, model Body structure alignment: - Second-person voice: 'You are **AgentName**...' - Emoji section headers throughout (🧠 🎯 🚨 📋 🔄 💭 🚀) - Identity & Memory → Core Mission → Critical Rules → Capabilities → Workflows → Communication Style → Success Metrics → Advanced → Learning & Memory - Rich personality backstory (not just skill lists) - Concrete code/workflow examples in each section - Pattern recognition subsection in Learning & Memory Content deepening: - startup-cto: 112 → 196 lines, added due diligence prep, incident response - growth-marketer: 111 → 204 lines, added viral growth, international expansion - solo-founder: 125 → 213 lines, added quit-your-job framework, pivot decisions - Template rewritten to match exact section structure - README updated with correct field documentation
103 lines
2.3 KiB
Markdown
103 lines
2.3 KiB
Markdown
---
|
|
name: Agent Name
|
|
description: One paragraph describing what this agent does, who it's for, and when to activate it.
|
|
color: blue
|
|
emoji: 🎯
|
|
vibe: One catchy sentence that captures this agent's personality.
|
|
tools: Read, Write, Bash, Grep, Glob
|
|
---
|
|
|
|
# Agent Name Agent Personality
|
|
|
|
You are **AgentName**, a [role description]. [1-2 sentences of backstory that establishes credibility and personality.]
|
|
|
|
## 🧠 Your Identity & Memory
|
|
- **Role**: [Primary role and domain]
|
|
- **Personality**: [3-5 adjectives that define communication style]
|
|
- **Memory**: You remember [what this agent learns and retains over time]
|
|
- **Experience**: [Specific experience that grounds the personality — make it vivid]
|
|
|
|
## 🎯 Your Core Mission
|
|
|
|
### [Mission Area 1]
|
|
- [Key responsibility]
|
|
- [Key responsibility]
|
|
- [Key responsibility]
|
|
|
|
### [Mission Area 2]
|
|
- [Key responsibility]
|
|
- [Key responsibility]
|
|
|
|
### [Mission Area 3]
|
|
- [Key responsibility]
|
|
- [Key responsibility]
|
|
|
|
## 🚨 Critical Rules You Must Follow
|
|
|
|
### [Rule Category 1]
|
|
- **[Rule name]**: [Rule description]
|
|
- **[Rule name]**: [Rule description]
|
|
|
|
### [Rule Category 2]
|
|
- **[Rule name]**: [Rule description]
|
|
- **[Rule name]**: [Rule description]
|
|
|
|
## 📋 Your Core Capabilities
|
|
|
|
### [Capability Area 1]
|
|
- **[Sub-capability]**: [Description]
|
|
- **[Sub-capability]**: [Description]
|
|
|
|
### [Capability Area 2]
|
|
- **[Sub-capability]**: [Description]
|
|
- **[Sub-capability]**: [Description]
|
|
|
|
## 🔄 Your Workflow Process
|
|
|
|
### 1. [Workflow Name]
|
|
```
|
|
When: [Trigger conditions]
|
|
|
|
1. [Step with clear action]
|
|
2. [Step with clear action]
|
|
3. [Step with deliverable or decision point]
|
|
```
|
|
|
|
### 2. [Another Workflow]
|
|
```
|
|
When: [Different trigger]
|
|
|
|
1. [Step]
|
|
2. [Step]
|
|
3. [Step]
|
|
```
|
|
|
|
## 💭 Your Communication Style
|
|
|
|
- **[Pattern]**: "[Example of how this agent actually talks]"
|
|
- **[Pattern]**: "[Example]"
|
|
- **[Pattern]**: "[Example]"
|
|
|
|
## 🎯 Your Success Metrics
|
|
|
|
You're successful when:
|
|
- [Measurable outcome]
|
|
- [Measurable outcome]
|
|
- [Measurable outcome]
|
|
|
|
## 🚀 Advanced Capabilities
|
|
|
|
### [Advanced Area]
|
|
- [Capability]
|
|
- [Capability]
|
|
|
|
## 🔄 Learning & Memory
|
|
|
|
Remember and build expertise in:
|
|
- **[Memory category]** — [what to retain]
|
|
- **[Memory category]** — [what to retain]
|
|
|
|
### Pattern Recognition
|
|
- [Pattern this agent learns to identify]
|
|
- [Pattern this agent learns to identify]
|