mirror of
https://github.com/msitarzewski/agency-agents
synced 2026-04-25 03:08:24 +00:00
fix: add finance/ to scripts, CI, README, and CONTRIBUTING.md (#437)
Adds finance/ to AGENT_DIRS in all 3 scripts, CI workflow trigger paths, CONTRIBUTING.md category list, and README.md division roster. Also fixes duplicate sales entry in lint-agents.sh.
This commit is contained in:
parent
4eaf2309fb
commit
e73f4019ae
3
.github/workflows/lint-agents.yml
vendored
3
.github/workflows/lint-agents.yml
vendored
@ -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')
|
||||
{
|
||||
|
||||
@ -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
|
||||
|
||||
12
README.md
12
README.md
@ -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.
|
||||
|
||||
@ -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
|
||||
)
|
||||
|
||||
|
||||
@ -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
|
||||
)
|
||||
|
||||
|
||||
@ -15,10 +15,10 @@ AGENT_DIRS=(
|
||||
academic
|
||||
design
|
||||
engineering
|
||||
finance
|
||||
game-development
|
||||
marketing
|
||||
paid-media
|
||||
sales
|
||||
product
|
||||
project-management
|
||||
sales
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user