product-and-branch

Answers customer questions about product holdings, conditions, and branch locations using MCP tools and grounding documents.

4|Updated Jul 1, 2026
One-click install
npx skills add https://github.com/denniszielke/agentic-banking-ecosystem --skill product-and-branch-denniszielke
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: product-and-branch
Source: https://github.com/denniszielke/agentic-banking-ecosystem/tree/main/src/customer_support_agent/skills/product-and-branch
Command: npx skills add https://github.com/denniszielke/agentic-banking-ecosystem --skill product-and-branch-denniszielke

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Bank customers frequently ask what products they hold, what conditions apply to their accounts, which new products might suit them, and where their nearest branch is. This Skill grounds those answers in the product catalogue, product conditions documents, and the branch directory instead of relying on generic responses. ## Core Features & Use Cases - Holdings Lookup: Uses product data MCP tools (list_holdings, get_product) to show what products a customer holds and their catalogue definitions. - Conditions & Product Discovery: Explains interest rates, fees, minimum deposits, and notice periods from financial product knowledge files, citing file and numbered section (e.g. "savings-products.md §1.2.2.1"), and surfaces suitable alternatives with a two or three product comparison. - Branch Information: Answers branch location, opening hours, and services questions from the branch directory grounding (bank-south.md) with numbered section citations. - Use Case: A customer asks "What savings options do you offer and how do they compare?" The Skill retrieves catalogue data, explains conditions with citations, and returns a short comparison of two or three products. ## Quick Start Ask the customer support agent what products you hold and to compare the available savings accounts with their interest rates and fees.

Frequently Asked Questions about product-and-branch

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I answer customer questions about their banking products?▼

Use the product data MCP tools list_holdings and get_product to retrieve what the customer holds and the catalogue definition. Then explain conditions such as interest rates, fees, and notice periods from the financial products knowledge files with section citations.

How to compare banking products for a customer?▼

Retrieve the catalogue definitions via the product data MCP tools, then explain interest rates, fees, minimum deposits, and notice periods from the knowledge files. Present a short comparison of two or three products, each figure backed by a named source and numbered section.

Can the skill give personalized investment advice?▼

No. The skill explains product conditions factually and does not provide personalized investment advice. When a customer asks whether a product is right for them as advice, compliance guardrails apply and the case is deferred to a human adviser where required.

What sources does the branch information come from?▼

Branch location, opening hours, and services answers come from the branch directory grounding document bank-south.md. Each answer cites the numbered section of that document so the information is traceable.

What are the limitations of product discovery answers?▼

Product discovery is limited to the product catalogue and financial products knowledge files available as grounding. Answers must cite the file and numbered section, and suitability questions that constitute advice are escalated under compliance guardrails.