Claude analysis template

Analysis: Short descriptive title

Date: YYYY-MM-DD
Branch: which branch
Status: ex. Analysis only — no production changes in this document

 

1. Problem Statement

  • What is the problem
  • Why it is a problem
  • How it manifests

2. Reproduction Notes

  • How to reproduce the issue
  • Expected vs actual behavior

3. Current Behavior in Code

  • Where in the code the issue is located (files, functions)
  • What the system currently does
  • Why this leads to the problem

4. Existing Test Coverage

  • What tests exist
  • What they cover
  • What is missing

5. Recommendation

  • Proposed solution
  • Variants (maximum 3 if any)
  • Chosen variant and justification

6. Risk Assessment

  • Impact of the change
  • Risks
  • What might break