fix: add finance/ to scripts, CI, README, and CONTRIBUTING.md

The finance division (5 agents, PR #431) was merged without updating
the surrounding infrastructure:

- install.sh: added finance to AGENT_DIRS
- convert.sh: added finance to AGENT_DIRS
- lint-agents.sh: added finance to AGENT_DIRS, fixed duplicate sales entry
- lint-agents.yml: added finance/ to CI trigger paths and diff globs
- CONTRIBUTING.md: added finance/ to category list
- README.md: added Finance Division section with all 5 agent entries
This commit is contained in:
Michael Sitarzewski 2026-04-11 01:14:09 -05:00
parent 4eaf2309fb
commit b4f890d446
6 changed files with 18 additions and 4 deletions

View File

@ -6,6 +6,7 @@ on:
- "academic/**"
- "design/**"
- "engineering/**"
- "finance/**"
- "game-development/**"
- "marketing/**"
- "paid-media/**"
@ -30,7 +31,7 @@ jobs:
id: changed
run: |
FILES=$(git diff --name-only --diff-filter=ACMR origin/${{ github.base_ref }}...HEAD -- \
'academic/**/*.md' 'design/**/*.md' 'engineering/**/*.md' 'game-development/**/*.md' 'marketing/**/*.md' 'paid-media/**/*.md' 'sales/**/*.md' 'product/**/*.md' \
'academic/**/*.md' 'design/**/*.md' 'engineering/**/*.md' 'finance/**/*.md' 'game-development/**/*.md' 'marketing/**/*.md' 'paid-media/**/*.md' 'sales/**/*.md' 'product/**/*.md' \
'project-management/**/*.md' 'testing/**/*.md' 'support/**/*.md' \
'spatial-computing/**/*.md' 'specialized/**/*.md')
{

View File

@ -34,6 +34,7 @@ Have an idea for a specialized agent? Great! Here's how to add one:
2. **Choose the appropriate category** (or propose a new one):
- `engineering/` - Software development specialists
- `design/` - UX/UI and creative specialists
- `finance/` - Financial planning, accounting, and investment specialists
- `game-development/` - Game design and development specialists
- `marketing/` - Growth and marketing specialists
- `paid-media/` - Paid acquisition and media specialists

View File

@ -289,6 +289,18 @@ The unique specialists who don't fit in a box.
| 🇰🇷 [Korean Business Navigator](specialized/specialized-korean-business-navigator.md) | Korean business culture, 품의 process, relationship mechanics | Foreign professionals navigating Korean business relationships |
| 🏗️ [Civil Engineer](specialized/specialized-civil-engineer.md) | Structural analysis, geotechnical design, global building codes | Multi-standard structural engineering across Eurocode, ACI, AISC, and more |
### 💵 Finance Division
Accounting, financial analysis, tax strategy, and investment research specialists.
| Agent | Specialty | When to Use |
|-------|-----------|-------------|
| 📒 [Bookkeeper & Controller](finance/finance-bookkeeper-controller.md) | Month-end close, reconciliation, GAAP compliance, internal controls | Day-to-day accounting operations, audit readiness, financial record-keeping |
| 📊 [Financial Analyst](finance/finance-financial-analyst.md) | Financial modeling, forecasting, scenario analysis, decision support | Three-statement models, variance analysis, data-driven business intelligence |
| 📈 [FP&A Analyst](finance/finance-fpa-analyst.md) | Budgeting, rolling forecasts, variance analysis, business reviews | Annual operating plans, monthly business reviews, strategic resource allocation |
| 🔍 [Investment Researcher](finance/finance-investment-researcher.md) | Due diligence, portfolio analysis, asset valuation, equity research | Investment thesis development, risk assessment, market research |
| 🏛️ [Tax Strategist](finance/finance-tax-strategist.md) | Tax optimization, multi-jurisdictional compliance, transfer pricing | Entity structuring, ETR analysis, audit defense, strategic tax planning |
### 🎮 Game Development Division
Building worlds, systems, and experiences across every major engine.

View File

@ -62,7 +62,7 @@ OUT_DIR="$REPO_ROOT/integrations"
TODAY="$(date +%Y-%m-%d)"
AGENT_DIRS=(
academic design engineering game-development marketing paid-media product project-management
academic design engineering finance game-development marketing paid-media product project-management
sales spatial-computing specialized strategy support testing
)

View File

@ -105,7 +105,7 @@ ALL_TOOLS=(claude-code copilot antigravity gemini-cli opencode openclaw cursor a
# Standard agent category directories (keep sorted, sync with convert.sh / lint-agents.sh)
AGENT_DIRS=(
academic design engineering game-development marketing paid-media product project-management
academic design engineering finance game-development marketing paid-media product project-management
sales spatial-computing specialized strategy support testing
)

View File

@ -15,10 +15,10 @@ AGENT_DIRS=(
academic
design
engineering
finance
game-development
marketing
paid-media
sales
product
project-management
sales