> ## 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.

# Use Cases

> Explore tailored workflows for common engineering tasks across development, quality, and documentation

Engineering teams juggle feature work, bug fixes, refactoring, test coverage, and documentation. Important tasks get deprioritized when bandwidth is tight. Blitzy handles each category with tailored workflows and prompt templates so teams can ship faster without cutting corners.

### Development & Modernization

<CardGroup cols={2}>
  <Card title="Greenfield Development" icon="cube" href="/use-cases/development-modernization/greenfield">
    Build a new product or application from scratch with a structured prompt
  </Card>

  <Card title="Add Feature" icon="plus" href="/use-cases/development-modernization/add-feature">
    Build new functionality and expand your app's capabilities
  </Card>

  <Card title="Refactor Code" icon="wrench" href="/use-cases/development-modernization/refactor">
    Modernize existing code through systematic refactoring to reduce technical debt and improve architecture
  </Card>

  <Card title="Generate User Stories" icon="brain" href="/use-cases/development-modernization/generate-user-stories">
    Transform objectives into comprehensive user epics with testable acceptance criteria
  </Card>
</CardGroup>

### Quality & Maintenance

<CardGroup cols={2}>
  <Card title="Fix Bugs" icon="bandage" href="/use-cases/quality-maintenance/bug-fixes">
    Systematically diagnose and fix production issues, defects, and edge cases with root cause analysis
  </Card>

  <Card title="Fix Security Vulnerabilities" icon="shield-halved" href="/use-cases/quality-maintenance/security">
    Address security vulnerabilities, implement best practices, and remediate CVEs
  </Card>
</CardGroup>

### Testing & Documentation

<CardGroup cols={2}>
  <Card title="Add Testing" icon="flask" href="/use-cases/testing-documentation/add-testing">
    Implement comprehensive test coverage for existing code with unit, integration, and end-to-end tests
  </Card>

  <Card title="Document Code" icon="file-lines" href="/use-cases/testing-documentation/document-code">
    Generate comprehensive API documentation, inline comments, and developer guides
  </Card>
</CardGroup>
