CAPA lifecycle Download

CAPA

What. Corrective + Preventive Action. The disciplined response to a problem found during operations, audits, or management reviews. Where. /capa (board view), /capa/<id> (detail).

Lifecycle

Draft → Assigned → In Progress → Implemented → Verification → Closed
        Cancelled / Rejected can branch off any active state
State Who advances it What happens
Draft Author Author owns the CAPA, drafts root-cause and actions
Assigned Author / Admin An owner is named; CAPA is committed to a person
In Progress Owner Owner is doing the work
Implemented Owner Corrective + preventive actions are done
Verification Owner Owner submits to a verifier (a different person)
Closed Verifier Verifier signs off after seeing effectiveness evidence
Cancelled / Rejected Anyone Aborts the CAPA

Create a CAPA

Two ways:

From the CAPA Board

  1. Side nav → CAPANew CAPA.
  2. Fill Title, Description, Priority (Low / Medium / High / Critical), Due Date, Owner (assignee).
  3. Optional: 5 Whys - drill the root cause with up to 5 nested whys.
  4. Fill Corrective Action (immediate fix) and Preventive Action (system-level fix).
  5. Optional: link the CAPA to a Finding, Process, Control, or Risk.
  6. Save.

From a Finding

On any finding's detail page, click Draft CAPA. The AI Copilot proposes a CAPA pre-filled with the finding's details. Approve in /ai/approvals → CAPA materializes with source_proposal_id provenance.

CAPA Board

/capa is a Kanban-style board, one column per status:

KPIs at the top: Total Active, Overdue, High Priority. Filters: priority, "My CAPAs only", overdue only.

Realtime. The board listens to changes on the capa table and updates columns instantly when status flips.

Advance the lifecycle

CAPA detail page (/capa/<id>) has an Actions card at the bottom with the buttons that are valid for the current status:

Segregation of duties. The owner cannot also be the verifier. The Verify & Close button is hidden for the owner.

5 Whys

The Draft / Assigned editor includes a 5 Whys widget. Clicking Use 5 Whys Analysis opens a guided form: you type the symptom, then the system asks "Why? Why? Why? Why? Why?" - five levels deep - to surface the true root cause. Saved into root_cause.

Linkages

A CAPA may link to:

Linkage is bi-directional: from any of the above, the CAPA shows up in a "Linked CAPAs" panel.

Test it

← Back to CompStack