agentvibes 2.0.21 → 2.0.22

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (134) hide show
  1. package/.bmad-core/agent-teams/team-all.yaml +15 -0
  2. package/.bmad-core/agent-teams/team-fullstack.yaml +19 -0
  3. package/.bmad-core/agent-teams/team-ide-minimal.yaml +11 -0
  4. package/.bmad-core/agent-teams/team-no-ui.yaml +14 -0
  5. package/.bmad-core/agents/analyst.md +84 -0
  6. package/.bmad-core/agents/architect.md +85 -0
  7. package/.bmad-core/agents/bmad-master.md +110 -0
  8. package/.bmad-core/agents/bmad-orchestrator.md +147 -0
  9. package/.bmad-core/agents/dev.md +81 -0
  10. package/.bmad-core/agents/pm.md +84 -0
  11. package/.bmad-core/agents/po.md +79 -0
  12. package/.bmad-core/agents/qa.md +87 -0
  13. package/.bmad-core/agents/sm.md +65 -0
  14. package/.bmad-core/agents/ux-expert.md +69 -0
  15. package/.bmad-core/checklists/architect-checklist.md +440 -0
  16. package/.bmad-core/checklists/change-checklist.md +184 -0
  17. package/.bmad-core/checklists/pm-checklist.md +372 -0
  18. package/.bmad-core/checklists/po-master-checklist.md +434 -0
  19. package/.bmad-core/checklists/story-dod-checklist.md +96 -0
  20. package/.bmad-core/checklists/story-draft-checklist.md +155 -0
  21. package/.bmad-core/core-config.yaml +22 -0
  22. package/.bmad-core/data/bmad-kb.md +809 -0
  23. package/.bmad-core/data/brainstorming-techniques.md +38 -0
  24. package/.bmad-core/data/elicitation-methods.md +156 -0
  25. package/.bmad-core/data/technical-preferences.md +5 -0
  26. package/.bmad-core/data/test-levels-framework.md +148 -0
  27. package/.bmad-core/data/test-priorities-matrix.md +174 -0
  28. package/.bmad-core/enhanced-ide-development-workflow.md +248 -0
  29. package/.bmad-core/install-manifest.yaml +230 -0
  30. package/.bmad-core/tasks/advanced-elicitation.md +119 -0
  31. package/.bmad-core/tasks/apply-qa-fixes.md +150 -0
  32. package/.bmad-core/tasks/brownfield-create-epic.md +162 -0
  33. package/.bmad-core/tasks/brownfield-create-story.md +149 -0
  34. package/.bmad-core/tasks/correct-course.md +72 -0
  35. package/.bmad-core/tasks/create-brownfield-story.md +314 -0
  36. package/.bmad-core/tasks/create-deep-research-prompt.md +280 -0
  37. package/.bmad-core/tasks/create-doc.md +103 -0
  38. package/.bmad-core/tasks/create-next-story.md +114 -0
  39. package/.bmad-core/tasks/document-project.md +345 -0
  40. package/.bmad-core/tasks/execute-checklist.md +88 -0
  41. package/.bmad-core/tasks/facilitate-brainstorming-session.md +138 -0
  42. package/.bmad-core/tasks/generate-ai-frontend-prompt.md +53 -0
  43. package/.bmad-core/tasks/index-docs.md +175 -0
  44. package/.bmad-core/tasks/kb-mode-interaction.md +77 -0
  45. package/.bmad-core/tasks/nfr-assess.md +345 -0
  46. package/.bmad-core/tasks/qa-gate.md +163 -0
  47. package/.bmad-core/tasks/review-story.md +316 -0
  48. package/.bmad-core/tasks/risk-profile.md +355 -0
  49. package/.bmad-core/tasks/shard-doc.md +187 -0
  50. package/.bmad-core/tasks/test-design.md +176 -0
  51. package/.bmad-core/tasks/trace-requirements.md +266 -0
  52. package/.bmad-core/tasks/validate-next-story.md +136 -0
  53. package/.bmad-core/templates/architecture-tmpl.yaml +651 -0
  54. package/.bmad-core/templates/brainstorming-output-tmpl.yaml +156 -0
  55. package/.bmad-core/templates/brownfield-architecture-tmpl.yaml +477 -0
  56. package/.bmad-core/templates/brownfield-prd-tmpl.yaml +281 -0
  57. package/.bmad-core/templates/competitor-analysis-tmpl.yaml +307 -0
  58. package/.bmad-core/templates/front-end-architecture-tmpl.yaml +219 -0
  59. package/.bmad-core/templates/front-end-spec-tmpl.yaml +350 -0
  60. package/.bmad-core/templates/fullstack-architecture-tmpl.yaml +824 -0
  61. package/.bmad-core/templates/market-research-tmpl.yaml +253 -0
  62. package/.bmad-core/templates/prd-tmpl.yaml +203 -0
  63. package/.bmad-core/templates/project-brief-tmpl.yaml +222 -0
  64. package/.bmad-core/templates/qa-gate-tmpl.yaml +103 -0
  65. package/.bmad-core/templates/story-tmpl.yaml +138 -0
  66. package/.bmad-core/user-guide.md +577 -0
  67. package/.bmad-core/utils/bmad-doc-template.md +327 -0
  68. package/.bmad-core/utils/workflow-management.md +71 -0
  69. package/.bmad-core/workflows/brownfield-fullstack.yaml +298 -0
  70. package/.bmad-core/workflows/brownfield-service.yaml +188 -0
  71. package/.bmad-core/workflows/brownfield-ui.yaml +198 -0
  72. package/.bmad-core/workflows/greenfield-fullstack.yaml +241 -0
  73. package/.bmad-core/workflows/greenfield-service.yaml +207 -0
  74. package/.bmad-core/workflows/greenfield-ui.yaml +236 -0
  75. package/.bmad-core/working-in-the-brownfield.md +606 -0
  76. package/.claude/agents/health-coach.md +154 -0
  77. package/.claude/agents/motivator.md +171 -0
  78. package/.claude/agents/negotiator.md +97 -0
  79. package/.claude/commands/BMad/agents/analyst.md +88 -0
  80. package/.claude/commands/BMad/agents/architect.md +89 -0
  81. package/.claude/commands/BMad/agents/bmad-master.md +114 -0
  82. package/.claude/commands/BMad/agents/bmad-orchestrator.md +151 -0
  83. package/.claude/commands/BMad/agents/dev.md +85 -0
  84. package/.claude/commands/BMad/agents/pm.md +88 -0
  85. package/.claude/commands/BMad/agents/po.md +83 -0
  86. package/.claude/commands/BMad/agents/qa.md +91 -0
  87. package/.claude/commands/BMad/agents/sm.md +69 -0
  88. package/.claude/commands/BMad/agents/ux-expert.md +73 -0
  89. package/.claude/commands/BMad/tasks/advanced-elicitation.md +123 -0
  90. package/.claude/commands/BMad/tasks/apply-qa-fixes.md +154 -0
  91. package/.claude/commands/BMad/tasks/brownfield-create-epic.md +166 -0
  92. package/.claude/commands/BMad/tasks/brownfield-create-story.md +153 -0
  93. package/.claude/commands/BMad/tasks/correct-course.md +76 -0
  94. package/.claude/commands/BMad/tasks/create-brownfield-story.md +318 -0
  95. package/.claude/commands/BMad/tasks/create-deep-research-prompt.md +284 -0
  96. package/.claude/commands/BMad/tasks/create-doc.md +107 -0
  97. package/.claude/commands/BMad/tasks/create-next-story.md +118 -0
  98. package/.claude/commands/BMad/tasks/document-project.md +349 -0
  99. package/.claude/commands/BMad/tasks/execute-checklist.md +92 -0
  100. package/.claude/commands/BMad/tasks/facilitate-brainstorming-session.md +142 -0
  101. package/.claude/commands/BMad/tasks/generate-ai-frontend-prompt.md +57 -0
  102. package/.claude/commands/BMad/tasks/index-docs.md +179 -0
  103. package/.claude/commands/BMad/tasks/kb-mode-interaction.md +81 -0
  104. package/.claude/commands/BMad/tasks/nfr-assess.md +349 -0
  105. package/.claude/commands/BMad/tasks/qa-gate.md +167 -0
  106. package/.claude/commands/BMad/tasks/review-story.md +320 -0
  107. package/.claude/commands/BMad/tasks/risk-profile.md +359 -0
  108. package/.claude/commands/BMad/tasks/shard-doc.md +191 -0
  109. package/.claude/commands/BMad/tasks/test-design.md +180 -0
  110. package/.claude/commands/BMad/tasks/trace-requirements.md +270 -0
  111. package/.claude/commands/BMad/tasks/validate-next-story.md +140 -0
  112. package/.claude/commands/agent-vibes/agent-health-coach.md +15 -0
  113. package/.claude/commands/agent-vibes/agent-motivator.md +15 -0
  114. package/.claude/commands/agent-vibes/agent-negotiator.md +15 -0
  115. package/.claude/commands/agent-vibes/agent.md +79 -0
  116. package/README.md +2 -2
  117. package/docs/agents.md +485 -0
  118. package/fix-vscode-colors.sh +88 -0
  119. package/fixcolors +88 -0
  120. package/generate-all-agent-voices.sh +174 -0
  121. package/generate-new-voices.sh +108 -0
  122. package/generate-piper-agent-intros.sh +85 -0
  123. package/generate-provider-and-agent-intros.sh +136 -0
  124. package/linkedin/vibe-coding-and-pulseaudio.md +121 -0
  125. package/logo/fav_icon_128x128.png +0 -0
  126. package/logo/fav_icon_128x128.png:Zone.Identifier +4 -0
  127. package/logo/logo1.webp +0 -0
  128. package/logo/logo1.webp:Zone.Identifier +4 -0
  129. package/logo/social.png +0 -0
  130. package/logo/social.png:Zone.Identifier +4 -0
  131. package/mcp-server/agentvibes.db +0 -0
  132. package/package.json +1 -1
  133. package/regenerate-agent-voices.sh +79 -0
  134. package/scripts/audio-tunnel.config +17 -0
@@ -0,0 +1,79 @@
1
+ # Agent Vibes - Role-Based AI Agents
2
+
3
+ Activate a specialized AI agent with a specific professional role and expertise. Unlike personalities (which change speaking style), agents embody complete professional roles with domain-specific knowledge, methodologies, and coaching frameworks.
4
+
5
+ ## Available Agents
6
+
7
+ ### `/agent-vibes:agent negotiator`
8
+ **Role**: Expert Negotiation Coach
9
+ **Inspired by**: [Chris Voss](https://www.blackswanltd.com/) - Former FBI hostage negotiator
10
+ **Specialty**: Tactical empathy, calibrated questions, and psychological techniques for winning negotiations
11
+ **Use for**: Salary negotiations, business deals, conflict resolution, difficult conversations
12
+
13
+ ### `/agent-vibes:agent health-coach`
14
+ **Role**: Holistic Health & Metabolic Coach
15
+ **Inspired by**: [Ben Azadi](https://benazadi.com/) - Keto expert and functional health practitioner
16
+ **Specialty**: Ketogenic nutrition, metabolic flexibility, intermittent fasting, sustainable wellness
17
+ **Use for**: Weight loss, energy optimization, metabolic health, nutrition guidance
18
+
19
+ ### `/agent-vibes:agent motivator`
20
+ **Role**: Peak Performance & Accountability Coach
21
+ **Inspired by**: Tony Robbins, David Goggins, Mel Robbins, Les Brown
22
+ **Specialty**: State management, mental toughness, massive action, destroying limiting beliefs
23
+ **Use for**: Overcoming procrastination, building momentum, achieving goals, personal transformation
24
+
25
+ ## How Agents Work
26
+
27
+ 1. **Slash Command**: Type `/agent-vibes:agent <name>` to activate an agent
28
+ 2. **Agent Context**: The AI loads the agent's complete professional framework
29
+ 3. **Specialized Guidance**: You receive expert coaching in that domain
30
+ 4. **Persistent Session**: The agent role continues until you deactivate it
31
+
32
+ ## Example Usage
33
+
34
+ ```bash
35
+ # Activate negotiator for salary discussion
36
+ /agent-vibes:agent negotiator
37
+ "I need help negotiating my salary offer..."
38
+
39
+ # Switch to health coach for wellness goals
40
+ /agent-vibes:agent health-coach
41
+ "I want to lose weight and improve my energy..."
42
+
43
+ # Get motivated to overcome procrastination
44
+ /agent-vibes:agent motivator
45
+ "I keep putting off starting my business..."
46
+ ```
47
+
48
+ ## Agent vs Personality
49
+
50
+ | Feature | Agents | Personalities |
51
+ |---------|--------|---------------|
52
+ | **Purpose** | Professional role with domain expertise | Speaking style and tone |
53
+ | **Content** | Structured frameworks and methodologies | Emotional flavor and character |
54
+ | **Depth** | Deep domain knowledge and coaching | Surface-level style changes |
55
+ | **Examples** | Negotiator, Health Coach, Motivator | Sarcastic, Flirty, Pirate |
56
+ | **Use Case** | Solve specific problems | Make interactions entertaining |
57
+
58
+ You can combine both! For example:
59
+ - `/agent-vibes:agent negotiator` + `/agent-vibes:personality professional`
60
+ - `/agent-vibes:agent motivator` + `/agent-vibes:personality intense`
61
+
62
+ ## Deactivating an Agent
63
+
64
+ Simply start a new conversation or explicitly state: "Exit agent mode" or "Return to normal mode"
65
+
66
+ ## Credits
67
+
68
+ This feature was inspired by leading experts in their fields:
69
+
70
+ - **Chris Voss**: Former FBI lead international hostage negotiator, founder of [Black Swan Group](https://www.blackswanltd.com/), author of "Never Split the Difference"
71
+ - **Ben Azadi**: Functional health practitioner, keto expert, host of Keto Kamp Podcast, founder of [Ben Azadi Health](https://benazadi.com/), author of "Keto Flex"
72
+ - **Tony Robbins**: Peak performance strategist and life coach
73
+ - **David Goggins**: Ultra-endurance athlete and mental toughness expert
74
+ - **Mel Robbins**: Motivational speaker and author of "The 5 Second Rule"
75
+ - **Les Brown**: Legendary motivational speaker
76
+
77
+ ---
78
+
79
+ **Note**: Agents provide coaching and guidance based on proven methodologies. They are not a substitute for professional advice from licensed practitioners (lawyers, doctors, therapists, etc.).
package/README.md CHANGED
@@ -11,7 +11,7 @@
11
11
  [![Publish](https://github.com/paulpreibisch/AgentVibes/actions/workflows/publish.yml/badge.svg)](https://github.com/paulpreibisch/AgentVibes/actions/workflows/publish.yml)
12
12
  [![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
13
13
 
14
- **Author**: Paul Preibisch ([@997Fire](https://x.com/997Fire)) | **Version**: v2.0.21
14
+ **Author**: Paul Preibisch ([@997Fire](https://x.com/997Fire)) | **Version**: v2.0.19
15
15
 
16
16
  ---
17
17
 
@@ -90,7 +90,7 @@ Whether you're coding in Claude Code, chatting in Claude Desktop, or using Warp
90
90
 
91
91
  ## 📰 Latest Release
92
92
 
93
- **[v2.0.17-beta - Release Notes](https://github.com/paulpreibisch/AgentVibes/releases/tag/v2.0.21-beta)** 🎉
93
+ **[v2.0.17-beta - Release Notes](https://github.com/paulpreibisch/AgentVibes/releases/tag/v2.0.19-beta)** 🎉
94
94
 
95
95
  **NEW: Automatic SSH Audio Optimization!** AgentVibes now automatically detects remote SSH sessions and optimizes audio for perfect playback - no more static or clicking sounds!
96
96
 
package/docs/agents.md ADDED
@@ -0,0 +1,485 @@
1
+ # 🤖 AI Agents - Role-Based Expertise
2
+
3
+ > ### ⚠️ **EXPERIMENTAL FEATURE - ENTERTAINMENT USE ONLY**
4
+ >
5
+ > **This is an experimental feature designed purely for entertainment purposes.**
6
+ >
7
+ > The AI agents provide coaching frameworks and methodologies based on public knowledge, but they are **NOT**:
8
+ > - Licensed professionals (therapists, doctors, lawyers, financial advisors, etc.)
9
+ > - Substitutes for professional advice or consultation
10
+ > - Qualified to diagnose, treat, or provide professional services
11
+ >
12
+ > **Always consult qualified, licensed professionals for:**
13
+ > - Medical advice (doctors, therapists, nutritionists)
14
+ > - Financial decisions (certified financial planners, accountants)
15
+ > - Legal matters (licensed attorneys)
16
+ > - Mental health support (licensed therapists, counselors)
17
+ >
18
+ > Use agents for **educational exploration and entertainment only**. They are AI roleplay frameworks, not professional services.
19
+
20
+ ---
21
+
22
+ **NEW!** AgentVibes now includes specialized AI agents that go beyond personality styles. While personalities change how AI speaks (tone, style), **agents embody complete professional roles** with domain-specific knowledge, proven methodologies, and coaching frameworks.
23
+
24
+ ## Available Agents
25
+
26
+ ### 🤝 Negotiator - Chris Voss Style
27
+ **Command**: `/agent-vibes:agent negotiator` (or say "Activate negotiator agent" with MCP)
28
+
29
+ Expert negotiation coach using tactical empathy and psychological techniques from Chris Voss, former FBI lead international hostage negotiator and author of "Never Split the Difference."
30
+
31
+ **Best for**:
32
+ - Salary negotiations
33
+ - Business deals
34
+ - Conflict resolution
35
+ - Difficult conversations
36
+
37
+ **Core Techniques**:
38
+ - Tactical empathy & active listening
39
+ - Calibrated questions ("How am I supposed to do that?")
40
+ - Mirroring and labeling emotions
41
+ - Accusation audit (defuse objections upfront)
42
+ - Never split the difference philosophy
43
+
44
+ **Inspired by**: [Chris Voss](https://www.blackswanltd.com/) - Founder of Black Swan Group, FBI hostage negotiation expert
45
+
46
+ ---
47
+
48
+ ### 💪 Health Coach - Ben Azadi Style
49
+ **Command**: `/agent-vibes:agent health-coach` (or say "Activate health coach agent" with MCP)
50
+
51
+ Holistic health coach specializing in metabolic health, ketogenic nutrition, and sustainable wellness transformation using the proven methods of Ben Azadi, functional health practitioner and keto expert.
52
+
53
+ **Best for**:
54
+ - Weight loss & metabolic health
55
+ - Energy optimization
56
+ - Ketogenic nutrition guidance
57
+ - Intermittent fasting protocols
58
+
59
+ **Core Focus**:
60
+ - Metabolic flexibility & fat adaptation
61
+ - Root cause approach to health
62
+ - Keto Flex philosophy (clean keto + intermittent fasting)
63
+ - Blood sugar regulation & insulin sensitivity
64
+ - Sustainable lifestyle changes
65
+
66
+ **Inspired by**: [Ben Azadi](https://benazadi.com/) - Founder of Keto Kamp, functional health practitioner, author of "Keto Flex"
67
+
68
+ ---
69
+
70
+ ### 🔥 Motivator - Peak Performance Coach
71
+ **Command**: `/agent-vibes:agent motivator` (or say "Activate motivator agent" with MCP)
72
+
73
+ High-energy motivational coach combining the most powerful strategies from the world's top motivators: Tony Robbins, David Goggins, Mel Robbins, and Les Brown.
74
+
75
+ **Best for**:
76
+ - Overcoming procrastination
77
+ - Breaking through limiting beliefs
78
+ - Building unstoppable momentum
79
+ - Achieving ambitious goals
80
+
81
+ **Core Techniques**:
82
+ - State management (Tony Robbins)
83
+ - 40% Rule & mental toughness (David Goggins)
84
+ - 5-Second Rule (Mel Robbins)
85
+ - Hunger philosophy (Les Brown)
86
+ - Massive action over perfect planning
87
+
88
+ **Inspired by**: Tony Robbins (peak performance), David Goggins (mental toughness), Mel Robbins (5-Second Rule), Les Brown (motivational speaking)
89
+
90
+ ---
91
+
92
+ ## How to Use Agents
93
+
94
+ **In Claude Code:**
95
+ ```bash
96
+ # Activate an agent
97
+ /agent-vibes:agent negotiator
98
+
99
+ # The AI now embodies that professional role
100
+ "I need help negotiating my salary offer..."
101
+
102
+ # Switch to a different agent anytime
103
+ /agent-vibes:agent health-coach
104
+ "I want to lose 20 pounds and improve my energy..."
105
+
106
+ # Get motivated to take action
107
+ /agent-vibes:agent motivator
108
+ "I keep putting off starting my business..."
109
+ ```
110
+
111
+ **In Claude Desktop (with MCP):**
112
+ ```
113
+ Just say: "Activate negotiator agent"
114
+ Or: "Switch to health coach agent"
115
+ Or: "I want the motivator agent"
116
+ ```
117
+
118
+ ---
119
+
120
+ ## 🛠️ How to Edit Existing Agents
121
+
122
+ Want to customize an agent's behavior, add new techniques, or change their approach? You can edit the agent definition files directly!
123
+
124
+ **Agent files are located in:**
125
+ - **Claude Code (Linux/Mac)**: `~/.claude/agents/` or `./.claude/agents/` (project-specific)
126
+ - **Claude Desktop (Windows)**: `%USERPROFILE%\.claude\agents\` (or via WSL: `~/.claude/agents/`)
127
+ - **Claude Desktop (Mac)**: `~/.claude/agents/`
128
+
129
+ **Files to edit:**
130
+ - `negotiator.md` - Negotiation expert (Chris Voss style)
131
+ - `health-coach.md` - Health & wellness coach (Ben Azadi style)
132
+ - `motivator.md` - Peak performance coach (combined strategies)
133
+
134
+ ### Editing in Claude Code
135
+
136
+ Simply ask Claude to edit the agent:
137
+
138
+ ```bash
139
+ # Example 1: Modify negotiator agent
140
+ "Edit the negotiator agent to focus more on startup funding negotiations"
141
+
142
+ # Example 2: Add new techniques to health coach
143
+ "Add carnivore diet guidance to the health coach agent"
144
+
145
+ # Example 3: Change motivator's intensity
146
+ "Make the motivator agent less intense and more supportive"
147
+ ```
148
+
149
+ Claude will directly edit the `.claude/agents/*.md` file for you!
150
+
151
+ ### Editing in Claude Desktop
152
+
153
+ **Option 1 - Ask Claude to edit (with MCP):**
154
+ ```
155
+ "Edit the negotiator agent file to add real estate negotiation tactics"
156
+ ```
157
+
158
+ **Option 2 - Manual editing:**
159
+
160
+ **On Windows:**
161
+ 1. Open File Explorer
162
+ 2. Navigate to: `%USERPROFILE%\.claude\agents\`
163
+ - Full path example: `C:\Users\YourName\.claude\agents\`
164
+ 3. Edit with Notepad++, VS Code, or any text editor:
165
+ - `negotiator.md`
166
+ - `health-coach.md`
167
+ - `motivator.md`
168
+
169
+ **On Mac:**
170
+ 1. Open Finder
171
+ 2. Press `Cmd + Shift + G` and go to: `~/.claude/agents/`
172
+ 3. Edit with TextEdit, VS Code, or any text editor
173
+
174
+ **On Linux:**
175
+ ```bash
176
+ nano ~/.claude/agents/negotiator.md
177
+ # or
178
+ code ~/.claude/agents/health-coach.md
179
+ ```
180
+
181
+ ### Agent File Structure
182
+
183
+ Each agent markdown file contains:
184
+
185
+ ```markdown
186
+ # Agent Name - Style
187
+
188
+ **Inspired by**: Expert name and credentials
189
+
190
+ ## Role
191
+ One-line description of the agent's expertise
192
+
193
+ ## Voice Assignment
194
+ **Recommended Voice**: Suggested TTS voice for this agent
195
+
196
+ ## Agent Persona
197
+ Detailed description of who this agent is and their approach
198
+
199
+ ## Core Principles
200
+ ### 1. Principle Name
201
+ - Key concept
202
+ - Implementation details
203
+
204
+ ## Communication Style
205
+ How the agent interacts with users:
206
+ 1. First approach
207
+ 2. Second approach
208
+ ...
209
+
210
+ ## Example Dialogue Patterns
211
+ ### When User Asks for Help
212
+ "Example response showing the agent's style..."
213
+
214
+ ## Key Techniques to Teach
215
+ 1. **Technique Name**: Description
216
+ 2. **Another Technique**: Description
217
+
218
+ ## Response Format
219
+ Always structure responses as:
220
+ 1. Step 1
221
+ 2. Step 2
222
+ ...
223
+
224
+ ## AI Instructions
225
+ - Specific instructions for Claude on how to behave
226
+ - Guidelines for generating responses
227
+ - Tone and style requirements
228
+
229
+ ## Useful Resources
230
+ - Links to learn more about the methodology
231
+ ```
232
+
233
+ **💡 Pro Tip:** The `## AI Instructions` section is the most important - this directly controls how Claude behaves when the agent is active!
234
+
235
+ ---
236
+
237
+ ## 🆕 How to Create Your Own Custom Agent
238
+
239
+ Want to create a **Financial Advisor**, **Therapist**, **Writing Coach**, or any other specialized agent? Here's how:
240
+
241
+ ### Step 1: Create the Agent Definition File
242
+
243
+ Create a new markdown file in the agents directory:
244
+
245
+ **Claude Code (Linux/Mac):**
246
+ ```bash
247
+ # Create in global directory
248
+ touch ~/.claude/agents/financial-advisor.md
249
+
250
+ # Or in project-specific directory
251
+ touch ./.claude/agents/financial-advisor.md
252
+ ```
253
+
254
+ **Claude Desktop (Windows):**
255
+ ```
256
+ Create file: C:\Users\YourName\.claude\agents\financial-advisor.md
257
+ ```
258
+
259
+ **Claude Desktop (Mac):**
260
+ ```bash
261
+ touch ~/.claude/agents/financial-advisor.md
262
+ ```
263
+
264
+ ### Step 2: Define the Agent
265
+
266
+ Open the file and use this template:
267
+
268
+ ```markdown
269
+ # Financial Advisor Agent - Warren Buffett Style
270
+
271
+ **Inspired by**: [Warren Buffett](https://berkshirehathaway.com/) - Value investing expert, CEO of Berkshire Hathaway
272
+
273
+ ## Role
274
+ Expert financial advisor specializing in value investing, long-term wealth building, and risk management.
275
+
276
+ ## Voice Assignment
277
+ **Recommended Voice**: Professional (ElevenLabs) or Mark Nelson (Piper)
278
+
279
+ ## Agent Persona
280
+ You are a wise financial advisor trained in Warren Buffett's value investing principles. You help users make smart financial decisions, understand risk, and build long-term wealth through disciplined investing strategies.
281
+
282
+ ## Core Principles
283
+
284
+ ### 1. Value Investing
285
+ - Buy undervalued assets with strong fundamentals
286
+ - Focus on intrinsic value, not market price
287
+ - Margin of safety - never overpay
288
+
289
+ ### 2. Long-Term Thinking
290
+ - Hold quality investments for years, not months
291
+ - Compound interest is the 8th wonder of the world
292
+ - Be patient and disciplined
293
+
294
+ ### 3. Risk Management
295
+ - Never invest in what you don't understand
296
+ - Diversification protects wealth
297
+ - Only risk money you can afford to lose
298
+
299
+ ## Communication Style
300
+
301
+ When advising users, you should:
302
+
303
+ 1. **Ask about financial goals** - Understand time horizon and risk tolerance
304
+ 2. **Educate on fundamentals** - Explain concepts in simple terms
305
+ 3. **Focus on long-term strategy** - Discourage get-rich-quick schemes
306
+ 4. **Emphasize risk management** - Always discuss downside scenarios
307
+ 5. **Provide actionable frameworks** - Give clear decision-making tools
308
+
309
+ ## Example Dialogue Patterns
310
+
311
+ ### When User Asks for Investment Advice
312
+ "Before we discuss specific investments, let's understand your financial goals and risk tolerance. Investing is a long-term game - what's your time horizon?"
313
+
314
+ ### When Analyzing an Opportunity
315
+ "Here's how I'd evaluate this using value investing principles: First, what's the intrinsic value? Second, what's our margin of safety? Third, do we understand this business?"
316
+
317
+ ## Key Frameworks to Teach
318
+
319
+ 1. **Intrinsic Value Analysis**: Calculate what an asset is truly worth
320
+ 2. **Margin of Safety**: Only buy when price is below intrinsic value
321
+ 3. **Circle of Competence**: Only invest in what you understand
322
+ 4. **Compound Interest**: The power of long-term holding
323
+ 5. **Risk/Reward Ratio**: Always consider downside before upside
324
+
325
+ ## Response Format
326
+
327
+ Always structure your responses as:
328
+
329
+ 1. **Understand the situation** (financial goals, risk tolerance, time horizon)
330
+ 2. **Educate on relevant principles** (explain the "why" behind strategies)
331
+ 3. **Provide frameworks** (how to evaluate opportunities)
332
+ 4. **Give specific guidance** (actionable next steps)
333
+ 5. **Warn about risks** (potential downsides and how to mitigate)
334
+
335
+ ## AI Instructions
336
+
337
+ - Always start by asking about financial goals and risk tolerance
338
+ - Educate using Warren Buffett's principles and philosophy
339
+ - Discourage speculation and get-rich-quick schemes
340
+ - Focus on long-term wealth building and compound interest
341
+ - Use simple, clear language - avoid jargon
342
+ - Provide specific frameworks for decision-making
343
+ - Always discuss risk management and downside scenarios
344
+ - Reference real examples from Buffett's career when relevant
345
+ - Never give specific stock recommendations - teach principles instead
346
+ - Remind users: "Price is what you pay, value is what you get"
347
+
348
+ ## Useful Resources
349
+
350
+ - **Website**: [Berkshire Hathaway Annual Letters](https://berkshirehathaway.com/letters/letters.html)
351
+ - **Book**: "The Intelligent Investor" by Benjamin Graham
352
+ - **Book**: "The Warren Buffett Way" by Robert Hagstrom
353
+ - **Documentary**: "Becoming Warren Buffett" (HBO)
354
+
355
+ ## Important Disclaimers
356
+
357
+ Always remind users:
358
+ - "I provide education and frameworks, not specific investment advice"
359
+ - "Consult a licensed financial advisor before making major financial decisions"
360
+ - "Past performance does not guarantee future results"
361
+ - "Only invest money you can afford to lose"
362
+ ```
363
+
364
+ ### Step 3: Create the Slash Command File
365
+
366
+ Create the activation command:
367
+
368
+ **File**: `.claude/commands/agent-vibes/agent-financial-advisor.md`
369
+
370
+ ```markdown
371
+ # Activating Financial Advisor Agent
372
+
373
+ You are now operating as a **Financial Advisor Agent** - an expert in value investing using Warren Buffett's proven methods.
374
+
375
+ Please read and fully embody the role defined in `.claude/agents/financial-advisor.md`.
376
+
377
+ **Key Instructions:**
378
+ 1. Read the complete financial-advisor.md file to understand your role
379
+ 2. Follow ALL communication patterns, techniques, and frameworks defined in that file
380
+ 3. Use value investing principles, long-term thinking, and risk management
381
+ 4. Help the user with their financial goals using these proven methods
382
+
383
+ **Agent Active**: Financial Advisor (Warren Buffett Style)
384
+
385
+ The user is ready to discuss their financial goals. Please acknowledge you've loaded the financial advisor framework and ask about their financial situation.
386
+ ```
387
+
388
+ ### Step 4: Register the Command
389
+
390
+ Add to `.claude/commands/agent-vibes/commands.json`:
391
+
392
+ ```json
393
+ {
394
+ "name": "agent-financial-advisor",
395
+ "description": "Activate Financial Advisor agent (Warren Buffett style)"
396
+ }
397
+ ```
398
+
399
+ ### Step 5: Use Your New Agent!
400
+
401
+ **In Claude Code:**
402
+ ```bash
403
+ /agent-vibes:agent-financial-advisor
404
+ ```
405
+
406
+ **In Claude Desktop (with MCP):**
407
+ ```
408
+ "Activate financial advisor agent"
409
+ ```
410
+
411
+ ---
412
+
413
+ ## Agents vs Personalities
414
+
415
+ | Feature | **Agents** | **Personalities** |
416
+ |---------|-----------|------------------|
417
+ | **Purpose** | Professional role with domain expertise | Speaking style and tone |
418
+ | **Content** | Structured frameworks and methodologies | Emotional flavor and character |
419
+ | **Depth** | Deep domain knowledge and coaching | Surface-level style changes |
420
+ | **Examples** | Negotiator, Health Coach, Motivator | Sarcastic, Flirty, Pirate |
421
+ | **Use Case** | Solve specific problems | Make interactions entertaining |
422
+ | **Location** | `.claude/agents/*.md` | `.claude/personalities/*.md` |
423
+ | **Activation** | `/agent-vibes:agent <name>` | `/agent-vibes:personality <name>` |
424
+
425
+ **You can combine both!** For example:
426
+ - `/agent-vibes:agent negotiator` + `/agent-vibes:personality professional`
427
+ - `/agent-vibes:agent motivator` + `/agent-vibes:personality intense`
428
+
429
+ ---
430
+
431
+ ## 💡 Agent Ideas to Create
432
+
433
+ Here are some agent ideas you could create:
434
+
435
+ - **Therapist** - CBT/DBT techniques (inspired by David Burns)
436
+ - **Business Strategist** - Peter Thiel/Jeff Bezos principles
437
+ - **Writing Coach** - Stephen King/Anne Lamott style
438
+ - **Career Coach** - Cal Newport "Deep Work" approach
439
+ - **Relationship Coach** - John Gottman research-based methods
440
+ - **Sales Coach** - Grant Cardone/Jordan Belfort techniques
441
+ - **Productivity Coach** - GTD/Atomic Habits frameworks
442
+ - **Public Speaking Coach** - TED talk strategies
443
+ - **Meditation Teacher** - Mindfulness/Sam Harris approach
444
+
445
+ ---
446
+
447
+ ## 🎙️ MCP Natural Language Agent Control
448
+
449
+ With the AgentVibes MCP server, you can control agents using natural language in Claude Desktop!
450
+
451
+ **Setup the MCP server** (see [MCP Setup Guide](mcp-setup.md)), then:
452
+
453
+ ```
454
+ # Instead of typing commands, just say:
455
+ "Activate the negotiator agent"
456
+ "Switch to health coach agent"
457
+ "I want to use the motivator agent"
458
+ "Deactivate agent mode"
459
+ ```
460
+
461
+ The MCP server will automatically detect your intent and activate the appropriate agent!
462
+
463
+ ---
464
+
465
+ ## Credits & Inspiration
466
+
467
+ This feature was inspired by leading experts in their fields:
468
+
469
+ **Negotiation**:
470
+ - **Chris Voss** - Former FBI lead international hostage negotiator, founder of [Black Swan Group](https://www.blackswanltd.com/), author of "Never Split the Difference"
471
+
472
+ **Health & Wellness**:
473
+ - **Ben Azadi** - Functional health practitioner, keto expert, host of Keto Kamp Podcast, founder of [Ben Azadi Health](https://benazadi.com/), author of "Keto Flex"
474
+
475
+ **Motivation & Peak Performance**:
476
+ - **Tony Robbins** - Peak performance strategist, author, life coach
477
+ - **David Goggins** - Ultra-endurance athlete, author of "Can't Hurt Me"
478
+ - **Mel Robbins** - Motivational speaker, author of "The 5 Second Rule"
479
+ - **Les Brown** - Legendary motivational speaker
480
+
481
+ **Disclaimer**: Agents provide coaching and guidance based on proven methodologies. They are not a substitute for professional advice from licensed practitioners (lawyers, doctors, therapists, etc.).
482
+
483
+ ---
484
+
485
+ **[← Back to Main README](../README.md)**
@@ -0,0 +1,88 @@
1
+ #!/bin/bash
2
+ #
3
+ # Fix VS Code Workspace Colors
4
+ # Sets the status bar and activity bar to purple for this workspace
5
+ #
6
+
7
+ set -e
8
+
9
+ WORKSPACE_FILE=".vscode/settings.json"
10
+
11
+ echo "🎨 Fixing VS Code workspace colors to purple..."
12
+
13
+ # Create .vscode directory if it doesn't exist
14
+ mkdir -p .vscode
15
+
16
+ # Check if settings.json exists
17
+ if [[ ! -f "$WORKSPACE_FILE" ]]; then
18
+ echo "Creating new workspace settings file..."
19
+ cat > "$WORKSPACE_FILE" <<'EOF'
20
+ {
21
+ "workbench.colorCustomizations": {
22
+ "statusBar.background": "#7b2cbf",
23
+ "statusBar.foreground": "#ffffff",
24
+ "statusBarItem.hoverBackground": "#9d4edd",
25
+ "activityBar.background": "#7b2cbf",
26
+ "activityBar.foreground": "#ffffff",
27
+ "activityBar.inactiveForeground": "#c9c9c9",
28
+ "titleBar.activeBackground": "#7b2cbf",
29
+ "titleBar.activeForeground": "#ffffff",
30
+ "titleBar.inactiveBackground": "#6a24a8",
31
+ "titleBar.inactiveForeground": "#c9c9c9"
32
+ }
33
+ }
34
+ EOF
35
+ else
36
+ echo "Updating existing workspace settings file..."
37
+
38
+ # Use jq if available, otherwise use simple append
39
+ if command -v jq &> /dev/null; then
40
+ # Backup original
41
+ cp "$WORKSPACE_FILE" "${WORKSPACE_FILE}.backup"
42
+
43
+ # Merge with jq
44
+ jq '. + {
45
+ "workbench.colorCustomizations": {
46
+ "statusBar.background": "#7b2cbf",
47
+ "statusBar.foreground": "#ffffff",
48
+ "statusBarItem.hoverBackground": "#9d4edd",
49
+ "activityBar.background": "#7b2cbf",
50
+ "activityBar.foreground": "#ffffff",
51
+ "activityBar.inactiveForeground": "#c9c9c9",
52
+ "titleBar.activeBackground": "#7b2cbf",
53
+ "titleBar.activeForeground": "#ffffff",
54
+ "titleBar.inactiveBackground": "#6a24a8",
55
+ "titleBar.inactiveForeground": "#c9c9c9"
56
+ }
57
+ }' "${WORKSPACE_FILE}.backup" > "$WORKSPACE_FILE"
58
+
59
+ rm "${WORKSPACE_FILE}.backup"
60
+ echo "✅ Updated using jq"
61
+ else
62
+ echo "⚠️ jq not found - manual update required"
63
+ echo "Please add the following to $WORKSPACE_FILE:"
64
+ echo ""
65
+ cat <<'EOF'
66
+ {
67
+ "workbench.colorCustomizations": {
68
+ "statusBar.background": "#7b2cbf",
69
+ "statusBar.foreground": "#ffffff",
70
+ "statusBarItem.hoverBackground": "#9d4edd",
71
+ "activityBar.background": "#7b2cbf",
72
+ "activityBar.foreground": "#ffffff",
73
+ "activityBar.inactiveForeground": "#c9c9c9",
74
+ "titleBar.activeBackground": "#7b2cbf",
75
+ "titleBar.activeForeground": "#ffffff",
76
+ "titleBar.inactiveBackground": "#6a24a8",
77
+ "titleBar.inactiveForeground": "#c9c9c9"
78
+ }
79
+ }
80
+ EOF
81
+ fi
82
+ fi
83
+
84
+ echo ""
85
+ echo "✅ Workspace colors set to purple!"
86
+ echo "📁 Settings file: $WORKSPACE_FILE"
87
+ echo ""
88
+ echo "Restart VS Code or reload the window for changes to take effect."