product-recommendation

Generates segment-aware financial product recommendations grounded in customer data and product conditions.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Bank employees need to recommend the right financial product for each customer, but comparing rates, fees, eligibility rules, and customer context manually is slow and error-prone. This Skill produces a grounded, segment-aware recommendation by combining customer data with verified product conditions. ## Core Features & Use Cases - Customer Context Analysis: Reads the customer's segment, holdings, net worth, and spending behavior via read-only customer data tools to frame the actual need. - Grounded Product Comparison: Pulls interest rates, fees, minimum deposits, notice periods, and eligibility from product data sources, citing each figure with its source file and section. - Structured Recommendation Output: Delivers a short comparison table followed by a single primary recommendation, rationale, and a runner-up with conditions for when it would be preferable. - Use Case: An employee asks whether a GrowthSaver or FixedDeposit Plus suits a customer with €20k sitting in a zero-interest current account, and receives a cited comparison plus a clear recommendation. ## Quick Start Ask which savings product to recommend for a specific customer and let the Skill gather the customer context and product conditions to produce a grounded recommendation.

Frequently Asked Questions about product-recommendation

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

FAQPage Schema
How do I recommend the right financial product for a customer?▼

Gather the customer's segment, holdings, and spending behavior first, then shortlist 2-3 candidate products and compare rate, fee, minimum deposit, notice period, and eligibility. Finish with one primary recommendation, a one-line rationale, and a runner-up.

How to compare savings products for a specific customer need?▼

Frame the customer goal such as liquidity, yield, or everyday spend, then contrast candidate products on the facts using search_financial_products and product data tools. Cite every figure with its source file and numbered section.

Can the recommendation skill modify customer account data?▼

No, customer data access is strictly read-only. Tools like get_net_worth and summarize_spending only read balances and spending patterns to ground the recommendation, and never modify customer data.

What customer data is used for product recommendations?▼

The Skill uses the customer's segment (retail, youth, premium), existing holdings, net worth across accounts, and spending summaries showing top categories and merchants. This grounds recommendations in actual behavior, such as frequent travel suiting a particular card.

What are the limitations of employee product recommendations?▼

Recommendations are employee guidance, not regulated advice to the customer, and trade-offs must be stated honestly. Youth or children's products require age and guardian rules, and uncertain cases should be deferred to compliance guidance.