@chanaka_nakandala/integration-personas 1.0.0 → 1.0.2
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.
- package/README.md +72 -82
- package/ba-agent.yaml +3 -3
- package/developer-agent.yaml +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
@@ -1,114 +1,104 @@
|
|
1
|
-
# Grubtech
|
1
|
+
# Grubtech Integration Personas
|
2
2
|
|
3
|
-
|
3
|
+
## What This Is
|
4
4
|
|
5
|
-
This package contains
|
6
|
-
|
7
|
-
## What's Included
|
8
|
-
|
9
|
-
### 1. Developer Agent (`developer-agent.yaml`)
|
10
|
-
**Technical, code-first responses**
|
11
|
-
|
12
|
-
- Generates production-ready code in TypeScript, Python, Java, or cURL
|
13
|
-
- Provides API specifications and technical details
|
14
|
-
- Helps debug API errors with specific solutions
|
15
|
-
- Follows language best practices, SOLID principles, and design patterns
|
16
|
-
|
17
|
-
**When to use:** You're ready to write integration code
|
18
|
-
|
19
|
-
### 2. BA Agent (`ba-agent.yaml`)
|
20
|
-
**Planning, requirements, documentation**
|
21
|
-
|
22
|
-
- Conducts comprehensive requirement elicitation
|
23
|
-
- Asks discovery questions (integration type, tech stack, hosting, team)
|
24
|
-
- Generates complete project requirement documents with Mermaid diagrams
|
25
|
-
- Provides process guidance and go-live checklists
|
26
|
-
|
27
|
-
**When to use:** You're starting a new integration project
|
28
|
-
|
29
|
-
## Installation
|
30
|
-
|
31
|
-
**You don't need to install this package directly!**
|
32
|
-
|
33
|
-
This package is automatically installed when you run:
|
5
|
+
This package contains personality settings for the AI assistant in Claude Code. These settings make Claude behave differently depending on what you're trying to do - planning a project or writing code.
|
34
6
|
|
7
|
+
**Note:** You don't install this directly. Use the main installer instead:
|
35
8
|
```bash
|
36
9
|
npx @chanaka_nakandala/integration-agent init
|
37
10
|
```
|
38
11
|
|
39
|
-
|
40
|
-
1. Download these YAML files
|
41
|
-
2. Copy them to `~/.claude/agents/`
|
42
|
-
3. Make them available in Claude Code's persona menu
|
12
|
+
## What This Does
|
43
13
|
|
44
|
-
|
14
|
+
Provides two different AI personalities for Claude Code:
|
45
15
|
|
46
|
-
|
16
|
+
**Developer Agent**
|
17
|
+
- Writes code for you
|
18
|
+
- Answers technical questions
|
19
|
+
- Helps fix errors
|
20
|
+
- Gives you working examples
|
47
21
|
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
22
|
+
**Business Analyst Agent**
|
23
|
+
- Helps plan your project
|
24
|
+
- Asks questions to understand your needs
|
25
|
+
- Creates requirement documents
|
26
|
+
- Makes diagrams showing how things work
|
52
27
|
|
53
|
-
|
54
|
-
```bash
|
55
|
-
# Linux/macOS
|
56
|
-
cp node_modules/@chanaka_nakandala/agent-personas/*.yaml ~/.claude/agents/
|
57
|
-
|
58
|
-
# Windows
|
59
|
-
copy node_modules\@chanaka_nakandala\agent-personas\*.yaml %USERPROFILE%\.claude\agents\
|
60
|
-
```
|
28
|
+
## What Features This Supports
|
61
29
|
|
62
|
-
|
30
|
+
**Developer Agent Features:**
|
31
|
+
- Generates code in TypeScript, Python, Java, or cURL
|
32
|
+
- Creates authentication examples
|
33
|
+
- Builds menu sync code
|
34
|
+
- Makes order receiving webhooks
|
35
|
+
- Writes status update code
|
36
|
+
- Handles item availability
|
63
37
|
|
64
|
-
|
38
|
+
**Business Analyst Agent Features:**
|
39
|
+
- Asks about your restaurant system
|
40
|
+
- Finds out what you need to build
|
41
|
+
- Creates project plans
|
42
|
+
- Makes architecture diagrams
|
43
|
+
- Writes requirement documents
|
44
|
+
- Provides go-live checklists
|
65
45
|
|
66
|
-
##
|
46
|
+
## How to Use
|
67
47
|
|
68
|
-
After
|
48
|
+
After installing, you'll see two options in Claude Code:
|
69
49
|
|
70
|
-
|
50
|
+
**Step 1: Use BA Agent First (For Planning)**
|
51
|
+
Select "Grubtech Integration BA" and ask:
|
71
52
|
```
|
72
|
-
|
53
|
+
Help me plan my integration with Grubtech
|
73
54
|
```
|
74
55
|
|
75
|
-
The
|
76
|
-
- Ask discovery questions about your system
|
77
|
-
- Create a requirements document
|
78
|
-
- Provide architecture diagrams
|
79
|
-
- Hand off to Developer Agent
|
56
|
+
The AI will ask you questions and create a plan.
|
80
57
|
|
81
|
-
|
58
|
+
**Step 2: Use Developer Agent Next (For Coding)**
|
59
|
+
Select "Grubtech Integration Developer" and ask:
|
82
60
|
```
|
83
|
-
|
61
|
+
Generate code to authenticate with Grubtech
|
84
62
|
```
|
85
63
|
|
86
|
-
The
|
87
|
-
|
88
|
-
|
89
|
-
|
90
|
-
|
64
|
+
The AI will write the code for you.
|
65
|
+
|
66
|
+
## What's Included
|
67
|
+
|
68
|
+
Two configuration files:
|
69
|
+
- `developer-agent.yaml` - Settings for the code-writing personality
|
70
|
+
- `ba-agent.yaml` - Settings for the planning personality
|
71
|
+
|
72
|
+
These files tell Claude how to behave when helping you.
|
73
|
+
|
74
|
+
## How It Works
|
91
75
|
|
92
|
-
|
76
|
+
1. The installer copies these files to your computer
|
77
|
+
2. Claude Code reads them and creates two AI personalities
|
78
|
+
3. You pick which personality to use
|
79
|
+
4. Claude helps you based on that personality
|
93
80
|
|
94
|
-
|
95
|
-
- `ba-agent.yaml` - BA Agent configuration (23.4 kB)
|
81
|
+
## Getting Help
|
96
82
|
|
97
|
-
|
83
|
+
You shouldn't need to interact with this package directly. If the AI personalities aren't showing up:
|
98
84
|
|
99
|
-
|
85
|
+
1. Try reinstalling: `npx @chanaka_nakandala/integration-agent init`
|
86
|
+
2. Restart Claude Code
|
87
|
+
3. Look for the personas menu in Claude Code
|
88
|
+
4. Contact Grubtech support: support@grubtech.com
|
100
89
|
|
101
|
-
|
102
|
-
- **@chanaka_nakandala/mcp-server** - MCP server
|
103
|
-
- **@chanaka_nakandala/agent-personas** - Agent personas (this package)
|
104
|
-
- **@chanaka_nakandala/agent-core** - Shared types
|
90
|
+
## Related Packages
|
105
91
|
|
106
|
-
|
92
|
+
This is part of the Grubtech Integration Agent system:
|
93
|
+
- `@chanaka_nakandala/integration-agent` - Main installer (use this!)
|
94
|
+
- `@chanaka_nakandala/integration-mcp-server` - Background engine
|
95
|
+
- `@chanaka_nakandala/integration-personas` - This package
|
96
|
+
- `@chanaka_nakandala/integration-core` - Shared code
|
107
97
|
|
108
|
-
|
109
|
-
-
|
110
|
-
-
|
98
|
+
**Learn more:**
|
99
|
+
- Grubtech Website: https://www.grubtech.com
|
100
|
+
- API Documentation: https://docs.grubtech.io
|
111
101
|
|
112
|
-
|
102
|
+
---
|
113
103
|
|
114
|
-
|
104
|
+
© 2025 Grubtech. All rights reserved.
|
package/ba-agent.yaml
CHANGED
@@ -525,13 +525,13 @@ context: |
|
|
525
525
|
# Escalation Criteria
|
526
526
|
|
527
527
|
**Technical Implementation Questions:**
|
528
|
-
→ Switch to Developer Agent or contact support@grubtech.
|
528
|
+
→ Switch to Developer Agent or contact support@grubtech.com
|
529
529
|
|
530
530
|
**Account-Specific Issues:**
|
531
|
-
→ Contact Partnership Manager or support@grubtech.
|
531
|
+
→ Contact Partnership Manager or support@grubtech.com
|
532
532
|
|
533
533
|
**API Bugs or Outages:**
|
534
|
-
→ Report to support@grubtech.
|
534
|
+
→ Report to support@grubtech.com with details
|
535
535
|
|
536
536
|
**Business/Contract Questions:**
|
537
537
|
→ Contact Partnership Manager
|
package/developer-agent.yaml
CHANGED
@@ -566,7 +566,7 @@ guidelines: |
|
|
566
566
|
- **Process/planning questions** → Suggest BA Agent
|
567
567
|
- **Full implementation without requirements** → BLOCK and redirect to BA Agent
|
568
568
|
- **Account-specific issues** → Direct to Partnership Manager
|
569
|
-
- **API bugs/outages** → Report to support@grubtech.
|
569
|
+
- **API bugs/outages** → Report to support@grubtech.com
|
570
570
|
|
571
571
|
example_prompts:
|
572
572
|
- "I have the requirements document at docs/integration-requirements-acme-20251010.md. Let's start implementation."
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@chanaka_nakandala/integration-personas",
|
3
|
-
"version": "1.0.
|
3
|
+
"version": "1.0.2",
|
4
4
|
"description": "YAML configuration files for Claude Code agent personas (Developer Agent and BA Agent) that customize AI behavior for Grubtech integrations.",
|
5
5
|
"type": "module",
|
6
6
|
"files": [
|
@@ -30,7 +30,7 @@
|
|
30
30
|
"integration",
|
31
31
|
"api-integration"
|
32
32
|
],
|
33
|
-
"author": "Grubtech <support@grubtech.
|
33
|
+
"author": "Grubtech <support@grubtech.com>",
|
34
34
|
"license": "MIT",
|
35
35
|
"devDependencies": {
|
36
36
|
"typescript": "^5.9.3"
|