prepare_task_for_execution
Generates a structured analysis request for Claude Code to analyze the codebase, using Read, Grep, and Glob, with instructions to call save_task_analysis afterwards.
Instructions
Prepares a task for execution by generating a structured analysis request. Returns a prompt that guides Claude Code to analyze the codebase using its tools (Read, Grep, Glob). ⚠️ IMPORTANT: The response includes workflowInstructions field - follow it to know exactly what to do next. After analysis, call save_task_analysis with the results.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| taskId | Yes | Task ID to prepare for execution |