Commit Graph

283 Commits

Author SHA1 Message Date
jiangnan
733f2e22c2 Remove roadmap checkbox edit per maintainer feedback
Leave the roadmap item as unchecked — completion status is a
maintainer decision.
2026-03-06 06:05:08 +08:00
jiangnan
0e22704ebe Preserve existing tools field alongside new color field
Keep the original tools field intact and add the missing color field
beside it, rather than replacing it.
2026-03-06 06:04:33 +08:00
jiangnan
c03b1bd996 Add strategy to category dropdown in issue template 2026-03-06 06:03:53 +08:00
jiangnan
2ded8e99a8 Address review feedback on CI lint workflow
- Fix ((errors++)) causing early exit under set -e
- Fix command injection in workflow by using env variable
- Add strategy/ directory to lint paths and AGENT_DIRS
2026-03-06 06:03:35 +08:00
jiangnan
aeb90676a4 Address review feedback on Security Engineer agent
- Add Security Engineer to README Engineering Division table
- Update Semgrep action from returntocorp to semgrep namespace
- Update Pydantic example to v2 syntax (field_validator + classmethod)
2026-03-06 06:02:40 +08:00
jiangnan
4773e686d2 Add multi-agent workflow examples
Adds two step-by-step workflow examples showing how to coordinate
multiple agents for real projects:

- Startup MVP: 7 agents across a 4-week build cycle
- Landing Page Sprint: 4 agents shipping a page in one day

Each example includes exact prompts to copy, handoff patterns, and
tips for passing context between agents. Checks off the
"Multi-agent workflow examples" item from the roadmap.
2026-03-06 05:10:21 +08:00
jiangnan
f2449908cd Add .gitattributes to enforce LF line endings
Prevents CRLF line endings from being committed on Windows, which
can break frontmatter parsing in agent markdown files.
2026-03-06 05:08:48 +08:00
jiangnan
8cb4ee7ba7 Fix agent frontmatter: add missing color fields and fix line endings
- Add missing color field to 4 agents: content-creator, growth-hacker,
  social-media-strategist, data-analytics-reporter
- Replace non-standard tools field with the required color field
- Fix CRLF line endings in agentic-identity-trust.md
2026-03-06 04:56:10 +08:00
jiangnan
0bad1b137b Add Security Engineer agent to Engineering Division
Adds a specialized Security Engineer agent covering threat modeling,
vulnerability assessment, secure code review, and security architecture.
This fills a gap in the Engineering Division where no dedicated security
specialist existed.
2026-03-06 04:45:14 +08:00
jiangnan
f5d929d84f Add GitHub issue and pull request templates
Adds structured templates for new agent requests, bug reports,
and pull requests to streamline contributions and ensure consistency.
2026-03-06 04:38:36 +08:00
jiangnan
976c08e4c3 Add CI workflow to validate agent file format
Adds a lint script and GitHub Actions workflow that checks agent
markdown files for required YAML frontmatter fields (name, description,
color) and recommends standard sections. Only changed files in PRs
are validated to avoid blocking on pre-existing issues.
2026-03-06 04:37:53 +08:00
Michael Sitarzewski
53feda4d4e Merge pull request #35 from msitarzewski/feat/add-sponsor-link
Add GitHub Sponsors link to README
2026-03-05 09:46:26 -07:00
Michael Sitarzewski
ddd832e154 Add GitHub Sponsors link to README
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-05 09:45:28 -07:00
Michael Sitarzewski
9bb1387b2f Merge pull request #34 from athlon-misa/fix/security-audit-remediation
Fix security vulnerabilities from AI agent prompt audit

Excellent. Thank you!
2026-03-05 09:42:41 -07:00
Mihajlo [Misa] Nikolic
bea0a43326 Fix security vulnerabilities found during AI agent prompt audit
Remove unrestricted Bash tool access from 7 agents that only need
analytical/advisory capabilities, rewrite the Social Media Strategist
agent (was a duplicate of Twitter Engager) to cover multi-platform
strategy as intended, fix incorrect descriptions, harden webhook
example to use env vars, and clarify ambiguous AMA language.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-05 15:51:10 +02:00
Michael Sitarzewski
d2916f69f6 Merge pull request #20 from knuckles-stack/add-agentic-identity-trust
Add Agentic Identity & Trust Architect - Specialized
Thank you!
2026-03-03 23:17:41 -07:00
knuckles-stack
8113e32c44 Add Agentic Identity & Trust Architect — specialized agent 2026-03-03 23:19:44 -05:00
Michael Sitarzewski
30f925ca37 Merge pull request #19 from 04cb/fix/docs-github-links
Fix docs: GitHub links in CONTRIBUTING.md
2026-03-03 17:42:19 -07:00
04cb
f85dbdd4fa Fix docs: GitHub links in CONTRIBUTING.md 2026-03-04 08:13:03 +08:00
Michael Sitarzewski
b1327c3f92 Merge pull request #16 from msitarzewski/fix/remove-hardcoded-agent-counts
Remove hardcoded agent counts, add new agents to rosters
2026-03-03 10:40:47 -07:00
Michael Sitarzewski
c23287d83f Remove hardcoded agent counts and add new agents to rosters
Remove all hardcoded "51" agent counts from README and strategy docs to
avoid future maintenance burden as new agents are contributed. Add Image
Prompt Engineer (Design), Sales Data Extraction Agent, Data Consolidation
Agent, and Report Distribution Agent (Specialized) to all roster listings.
Fix slug-style name on Image Prompt Engineer frontmatter.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-03 10:14:15 -07:00
Michael Sitarzewski
12e4fee41a Merge pull request #10 from revaya-ai/claude/create-photography-prompt-01N766LRToUNDSUFukcbsHoC
Add Image Prompt Engineer agent
2026-03-03 10:06:40 -07:00
Michael Sitarzewski
5c00daf44e Merge pull request #14 from egb5592/claude/wonderful-carson-BDrOP
feat: Add three specialized STGCRM reporting agents
2026-03-03 10:00:00 -07:00
Michael Sitarzewski
31e7e7f412 Merge pull request #15 from msitarzewski/fix/agent-frontmatter-name-consistency
Fix agent frontmatter name consistency
2026-03-03 09:13:03 -07:00
Michael Sitarzewski
6eaa384a46 Fix agent frontmatter name consistency to use human-readable names
Update 19 agent name: fields from slug-style (e.g. "engineering-ai-engineer")
or code-style (e.g. "ArchitectUX") to clean human-readable names (e.g.
"AI Engineer", "UX Architect"). Add missing YAML frontmatter to 2 spatial-
computing agents. All 51 agents now use consistent naming that aligns with
the NEXUS strategy docs.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-03 09:11:40 -07:00
Michael Sitarzewski
118c2f0238 Merge pull request #12 from nexusct/agent/featproject-add-initial-scaffold-ci-and-readme-64-3g
Merge agent/featproject-add-initial-scaffold-ci-and-readme-64-3g into main
Thank you!
2026-03-03 09:08:50 -07:00
Michael Sitarzewski
89897d618e Merge pull request #13 from hobostay/fix/yaml-frontmatter-and-security-issues
Fix YAML frontmatter parsing and security issues
Thank you!
2026-03-03 08:10:04 -07:00
Claude
c5565da625 feat: Add three specialized STGCRM reporting agents
- Sales Data Extraction Agent: monitors Excel files and extracts MTD/YTD/Year End metrics
- Data Consolidation Agent: aggregates sales data into live dashboard reports
- Report Distribution Agent: automates territory-based report delivery to reps

https://claude.ai/code/session_01AEiWwqyjysw81oCnATatBg
2026-03-03 15:09:45 +00:00
hobostay
528dcbaa2e Fix YAML frontmatter parsing and security issues
- Fix malformed YAML frontmatter with literal \n characters in agent files
- Fix insecure HTTP link in README (http:// -> https://)
- Update outdated year references (2024 -> 2025)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-03 22:23:29 +08:00
nexusct (Blackbox Agent)
a76c0c1dab feat(project): add initial scaffold, CI, and README 2026-03-03 02:10:16 +00:00
Claude
76263536f4 Add Image Prompt Engineer agent
New design specialist focused on crafting professional photography
prompts for AI image generation tools. Includes comprehensive
frameworks for portrait, product, landscape, and fashion photography
with platform-specific optimization for Midjourney, DALL-E, Stable
Diffusion, and Flux.
2025-11-30 18:22:50 +00:00
Michael Sitarzewski
767e3ccfd5 Fix: Update README with actual repository URLs
Replace placeholder 'yourusername' with 'msitarzewski' in:
- GitHub stars badge
- Discussions links
- Issues links
- Footer navigation links

Repository: https://github.com/msitarzewski/agency-agents
2025-10-13 07:31:21 -05:00
Michael Sitarzewski
98eea4c139 Initial commit: The Agency - 51 AI Specialist Agents
Complete collection of specialized AI agent personalities:
- 7 Engineering specialists (Frontend, Backend, Mobile, AI, DevOps, etc.)
- 6 Design specialists (UI, UX, Brand, Whimsy, etc.)
- 8 Marketing specialists (Growth, Content, Social Media, etc.)
- 3 Product specialists (Sprint Planning, Research, Feedback)
- 5 Project Management specialists
- 7 Testing specialists (QA, Performance, API, etc.)
- 6 Support specialists (Analytics, Finance, Legal, etc.)
- 6 Spatial Computing specialists (XR, AR/VR, Vision Pro)
- 3 Specialized agents (Orchestrator, Data Analytics, LSP)

Each agent includes:
- Distinct personality and communication style
- Technical deliverables with code examples
- Step-by-step workflows
- Success metrics and benchmarks
- Real-world tested approaches

Ready for community contributions and feedback!
2025-10-13 07:17:29 -05:00