save_task_analysis
Record codebase analysis results, including dependencies, risks, and recommendations, to generate an enriched execution prompt with next steps.
Instructions
Saves the codebase analysis performed by Claude Code. Call this after analyzing the codebase following the prepare_task_for_execution prompt. Records dependencies, risks, and recommendations. ⚠️ IMPORTANT: The response includes nextSteps guidance - follow it to get the enriched execution prompt with all context.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| taskId | Yes | Task ID | |
| analysis | Yes | Analysis results from codebase inspection |