Skip to main content
The Continuous Improvement module implements ISO 27001 Clause 10 — Mejora. It provides a structured workflow for creating, tracking, and closing improvement actions derived from audit findings, risk assessments, or internal initiatives. Each action follows a 6-stage pipeline from identification through closure.
The Improvement module is distinct from the Findings & PAC module. Findings tracks individual corrective action plans linked to specific non-conformities. The Improvement module manages broader improvement initiatives with formal root cause analysis and multi-stage lifecycle tracking.

Status pipeline

Every improvement action passes through six stages:
StageDescription
IdentificadoAction has been recorded but analysis has not started.
Análisis de CausaRoot cause analysis is underway.
Plan DefinidoA corrective or improvement plan has been documented.
En EjecuciónThe plan is being implemented.
VerificaciónImplementation is being verified for effectiveness.
CerradoAction is complete and verified.
The pipeline bar at the top of the page shows the count of actions in each stage and acts as a filter — click any stage to show only those actions.

Root cause analysis methods

When registering an action, select the root cause analysis methodology being applied:
MethodDescription
5 PorquésIterative questioning to trace a problem to its root cause
IshikawaCause-and-effect (fishbone) diagram
Pareto80/20 analysis to identify the most significant causes
FMEAFailure Mode and Effects Analysis
OtroAny other methodology

Registering a new improvement action

1

Open the Improvement module

Navigate to Mejora Continua in the sidebar (route /improvement).
2

Click Nueva Acción

Click the Nueva Acción button in the page header to expand the registration form.
3

Fill in the action details

Complete the required fields:
FieldDescription
TítuloShort, descriptive title for the improvement action
Método de Causa RaízSelect the root cause analysis method to apply
ResponsablePerson or team accountable for executing the plan
Fecha LímiteTarget completion date
Hallazgo VinculadoOptionally link to an existing finding from the PAC module
Causa Raíz IdentificadaDocumented root cause from the analysis
Plan de AcciónStep-by-step description of the corrective or improvement actions
4

Submit the action

Click Registrar. The action is created with status Identificado and progress at 0%.The action ID is auto-generated following the pattern MC-001, MC-002, etc.

Tracking progress

Each action card in the list shows:
  • ID and title
  • Current stage badge
  • Responsible and due date
  • Progress bar (0–100%)
  • Vencido (overdue) alert if the due date has passed and the action is not closed
Click any action card to expand it and view the full root cause analysis and action plan. From the expanded view, you can advance the action to a new stage by clicking any stage button in the status row.
Advancing an action to Cerrado automatically sets its progress to 100%.

Linking to findings

When registering an action, you can link it to an existing finding from the Findings & PAC module. The Hallazgo Vinculado dropdown lists all registered findings by ID and description. This link provides traceability from the root cause analysis back to the originating audit finding.

Default example actions

ISOwl ships with two pre-configured example actions to illustrate the workflow:
IDTitleMethodResponsibleStatusProgress
MC-001Implementar capacitación en seguridad5 PorquésCISOEn Ejecución45%
MC-002Actualización de política de contraseñasIshikawaDirector TIPlan Definido20%
Unlike other modules, improvement actions are stored in local React state and are not persisted to localStorage via the Zustand store. Actions reset to defaults on page reload. For persistent corrective action tracking, use the Findings & PAC module.

Findings & Corrective Actions

Register and track PAC items derived from audit findings. Link findings to improvement actions for full traceability.

Internal Audit

Log audit findings that generate the non-conformities addressed by improvement actions.

Security Metrics

Monitor closure rates and overdue findings to identify where improvement actions are needed.

ISO 27001 Reference

Clause 10 — Mejora covers corrective actions, nonconformity management, and continual improvement requirements.

Build docs developers (and LLMs) love