feat: banking plugin — 17 skills, 7 jurisdictions, 14 exercises#2
Merged
Conversation
Jurisdiction-aware banking regulatory agent covering three pillars: - IFRS 9 ECL (staging, PD/LGD/EAD, scenarios, disclosure) - Basel III/IV (capital, credit RWA, market RWA/FRTB, leverage, liquidity) - AML/KYC (typologies, SAR drafting, CDD/EDD, sanctions, KYC risk rating) Includes: global router with pillar detection, 7 jurisdiction overlays (UK/EU/US/AU/SG/UAE/PK), 4 domain commands, 14 exercise data sets, 8 workflow recipes, eval framework, and CI pipelines. Companion chapter: tutorsgpt Chapter 21 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
…risdictions Skills hardening (16 product files): - Add NEVER DO sections with domain-specific prohibitions to all files - Add negative triggers (NOT for:) to prevent false activation - Add professional review disclaimer to all files - Expand all thin files to ≥120 lines with decision trees, tables, edge cases - Add output format blocks to 7 files missing them Exercise quality (14 files): - Add "What You Need" setup sections with plugin install, data, skills, time - Add named "Deliverable" section with specific artifact per exercise New jurisdiction overlays: - gcc-gcc.md — SAMA, CBUAE, CBB, CBK, QCB, CBO regulatory framework - us-cecl.md — CECL (ASC 326) vs IFRS 9 comparison overlay - islamic-banking-interaction.md — AAOIFI FAS 30 vs IFRS 9, dual frameworks Router update: - Append GCC, CECL, Islamic banking routes to domain and jurisdiction tables Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
/bank-ecl,/bank-capital,/bank-aml,/bank-reconevals/run.pybanking-evals.yml(PR gate) +banking-release.yml(tag → zip + GitHub Release)Skill Map
Architecture
Follows the established plugin pattern (islamic-finance, idfa-financial-architect):
.claude-plugin/plugin.jsonmanifestCompanion chapter:
panaversity/agentfactoryChapter 21 (separate PR)Test plan
python evals/run.py --list— verify 14 eval cases parseclaude plugin install banking@agentfactory-business— verify plugin loadsbasel-capital+uk-pramarketplace.jsonvalidates as JSON with 4 plugins listed🤖 Generated with Claude Code