Agent Plugins (10 ตัว)
plugins/agent-plugins/ — 10 named agents ที่เป็น end-to-end workflow agent สำหรับงาน FSI
| # | Agent | งานหลัก | Vertical หลัก |
|---|---|---|---|
| 1 | pitch-agent | สร้าง pitch deck สำหรับ M&A | Investment Banking |
| 2 | earnings-reviewer | รีวิว earnings + อัพเดท model | Equity Research |
| 3 | valuation-reviewer | ตรวจ DCF / Comps | Equity Research, IB |
| 4 | model-builder | สร้าง financial model ใน Excel | IB, ER |
| 5 | market-researcher | วิจัยตลาด + อุตสาหกรรม | All |
| 6 | meeting-prep-agent | เตรียมข้อมูลก่อนประชุมลูกค้า | Wealth Management |
| 7 | kyc-screener | KYC / AML screening | Operations |
| 8 | statement-auditor | ตรวจงบการเงิน | Fund Admin |
| 9 | gl-reconciler | กระทบยอด General Ledger | Fund Admin |
| 10 | month-end-closer | ปิดบัญชีสิ้นเดือน | Operations, Fund Admin |
โครงสร้างมาตรฐานของ agent plugin หนึ่งตัว
plugins/agent-plugins/<agent-name>/
├── .claude-plugin/
│ └── plugin.json # metadata (name, version, description)
├── agents/
│ └── <agent-name>.md # system prompt + frontmatter
└── skills/ # synced copy ของ skill จาก vertical
└── <skill-name>/
└── SKILL.md
สำคัญ: skills ใน folder นี้คือ สำเนา ที่ sync มาจาก plugins/vertical-plugins/ ผ่าน script sync-agent-skills.py — source of truth อยู่ที่ vertical