Feature: Agent Tags for cross-division discovery #227
kienbui1995
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Problem
Agents are organized by division, but many tasks span multiple divisions. A user looking for help with API security might need:
There is no way to discover agents by capability across divisions.
Proposal
Add an optional
tagsfield to agent frontmatter:Benefits
./scripts/search.sh --tag securityfinds agents across engineering, testing, specializedTag conventions
code-review,api-design)Rollout
tagsas optional field in frontmatter speclint-agents.shto validate tag format (if present)Open questions
convert.shinclude tags in generated files for tools that support metadata?Happy to start with a small PR adding the spec and tagging a few agents as proof of concept.
All reactions