analyze-project
Analyze a project directory to identify and recommend specialized agent templates tailored for 100+ professional roles, ensuring optimal role assignments.
Instructions
Analyze a project directory and recommend suitable sub-agents
Input Schema
Name | Required | Description | Default |
---|---|---|---|
projectPath | Yes | Path to the project directory to analyze |
Input Schema (JSON Schema)
{
"properties": {
"projectPath": {
"description": "Path to the project directory to analyze",
"type": "string"
}
},
"required": [
"projectPath"
],
"type": "object"
}