agent_template_recommend
Recommends agent templates based on project keywords and provides a suggested team composition for common project types like web-app or API-service.
Instructions
Recommend Agent templates — and, for a known project type, a team shape.
Two layers in one answer:
recommendations— live template match against the installed template dirs (project > user > plugin), ranked by relevance.team_composition— when task_type names a project type (web-app / api-service / data-pipeline / library / refactor / bugfix), a suggested role lineup with counts and the template to use for each. This is a static seed, not a live probe; it only suggests a shape.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| keywords | No | Keywords, space-separated, e.g., "python api database" | |
| task_type | No | Task type or project type, e.g., "backend", "frontend", "web-app", "api-service", "data-pipeline", "library", "refactor", "bugfix" |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||