JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 5
  • Score
    100M100P100Q55078F
  • License MIT

Agent personas and slash commands for Claude Code to help with Grubtech API integration (Business Analyst, Developer, and Integration Assistant agents).

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 init

    What 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 Grubtech

    The 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 Grubtech

    The AI will write the code for you.

    What's Included

    Two configuration files:

    • developer-agent.yaml - Settings for the code-writing personality
    • ba-agent.yaml - Settings for the planning personality

    These files tell Claude how to behave when helping you.

    How It Works

    1. The installer copies these files to your computer
    2. Claude Code reads them and creates two AI personalities
    3. You pick which personality to use
    4. 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:

    1. Try reinstalling: npx @chanaka_nakandala/integration-agent init
    2. Restart Claude Code
    3. Look for the personas menu in Claude Code
    4. Contact Grubtech support: support@grubtech.com

    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:


    © 2025 Grubtech. All rights reserved.