atlas_context_prioritizer
Identify and rank the most relevant files, functions, and context for a task, and suggest optimal context to include.
Instructions
Automatically determines what files, functions, and context matter most for a given task. Provides relevance scoring and suggests optimal context to include.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task | Yes | Description of the task or problem | |
| maxFiles | No | Maximum number of files to include (default: 10) | |
| currentFile | No | Current file being worked on | |
| projectPath | Yes | Path to project root | |
| includeTests | No | Whether to include test files in priority scoring |