31 lines
714 B
Markdown
31 lines
714 B
Markdown
# GTM Suite - Agents
|
|
|
|
Add your GTM specialist agents here.
|
|
|
|
## Suggested Agents
|
|
|
|
- **gtm-specialist.md** - Expert in GTM architecture and best practices
|
|
- **gtm-debugger.md** - Troubleshooting and debugging specialist
|
|
- **gtm-implementation.md** - Implementation and migration expert
|
|
|
|
## Agent Format
|
|
|
|
```markdown
|
|
---
|
|
description: Brief description of agent expertise
|
|
capabilities: ["capability1", "capability2", "capability3"]
|
|
---
|
|
|
|
# Agent Name
|
|
|
|
Detailed description of the agent's role, expertise, and when Claude should invoke it.
|
|
|
|
## Capabilities
|
|
- Specific task the agent excels at
|
|
- Another specialized capability
|
|
- When to use this agent
|
|
|
|
## Examples
|
|
Provide examples of when this agent should be used.
|
|
```
|