analyze_documentation_gaps
Identify documentation gaps in a project folder by analyzing its structure, then generate knowledge-capture checklists for missing documentation.
Instructions
Analyzes folder structure to identify documentation needs and create knowledge capture checklists. Phase 2.3 of Knowledge Archaeology & Reality Sync Engine.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| maxDepth | No | Maximum directory traversal depth (default: 5) | |
| folderPath | Yes | Path to the folder to analyze for documentation gaps | |
| projectName | Yes | Name of the project for context and checklist generation | |
| includeTests | No | Whether to include test files in analysis (default: false) | |
| fileExtensions | No | Comma-separated list of file extensions to analyze (default: "js,ts,py,md,json,yml,yaml") | |
| createChecklist | No | Whether to auto-generate a Cursor-Cortex completion checklist (default: true) | |
| includeNodeModules | No | Whether to include node_modules in analysis (default: false) |