ADR Plan: Task Analysis → Architecture Decision Record Analyze a task, explore the codebase, and produce an ADR with concrete implementation steps. Phase 1: Analyze 1. Read the task description, active plan, or task list 2. Explore affected areas of the codebase — do it concurrently for independent modules 3. Map blast radius — search for consumers of functions/types/routes being changed 4. Identify alternatives worth considering (at least 2) Do this silently. Phase 2: Detect ADR Setup Check if the project has an ADR directory: - Found → use existing directory, detect next number from existin…