* Add Strategy Duel Agent: model-agnostic, game theory & stratagems orchestrator
* fix: move Strategy Duel Agent to specialized/ per reviewer feedback
Relocate from engineering/ to specialized/specialized-strategy-duel-agent.md
as the agent is a strategic thinking/negotiation simulator, not a software
engineering tool.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
* Strip leftover review-note comment above frontmatter
The agent file led with an HTML comment block before the YAML
frontmatter, so the first line was not '---'. That breaks the
linter's frontmatter check and is_agent_file() (convert/install
would silently skip the agent). Remove it so '---' is line 1.
Co-Authored-By: DKFuH <info@tischlermeister-klas.de>
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
---------
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-authored-by: Michael Sitarzewski <msitarzewski@gmail.com>
* feat: add Data Privacy Officer agent to Specialized Division
Adds a comprehensive DPO agent covering GDPR/CCPA/global privacy compliance,
data mapping, DPIA methodology, DSR workflows, breach response (72-hour rule),
vendor due diligence, cross-border transfer mechanisms, and privacy maturity model.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
* fix: add missing persona sections and full-sentence vibe to Data Privacy Officer agent
---------
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
Migrates Gemini CLI to native subagents (~/.gemini/agents/) + quotes zk-steward description. Rebased from #472; e2e-verified with real gemini v0.43.0. Closes#473.
Co-Authored-By: Tomo Wang <tomo_wang@163.com>
Adds Language Translator agent to Specialized division. Spanish/English translation with regional dialect awareness, cultural context flags, pronunciation guides, and emergency phrase protocol.
Adds HR Onboarding agent to Specialized division. Full onboarding lifecycle from pre-boarding through 30-60-90 day plans, with compliance focus (I-9, W-4, FLSA, FMLA, ADA) and HRIS integration guidance.
Adds Customer Service agent to Specialized division. Industry-agnostic support framework covering FAQ, complaints, account support, returns, retention, and escalation across retail, SaaS, hospitality, finance, logistics, and healthcare.
Fixes 3 agents for CONTRIBUTING.md template compliance (missing sections, incorrect headers). Reverts 2 tooling PRs (#371 promptfoo, #337 Vitest) that were merged without required Discussion — Discussions created at #434 and #435.
Adds Healthcare Customer Service agent. HIPAA-compliant patient support with emergency detection, clinical escalation tiers, and insurance denial appeal workflows.
Adds Chief of Staff agent to Specialized division. Operational coordination for founders/executives — handles decision routing, dependency tracking, and communication bridging.
Thanks @MeghanBao — Civil Engineer is a welcome addition to the Specialized Division. Closes#287!
(Apologies for the back and forth — we were in the middle of a big triage session.)
The agent was a ~64 line stub missing most required sections.
Added technical deliverables, workflow, metrics, and advanced
capabilities to bring it in line with the contributing guidelines.
Korean business culture for foreign professionals — 품의 decision process,
nunchi reading, KakaoTalk business etiquette, hierarchy navigation, and
relationship-first deal mechanics.
Solution architecture agent for Salesforce platform — multi-cloud design,
integration patterns, governor limits, deployment strategy, and data model
governance for enterprise-scale orgs.
Engineering:
- Feishu Integration Developer (Feishu/Lark bots + approvals + Bitable)
Specialized:
- Study Abroad Advisor (multi-country application strategy)
- Government Digital Presales Consultant (China ToG market)
- Corporate Training Designer (ADDIE/SAM + enterprise learning)
- Healthcare Marketing Compliance (China medical ad law + NMPA)
From jnMetaCode/agency-agents-zh, translated to English.
- MCP Builder: Designs and builds Model Context Protocol servers for AI agent tooling
- Document Generator: Professional PDF, PPTX, DOCX, XLSX generation from code
Split from #124 per maintainer feedback.