Skip to main content
The Checklist Builder uses AI to generate comprehensive maintenance checklists tailored to specific equipment and task types.

Overview

Create customized maintenance checklists in seconds by providing:
  • Asset type (HVAC, pumps, electrical panels, etc.)
  • Task type (preventive, corrective, inspection, cleaning)
  • Optional notes for additional context

Features

Asset-Specific

Checklists tailored to equipment type and manufacturer specs

Task-Focused

Different formats for preventive, corrective, and inspection tasks

Safety First

Includes safety procedures and PPE requirements

Reusable

Save and reuse checklists across similar equipment

How to Use

1

Select Asset Type

Choose from common equipment types:
  • HVAC units (UMA)
  • Pumps (BCA)
  • Electrical panels (TAB)
  • Compressors, generators, and more
2

Choose Task Type

Select the maintenance activity:
  • Preventivo: Routine maintenance
  • Correctivo: Repair and fixes
  • Inspección: Safety and compliance checks
  • Limpieza: Cleaning and sanitization
3

Add Context (Optional)

Provide additional details like:
  • Specific equipment model
  • Known issues
  • Special requirements
4

Generate Checklist

The AI creates a comprehensive checklist with:
  • Safety procedures
  • Required tools and materials
  • Step-by-step instructions
  • Verification points

Example Output

{
  "titulo": "Checklist de Mantenimiento Preventivo - Bomba Centrífuga",
  "tipo_activo": "bomba",
  "tipo_tarea": "preventivo",
  "items": [
    {
      "paso": 1,
      "descripcion": "Inspeccionar visualmente la bomba",
      "categoria": "inspeccion",
      "completado": false
    },
    {
      "paso": 2,
      "descripcion": "Verificar nivel y estado del lubricante",
      "categoria": "verificacion",
      "completado": false
    }
  ]
}

Technical Details

The Checklist Builder is powered by:
  • ChecklistAIService (app/lib/services/checklist-ai-service.ts)
  • GROQ LLaMA 3.3 70B model for generation
  • Zod validation for structured output
See ChecklistAIService API Reference for implementation details.

Activity Summaries

Generate summary reports

AI Services API

Technical documentation

Build docs developers (and LLMs) love