> ## Documentation Index
> Fetch the complete documentation index at: https://docs.blitzy.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Validation Checklist

> Review your AAP and identify areas for refinement

## Overview

The validation checklist helps you review the Agent Action Plan (AAP) Blitzy generates and identify areas that need clarification. Use this after receiving an AAP to systematically evaluate what needs more specificity.

***

## Prompt Review Checklist

After reviewing your AAP, use this checklist to identify areas that need clarification. Different types of tasks require different levels of granular review—simple bug fixes may only need a few items, while complex features may require attention to all areas.

| Area                            | Review Question                                      |
| ------------------------------- | ---------------------------------------------------- |
| **Objective Clarity**           | Is the goal clear and specific?                      |
| **Scope Boundaries**            | Are IN SCOPE and OUT OF SCOPE items clearly defined? |
| **Success Criteria**            | Are there measurable, objective outcomes defined?    |
| **Technology Stack**            | Are critical technologies and versions specified?    |
| **Constraints & Preservation**  | Are "do not modify" requirements clear?              |
| **Architectural Patterns**      | Should existing codebase patterns be followed?       |
| **Error Handling & Edge Cases** | Are error scenarios and edge cases addressed?        |
| **File Organization**           | Is it clear where new files should be created?       |
| **Testing Requirements**        | Are testing expectations and coverage levels clear?  |
| **Dependencies & Build**        | Are build and runtime requirements specified?        |
