Package Exports
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@chanaka_nakandala/integration-personas) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Grubtech Integration Personas
What This Is
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.
Note: You don't install this directly. Use the main installer instead:
npx @chanaka_nakandala/integration-agent initWhat This Does
Provides two different AI personalities for Claude Code:
Developer Agent
- Writes code for you
- Answers technical questions
- Helps fix errors
- Gives you working examples
Business Analyst Agent
- Helps plan your project
- Asks questions to understand your needs
- Creates requirement documents
- Makes diagrams showing how things work
What Features This Supports
Developer Agent Features:
- Generates code in TypeScript, Python, Java, or cURL
- Creates authentication examples
- Builds menu sync code
- Makes order receiving webhooks
- Writes status update code
- Handles item availability
Business Analyst Agent Features:
- Asks about your restaurant system
- Finds out what you need to build
- Creates project plans
- Makes architecture diagrams
- Writes requirement documents
- Provides go-live checklists
How to Use
After installing, you'll see two options in Claude Code:
Step 1: Use BA Agent First (For Planning) Select "Grubtech Integration BA" and ask:
Help me plan my integration with GrubtechThe AI will ask you questions and create a plan.
Step 2: Use Developer Agent Next (For Coding) Select "Grubtech Integration Developer" and ask:
Generate code to authenticate with GrubtechThe AI will write the code for you.
What's Included
Two configuration files:
developer-agent.yaml- Settings for the code-writing personalityba-agent.yaml- Settings for the planning personality
These files tell Claude how to behave when helping you.
How It Works
- The installer copies these files to your computer
- Claude Code reads them and creates two AI personalities
- You pick which personality to use
- Claude helps you based on that personality
Getting Help
You shouldn't need to interact with this package directly. If the AI personalities aren't showing up:
- Try reinstalling:
npx @chanaka_nakandala/integration-agent init - Restart Claude Code
- Look for the personas menu in Claude Code
- Contact Grubtech support: support@grubtech.com
Related Packages
This is part of the Grubtech Integration Agent system:
@chanaka_nakandala/integration-agent- Main installer (use this!)@chanaka_nakandala/integration-mcp-server- Background engine@chanaka_nakandala/integration-personas- This package@chanaka_nakandala/integration-core- Shared code
Learn more:
- Grubtech Website: https://www.grubtech.com
- API Documentation: https://docs.grubtech.io
© 2025 Grubtech. All rights reserved.