Un Claude Skill que toma tu lista de requisiciones, tu inventario de herramientas y tu carpeta de evidencia, y devuelve una matriz de controles que muestra qué obligaciones de AI en empleo aplican a cada requisición, qué controles puedes efectivamente probar y qué brechas acumulan multas por día. Califica sobre los artefactos que le entregas — una URL de auditoría de sesgo publicada, un export de timestamps de consentimiento, un runbook de borrado — no sobre las afirmaciones del vendor, y nunca emite un veredicto de cumple/no cumple. El output es lo que le entregas a tu abogado para que su primera hora empiece en las decisiones de criterio en lugar de en “¿qué herramientas usan, y dónde?”
Cuándo usarlo
Vas a encender un entrevistador con AI, un screening de video con AI o ranking de resumes, y alguien preguntó cuál es la exposición antes de que salga a producción.
Se acaba de abrir una requisición en una jurisdicción que tu stack no había cubierto. Las requisiciones remotas son el disparador habitual: una sola publicación “US-wide” puede activar obligaciones de New York City, Illinois y California a la vez.
Se acerca la renovación anual de la auditoría de sesgo de NYC y necesitas saber qué herramientas están en alcance antes de contratar al auditor — los encargos de auditoría se cotizan por herramienta.
Un candidato preguntó cómo se tomó la decisión, o pidió el borrado de su entrevista, y nadie sabe cuál es el runbook.
Cuándo NO usarlo
Para producir la auditoría de sesgo en sí. La NYC Local Law 144 exige un auditor independiente sin relación laboral o financiera con el empleador que comprometa esa independencia. Un skill que corres tú no puede ser ese auditor. Este skill verifica si existe una auditoría independiente, si está dentro de su plazo y si está publicada en la forma requerida.
Como firma de aprobación. No hay un score agregado en el output, deliberadamente. Un número invita a alguien a capturarlo en pantalla y pegarlo en un board deck como certificado de salud.
Después de que llega una demanda o una carta de reclamo. En ese punto el conjunto de artefactos es material de discovery y el abogado maneja. Generar una evaluación interna paralela sobre los mismos hechos crea un documento que no necesitabas.
En stacks sin scoring automatizado. Si una persona lee cada aplicación y nada rankea ni filtra, la mayor parte de la matriz no aplica.
Fuera de EE. UU. La matriz incluida cubre reglas federales, estatales y municipales de EE. UU. solamente. Las obligaciones de empleo del Anexo III del EU AI Act son otro alcance y necesitarían su propio archivo de referencia.
Setup
Coloca el bundle en apps/web/public/artifacts/ai-interview-compliance-audit-skill/SKILL.md dentro de tu directorio de skills de Claude Code, con la carpeta references/ al lado.
Haz que tu abogado revise la matriz una vez.references/1-jurisdiction-matrix.md contiene cada parámetro legal contra el que el skill califica — la ventana de aviso de 10 días hábiles de NYC, la ventana de destrucción de 30 días de Illinois, el piso de retención de cuatro años de California. Una pasada de revisión, y después mantén la fecha checked: al día. El skill se niega a calificar si esa fecha tiene más de 90 días.
Llena el inventario.references/2-tool-and-stage-ledger.md pide requisiciones con ubicaciones de trabajo, y una fila por cada herramienta que toca a un candidato entre la aplicación y la oferta. Incluye las herramientas que no compraste para screening — los match scores del ATS y los fit scores de las herramientas de sourcing son los que los equipos olvidan, y rankean.
Registra la capacidad de revisión. La Parte C del inventario pregunta cuántas aplicaciones revisa realmente una persona por requisición. “400 aplicantes, el recruiter trabaja el top 40” es el dato que convierte una herramienta de ranking en un filtro funcional, sin importar cómo la llame la pantalla de configuración.
Arma la carpeta de evidencia según references/3-evidence-pack-index.md. Quince filas de artefactos; escribe MISSING donde falte. Esa primera pasada suele ser donde aparece el hallazgo real.
Qué hace el skill realmente
Seis pasos. El alcance se resuelve antes de calificar cualquier control, porque la misma configuración es lícita en un estado y una violación por día en otro — y porque el error más común en la práctica es delimitar la auditoría según dónde está la sede de la empresa en lugar de dónde aplican los candidatos.
Resolver el alcance. Construye una matriz requisición × jurisdicción × etapa. Si una requisición no tiene lista de ubicaciones de trabajo, el skill se detiene y pregunta en lugar de inferirla desde la dirección de la empresa. Las requisiciones abiertas a estados para los que la carpeta de evidencia no tiene artefactos vuelven como gap, no como not-applicable.
Clasificar cada herramienta desde la configuración. Cuatro preguntas: ¿el output habilita una transición de etapa en algún umbral?; ¿ordena una lista que el recruiter trabaja de arriba hacia abajo?; ¿una persona ve el score antes de decidir?; ¿analiza video o audio buscando características usadas para evaluar idoneidad? La etiqueta del propio vendor va en una columna separada y nunca es la respuesta. El test de la Local Law 144 depende de si el output asiste sustancialmente o reemplaza la decisión discrecional, lo cual es un hecho sobre tu configuración, no sobre su producto — y el vendor tiene incentivo para leerlo de forma estrecha.
Calificar cada control sobre evidencia, con una cita. Cuatro estados: evidenced (artefacto citado textualmente, con el pasaje que hace el trabajo), unevidenced (probablemente bien en la práctica, nada que mostrar), gap y counsel-review. No existe compliant. Un control sin cita no puede ser evidenced — esa regla es lo que impide un reporte fluido sobre documentos que nadie tiene.
Correr los chequeos determinísticos de fechas. El reloj de la auditoría de sesgo, marcado a los 10 meses en lugar de a los 12 para que haya margen de contratar al auditor. El plazo de aviso contado en días hábiles contra la primera corrida de la herramienta. El consentimiento de Illinois capturado antes de la entrevista, no empaquetado en un acuse posterior — el orden es todo el control. El tiempo de respuesta del runbook de borrado contra la ventana de 30 días, y si nombra a los receptores downstream y los backups o solo al ATS principal.
Ordenar la remediación por exposición. New York City cuenta cada día que una herramienta en alcance opera fuera de cumplimiento como una violación separada, y cada aviso omitido a un candidato como su propia violación separada, hasta $500 por la primera violación y de $500 a $1,500 por las siguientes. Una brecha de aviso en una requisición de 400 aplicantes al mes se acumula así contra un costo fijo de remediación; la misma brecha en una requisición pausada, no. La lista se ordena por esa diferencia.
Emitir el reporte. Matriz, resultados determinísticos, remediación, y después los ítems de counsel-review textuales con ambas lecturas expuestas.
Qué cambió recientemente, y por qué la matriz es un archivo
Colorado es la razón por la que los parámetros legales viven en un archivo de referencia fechado en lugar de en la cabeza del modelo. La SB 24-205 — el Colorado AI Act de 2024, con sus programas de gestión de riesgo y evaluaciones de impacto anuales — nunca entró en vigor. Su fecha de inicio se movió de febrero de 2026 a junio de 2026, y luego la SB 26-189, firmada el 14 de mayo de 2026, la reemplazó con un marco más estrecho de aviso y transparencia vigente desde el 1 de enero de 2027: aviso previo al uso, una descripción en lenguaje llano dentro de los 30 días de un resultado adverso, un derecho a solicitar revisión humana y un piso de tres años de registros. Cualquier checklist que todavía califique evaluaciones de impacto está auditando una ley derogada. El explicador del Colorado AI Act recorre el reemplazo completo.
Illinois también se movió. El AI Video Interview Act corre desde 2020, pero la enmienda al Human Rights Act que prohíbe efectos discriminatorios de la AI — incluido el código postal como proxy de una clase protegida — entró en vigor el 1 de enero de 2026, y las reglas de aviso del Department of Human Rights siguen en proceso normativo tras un primer borrador retirado. Las regulaciones de sistemas de decisión automatizada de la FEHA de California aplican desde el 1 de octubre de 2025, con un piso de registros de cuatro años que apunta en dirección opuesta a la solicitud de borrado de un candidato. El skill expone esa tensión en lugar de resolverla.
La orden ejecutiva de diciembre de 2025 que instruye a un task force del DOJ a impugnar leyes estatales de AI está en la matriz como contexto, no como control. Ninguna regla estatal de arriba ha sido desplazada. Trátala como razón para mantener los controles documentados y portables, no como razón para retirar una fila.
Realidad de costos
Por corrida de auditoría — aproximadamente 40-80k tokens de input (matriz, inventario, textos de aviso, docs del vendor) y 6-10k de output. A tarifas de lista de Claude Sonnet son unos $0.30-0.60 por corrida. Estimación, a partir de la forma de tokens de un stack de tres requisiciones y cinco herramientas.
Setup — 90 minutos, y ese número es honesto solo si la carpeta de evidencia ya existe en algún lado. Los equipos que la arman por primera vez gastan de 4 a 8 horas, la mayor parte descubriendo que un control que todos daban por resuelto no tiene artefacto detrás.
Tiempo de abogado ahorrado — una primera pasada de abogado laboral externo sobre un stack multijurisdiccional toma de 8 a 20 horas a $350-700 por hora, buena parte en la toma de datos: qué herramientas, qué requisiciones, qué estados, qué hace el score. Llegar con el inventario lleno y una matriz calificada mueve esa toma de datos hacia adentro. Las decisiones de criterio se siguen facturando.
Lo que no ahorra — la auditoría de sesgo independiente. Ese es un encargo separado, cotizado por herramienta, y este skill no lo sustituye.
Métrica de éxito
Conteo de unevidenced tendiendo a cero. El reparto entre evidenced y unevidenced de la primera corrida es la línea base real. Que los controles pasen de unevidenced a evidenced sin ningún cambio operativo es el resultado buscado — significa que el artefacto ahora existe.
Reloj de auditoría de sesgo nunca pasado de 10 meses. Un chequeo determinístico que nunca debería dispararse dos veces sobre la misma herramienta.
Distribución del plazo de aviso, no el promedio. Sigue el percentil cinco de días hábiles entre el aviso y la primera corrida de la herramienta por requisición. Los promedios esconden las requisiciones rápidas, que son exactamente donde el plazo falla.
Tiempo desde requisición en jurisdicción nueva hasta matriz calificada. Debería quedar bajo un día una vez que el inventario existe.
vs alternativas
vs un checklist en spreadsheet. El status quo, y falla en dos cosas concretas: delimita por ubicación de la empresa en vez de por requisición, y no tiene reloj, así que una auditoría de sesgo envejece en silencio más allá de los 12 meses mientras la herramienta sigue corriendo. Los pasos 1 y 4 del skill existen por esas dos fallas.
vs las atestaciones de cumplimiento del vendor.HireVue, Sapia.ai y otros publican resúmenes de auditoría de sesgo de sus modelos. Sirven, y satisfacen las filas del lado del vendor. No satisfacen las tuyas: el deber de la Local Law 144 recae en el empleador o la agencia de empleo, y la auditoría que importa cubre tu configuración y tu pool de candidatos. El índice de evidencia mantiene los artefactos de vendor y de empleador en columnas separadas para que esto no se difumine.
vs un vendor de auditoría dedicado. Las firmas que realizan auditorías de sesgo AEDT independientes hacen lo que el skill estructuralmente no puede. Usa el skill como la pasada de preparación antes de contratar a una — llegar con un inventario de herramientas ya clasificado corta el ida y vuelta de definición de alcance — y como el rechequeo entre auditorías cuando se abre una requisición en un estado nuevo.
vs pedirle al abogado que corra todo. Correcto para las decisiones de criterio, caro para el inventario. El reparto que este workflow propone: tú eres dueño del inventario y de la carpeta de evidencia, el abogado es dueño de la revisión de la matriz y de la cola de counsel-review.
Watch-outs
El modelo afirma una conclusión legal.Guardia: el vocabulario de estados no tiene valor cumple/no cumple y no hay score agregado. Las decisiones de criterio se enrutan a counsel-review con ambas lecturas impresas.
Los parámetros legales se desactualizan.Guardia: los umbrales viven en references/1-jurisdiction-matrix.md con una fecha checked:, y el skill se niega a calificar pasados los 90 días. Este panorama se movió tres veces entre agosto de 2025 y mayo de 2026.
Una atestación del vendor cuenta como tu cumplimiento.Guardia: la fila 14 del índice de evidencia está marcada del lado del vendor y no puede satisfacer las filas de auditoría o publicación del empleador.
Delimitar por la sede.Guardia: el paso 1 no avanza sin ubicaciones de trabajo por requisición, y las requisiciones remotas se expanden a cada estado de la lista aceptada.
Lavado de clasificación.Guardia: la clasificación sale de hechos de configuración registrados en el inventario, con los datos de capacidad de revisión adjuntos. Una herramienta que rankea 400 aplicantes donde una persona revisa 40 está haciendo trabajo de decisión, diga lo que diga su etiqueta.
Leer unevidenced como aprobado.Guardia: esas filas se ordenan dentro de la remediación junto a las brechas, con el artefacto faltante nombrado.
Retención y borrado tirando en direcciones opuestas.Guardia: el piso de cuatro años de California y una solicitud de borrado de Illinois chocan sobre el mismo registro. El paso 4 marca el conflicto; el abogado lo decide una vez y el reporte cita ese memo.
Stack
El bundle vive en apps/web/public/artifacts/ai-interview-compliance-audit-skill/ y contiene:
SKILL.md — la definición del skill
references/1-jurisdiction-matrix.md — parámetros legales con una fecha checked:
references/2-tool-and-stage-ledger.md — inventario llenable de requisiciones, herramientas y capacidad de revisión
references/3-evidence-pack-index.md — mapeo de control a artefacto más andamiaje de aviso y consentimiento
Asume Claude para la corrida. El stack auditado típicamente incluye un ATS como Greenhouse y una o más herramientas de screening con AI — HireVue, Sapia.ai o similares.
---
name: ai-interview-compliance-audit
description: Audit a configured AI interviewing and screening stack against the US employment-AI rules that are live today — NYC Local Law 144, the Illinois AI Video Interview Act, the Illinois Human Rights Act AI amendment, California's FEHA automated-decision-system regulations, and Colorado SB 26-189 — and emit a control matrix plus a remediation list ordered by penalty exposure. Grades controls on evidence you supply, not on vendor marketing claims. Produces a readiness report, never a legal conclusion.
---
# AI interview compliance audit
## When to invoke
Use this skill when someone owns a hiring stack that includes AI screening, AI-scored video or async interviews, AI interviewers, or resume-ranking, and needs to know which controls are evidenced, which are missing, and what to hand counsel. Typical triggers: a new AI interviewing vendor going live, a req opening in a jurisdiction the stack has not served before, an annual bias-audit renewal, or a candidate complaint.
Inputs are configuration and artifacts. The skill reads what the stack actually does — which score gates which stage — and what documents exist to prove each control.
Do NOT invoke this skill for:
- **Producing the bias audit itself.** NYC Local Law 144 requires an *independent* auditor with no employment or financial relationship with the employer that would compromise independence. A skill run by the employer is not independent and cannot satisfy that duty. This skill checks whether an independent audit exists, is within its clock, and is published in the required form.
- **A legal opinion, or a "we are compliant" sign-off.** The output is a readiness report with an evidence status per control. It never emits a compliant/non-compliant verdict.
- **Non-US stacks.** The jurisdiction matrix in `references/1-jurisdiction-matrix.md` covers US federal, state, and city rules only. EU AI Act Annex III employment obligations are a different scope and a different reference file.
- **Stacks with no automated scoring at all.** If humans read every application and no tool ranks, scores, or filters candidates, most of the matrix does not attach and the run is wasted effort. Confirm the classification question in step 2 before a full run.
- **Retroactive defense of a decision already challenged.** Once there is a charge or a demand letter, the artifact set is discovery material. Counsel drives; do not generate parallel internal assessments of the same facts.
## Inputs
- Required: `reqs` — the open or planned requisitions in scope, each with the job's work location(s) and whether remote candidates are accepted from other states. Jurisdiction attaches by where the candidate applies for or performs the job, not by where the company is headquartered. See `references/2-tool-and-stage-ledger.md`.
- Required: `tool_ledger` — every tool touching a candidate between application and offer, with the stage it runs at and what its output does (displayed to a recruiter, sorts a list, sets a threshold, advances or rejects automatically). Same file.
- Required: `evidence_pack` — paths or URLs for the artifacts that prove controls: candidate-facing notice text, consent capture record, published bias-audit summary URL, data-retention policy, vendor DPA, deletion-request runbook. See `references/3-evidence-pack-index.md`.
- Optional: `jurisdiction_matrix_path` — override the bundled matrix with your counsel's maintained copy. Recommended once you have one.
- Optional: `as_of` — the date to run clock arithmetic against. Defaults to today.
## Reference files
- `references/1-jurisdiction-matrix.md` — every statutory parameter the skill grades against, with a `checked:` date. The skill reads thresholds from this file and never from model memory.
- `references/2-tool-and-stage-ledger.md` — fillable inventory template for reqs, tools, stages, and what each score actually gates.
- `references/3-evidence-pack-index.md` — control-to-artifact mapping, plus scaffolding for the notice and consent language each rule requires.
## Method
Six steps. Scope resolves before any control is graded, because the same configuration is lawful in one jurisdiction and a per-day violation in another, and because the most common real-world error is scoping the audit to company headquarters.
### 1. Resolve scope before grading anything
Build a req × jurisdiction × stage matrix from `reqs`. A single remote-eligible req can attach NYC, Illinois, California, and Colorado at once. If any req lacks a work-location list, stop and ask — do not infer jurisdiction from the company address, and do not grade a partial matrix.
Flag reqs open to candidates in states the evidence pack has no artifacts for. That cell is `gap`, not `not-applicable`.
### 2. Classify each tool from configuration, not from its label
For each tool in `tool_ledger`, answer from the configuration:
- Does its output gate a stage transition automatically, at any threshold?
- Does it sort or rank a candidate list that a recruiter works top-down?
- Does a recruiter see the score before making the advance/reject call?
- Is it analyzing a video or audio interview for characteristics used to evaluate fitness?
Read the vendor's own classification as an input to be checked, not as the answer. A vendor has an incentive to say its product merely assists, and the LL 144 test turns on whether the output substantially assists or replaces discretionary decision-making — which is a fact about your configuration, not about their product. Record the classification, the configuration facts that drove it, and dissent from the vendor label explicitly where it exists.
The video/audio question is separate and additive: the Illinois AI Video Interview Act attaches to AI analysis of video interviews for Illinois positions regardless of whether the tool also qualifies as an automated employment decision tool.
### 3. Grade each control on evidence, with a citation
For each applicable control in the jurisdiction matrix, assign exactly one status:
- `evidenced` — an artifact in the evidence pack satisfies the control. Requires a verbatim citation: file path or URL, plus the quoted passage that does the work.
- `unevidenced` — the control is plausibly satisfied in practice but no artifact was supplied. This is not a pass. It is the state that turns into a gap the moment anyone asks for proof.
- `gap` — the artifact exists and does not satisfy the control, or the required artifact does not exist.
- `counsel-review` — the determination turns on a judgment call (whether a given tool substantially assists a decision, whether a notice's placement counts as before the interview). The skill states the facts and the competing readings, and stops.
There is no `compliant` status and no aggregate compliance score. Both invite the reader to treat the report as a conclusion. A control with no citation cannot be `evidenced`, which is the guard against a fluent report about documents nobody actually has.
### 4. Run the deterministic date and arithmetic checks
These are computed, not judged, and they surface first because they are the cheapest failures to fix:
- **Bias-audit clock.** Parse the published date of the most recent bias audit. Flag at 10 months, not at 12, so there is runway to schedule the auditor. Past 12 months the tool is out of clock while still in use — which accrues per-day.
- **Notice lead time.** Compare the candidate-notice timestamp to the tool's first run against that candidate. The NYC requirement is at least 10 business days, counted in business days.
- **Consent ordering.** For Illinois video interviews, confirm consent is captured before the interview, not bundled into a post-interview acknowledgment. Ordering is the whole control.
- **Deletion SLA.** Check the deletion runbook's stated turnaround against the 30-day statutory window, and confirm it names downstream recipients and backups rather than only the primary system.
- **Retention floor.** California's FEHA regulations require automated-decision-system records — selection criteria, outputs, audit findings — kept four years. Flag any retention policy that deletes earlier, including a well-intentioned privacy-minimization policy. Cross-check the deletion SLA against the retention floor and surface the conflict rather than resolving it; that tension is a counsel call.
### 5. Order remediation by exposure, not by effort
Rank gaps by how the penalty accrues. NYC counts each day an in-scope tool runs out of compliance as a separate violation, and each missed candidate notice as its own separate violation — so a missing notice on a high-volume req compounds daily against a fixed remediation cost. A gap on a paused req does not. Give each gap: the accrual shape, the artifact that would close it, and who owns it.
### 6. Emit the report
Control matrix first, then the deterministic-check results, then remediation ordered by exposure, then the `counsel-review` list verbatim.
## Output format
```markdown
# AI interview compliance readiness — as of 2026-07-28
Matrix version: references/1-jurisdiction-matrix.md (checked: 2026-07-28)
## Scope
| Req | Work locations | Attaches |
|---|---|---|
| ENG-411 | NYC + remote US | NYC LL 144; IL AIVIA; IL HRA; CA FEHA ADS |
## Tool classification
| Tool | Stage | Output gates | AEDT (configuration) | Vendor label | Dissent |
|---|---|---|---|---|---|
| HireVue | async video screen | recruiter sees score before advance/reject | yes | "decision support" | yes — score precedes the call |
## Controls
| Jurisdiction | Control | Status | Citation |
|---|---|---|---|
| NYC LL 144 | Independent bias audit within 12 months | evidenced | careers.example.com/aedt — "date of most recent bias audit: 2026-03-14" |
| NYC LL 144 | 10 business days candidate notice | gap | notice fires at invite, 2 business days before |
| IL AIVIA | Consent captured before interview | counsel-review | consent is on the invite page; candidate can start without scrolling |
## Deterministic checks
- Bias-audit clock: 4.5 months elapsed — OK (flags at 10)
- Notice lead time: 2 business days vs 10 required — FAIL
- Deletion runbook: names primary ATS only; no downstream or backup step — FAIL
## Remediation (by exposure)
1. NYC notice lead time — ENG-411 is live and high-volume; each missed notice is a separate violation and each day of use accrues. Fix: move notice to the application confirmation. Owner: TA ops.
## Counsel review
1. IL AIVIA consent placement on ENG-411. Facts: [...]. Competing readings: [...].
```
## Watch-outs
- **The model asserts a legal conclusion.** *Guard:* the status vocabulary has no compliant/non-compliant value and the report has no aggregate score. Judgment calls route to `counsel-review` with both readings stated.
- **Statutory parameters drift.** *Guard:* thresholds live in `references/1-jurisdiction-matrix.md` with a `checked:` date; the skill refuses to grade and warns if that date is more than 90 days old. This landscape moved three times between August 2025 and May 2026.
- **Vendor attestation counted as employer compliance.** *Guard:* the evidence index separates vendor artifacts from employer artifacts, and a vendor bias-audit summary can only satisfy vendor-side rows. The LL 144 duty sits with the employer or employment agency.
- **Scoping to headquarters.** *Guard:* step 1 will not proceed without per-req work locations, and remote-eligible reqs expand to every state in the accepted-candidate list.
- **Classification laundering.** *Guard:* classification is answered from configuration facts recorded in the ledger; the vendor's label is a separate column, and disagreement is printed rather than reconciled.
- **Unevidenced read as a pass.** *Guard:* `unevidenced` rows sort into the remediation list alongside gaps, with the missing artifact named.
- **Retention and deletion pulling opposite ways.** *Guard:* step 4 surfaces the conflict between a deletion request and the four-year records floor as a flagged tension rather than picking one.
# Jurisdiction matrix
```yaml
checked: 2026-07-28
checked_by: REPLACE_WITH_YOUR_NAME
```
The skill reads every threshold from this file and never from model memory. Update `checked:` whenever you re-verify against primary sources. The skill warns and refuses to grade if the date is more than 90 days old — this landscape moved three times between August 2025 and May 2026, and a stale matrix produces a confident report against rules that no longer apply.
This is a working parameter table maintained by the employer, not legal advice. Have counsel review it once and then keep it current.
---
## NYC Local Law 144 of 2021 — automated employment decision tools
**Status:** in effect; enforced by the Department of Consumer and Worker Protection since 2023-07-05.
**Attaches when:** an automated employment decision tool (AEDT) is used to substantially assist or replace discretionary decision-making for a job or promotion, for a position located in New York City. Employment agencies are covered alongside employers.
| Control | Parameter | Notes |
|---|---|---|
| Independent bias audit | Within the 12 months preceding use, renewed annually | Auditor must have no involvement in using, developing, or distributing the tool and no employment or financial relationship with the employer that compromises independence |
| Published audit summary | Publicly available on the careers or jobs section of the website | Must include the date of the most recent bias audit and the distribution date of the tool |
| Metrics published | Selection or scoring rates and impact ratios by sex, by race/ethnicity, and by intersectional sex × race/ethnicity categories | The four-fifths screen is the conventional read on the impact ratio |
| Candidate notice | At least **10 business days** before use | Business days, not calendar days |
| Notice contents | That an AEDT will be used; the job qualifications and characteristics it assesses | |
| Data disclosure on request | Within **30 days** of a written request, if not already published | Data collected, source of the data, retention policy |
| Penalty — first violation | Up to $500 | |
| Penalty — subsequent violations | $500 to $1,500 each | |
| Accrual | Each day an AEDT is used in violation is a separate violation; each failure to provide a required notice is a separate violation | This is what makes notice gaps on high-volume reqs the top remediation item |
**The load-bearing determination** is whether the tool substantially assists or replaces discretionary decision-making. It turns on your configuration, not the vendor's product description.
---
## Illinois Artificial Intelligence Video Interview Act (820 ILCS 42)
**Status:** in effect since 2020-01-01.
**Attaches when:** an employer asks applicants to record video interviews and uses AI analysis of those videos to consider applicants' fitness, for positions based in Illinois.
| Control | Parameter | Source |
|---|---|---|
| Notice before the interview | Applicant is told AI may be used to analyze the video and consider fitness | Section 5 |
| Explanation before the interview | How the AI works and the general types of characteristics it uses to evaluate applicants | Section 5 |
| Consent before the interview | Consent to be evaluated by the AI as described; no consent means no AI evaluation | Section 5 |
| Sharing limited | Videos shared only with persons whose expertise or technology is necessary to evaluate fitness | Section 10 |
| Destruction on request | Within **30 days** of the applicant's request, delete the interviews and instruct every other recipient to delete their copies, including all electronically generated backup copies | Destruction section |
| Demographic reporting | Applies only to employers that rely **solely** on AI analysis of the video to decide whether an applicant advances to an in-person interview. Report race and ethnicity of applicants afforded and not afforded in-person interviews, and of applicants hired | Reporting section |
| Reporting deadline | Annually by **December 31**, covering the 12-month period ending the preceding November 30, to the Department of Commerce and Economic Opportunity | DCEO reports to the Governor and General Assembly by July 1 on whether the data discloses racial bias |
**Ordering is the control.** Notice, explanation, and consent must all precede the interview. A post-interview acknowledgment does not cure it.
**The sole-reliance trigger** is narrow and most stacks fall outside it because a recruiter reviews before the in-person decision. Record the fact that puts you outside it; do not assume it.
---
## Illinois Human Rights Act, as amended by HB 3773
**Status:** statutory obligations in effect since 2026-01-01. Illinois Department of Human Rights rulemaking is still open — proposed amendments to Title 44, Part 2520 of the Illinois Administrative Code were published 2026-05-15, after an earlier draft was withdrawn.
| Control | Parameter |
|---|---|
| Discriminatory-effect prohibition | AI may not be used with the effect of subjecting employees or applicants to discrimination on a protected basis, in recruitment, hiring, promotion, renewal, selection for training or apprenticeship, discharge, discipline, tenure, or terms and conditions of employment. Intent is not required |
| Proxy prohibition | Using zip code as a proxy for a protected class is prohibited outright |
| Notice | Required whenever AI is used in a covered employment decision, regardless of whether the use has any discriminatory purpose or effect |
**Notice mechanics — timing, form, and content — are the subject of the open rulemaking.** Grade the notice-existence row now and put the mechanics row in `counsel-review` until the rules land.
---
## California — FEHA regulations on automated-decision systems
**Status:** in effect since 2025-10-01.
**Attaches when:** an employer uses artificial intelligence, machine learning, algorithms, statistics, or other data processing to facilitate human decision-making on recruitment, hiring, or promotion of applicants or employees in California.
| Control | Parameter |
|---|---|
| Records retention | **Four years** for automated-decision-system records, including selection criteria, relevant outputs, and audit findings |
| Third-party liability | The employer is answerable for discriminatory outcomes of a tool sourced from a vendor or run by an agent |
| Anti-bias testing | Not mandated. Evidence of testing may support a defense; the absence of it is admissible against the employer |
**The retention floor conflicts with privacy-minimization defaults and with deletion requests.** Surface the tension; do not resolve it in the report.
---
## Colorado SB 26-189 — automated decision-making technology
**Status:** signed 2026-05-14; effective **2027-01-01**. Attorney General rulemaking pending, and key terms will be defined there.
This replaced SB 24-205, the 2024 Colorado AI Act, which never took effect. SB 24-205's delayed start moved from 2026-02-01 to 2026-06-30 (SB 25B-004, signed 2025-08-28) and was then superseded. **The risk-management program, annual impact assessments, and broad algorithmic-discrimination duties of SB 24-205 are gone.** Any checklist still grading against them is auditing a repealed statute.
| Control | Parameter |
|---|---|
| Pre-use notice | Clear notice that a covered automated decision-making technology will be applied, before use |
| Post-adverse-outcome disclosure | Plain-language description of the technology's role, within **30 days** after a consequential decision producing an adverse outcome |
| Human review | The individual may request meaningful human review and reconsideration of the decision |
| Records | Retain relevant records at least **three years** |
Grade Colorado rows as forward-looking readiness until the effective date. Do not report a Colorado gap as accruing exposure today.
---
## Federal posture — context, not a control
Executive Order "Ensuring a National Policy Framework for Artificial Intelligence" (signed 2025-12-11) directs a Department of Justice AI Litigation Task Force, stood up from 2026-01-10, to challenge state AI laws in federal court, and directed Commerce to identify state laws suitable for challenge by March 2026.
**No state law in this matrix has been displaced by it.** Preemption of a state statute requires a court to say so or Congress to act. Treat the federal posture as a reason to keep controls documented and portable — not as a reason to retire any row above. Note it in the report's assumptions section so the reader knows it was considered.
---
## Not covered by this matrix
Add rows before relying on the skill for any of these: EU AI Act Annex III employment obligations; Maryland's facial-recognition consent requirement; Texas TRAIGA; New York State requirements distinct from the City's; sector rules for federal contractors; and any collective-bargaining commitments on automated evaluation.
# Tool and stage ledger
Fill this out before the first run. It is the input the classification step reasons over, and it is the artifact that makes a later audit reproducible. Replace every `REPLACE_` value.
## Part A — Requisitions in scope
Jurisdiction attaches by where the job is located and where the candidate applies from, not by where the company is headquartered. A remote-eligible req attaches every state in its accepted-candidate list.
| Req ID | Title | Work locations | Remote-eligible states accepted | Volume (applicants/mo) | Status |
|---|---|---|---|---|---|
| REPLACE_ENG-411 | Backend Engineer | New York, NY | US-wide except CO | 400 | open |
| REPLACE_SLS-102 | Account Executive | Chicago, IL | IL only | 120 | open |
| REPLACE_OPS-220 | RevOps Analyst | Remote US | CA, NY, IL, TX | 60 | planned |
If a req's accepted-state list is "anywhere in the US," write that out and expect the matrix to attach every jurisdiction in `1-jurisdiction-matrix.md`. That is usually the finding, not a formality.
## Part B — Tool ledger
One row per tool that touches a candidate between application and offer. Include tools you did not buy for screening but that score or rank anyway — ATS match scores and sourcing-tool fit scores are the ones teams forget.
| Tool | Stage | What it outputs | Who sees it and when | Does it gate a transition? | Threshold | Video/audio analysis? | Vendor's own label |
|---|---|---|---|---|---|---|---|
| REPLACE_HireVue | async video screen | competency scores 1-5 | recruiter, before advance/reject | no auto-advance; recruiter decides | none | yes | "decision support" |
| REPLACE_Greenhouse | application review | match score, sorts the list | recruiter, list is worked top-down | no | none | no | "ranking aid" |
| REPLACE_vendor | resume screen | pass/fail | nobody; auto-rejects | yes | score under 60 auto-rejects | no | "efficiency filter" |
### The four classification questions
Answer from configuration. The vendor's label goes in its own column and is never the answer.
1. **Does the output gate a stage transition automatically, at any threshold?** An auto-reject threshold is the clearest case.
2. **Does it sort or rank a list a recruiter works top-down?** Rank order changes who gets reviewed at all when volume exceeds review capacity. Record the review-capacity number — "400 applicants, recruiter reviews the top 40" is the fact that matters.
3. **Does a human see the score before making the call?** A score presented before the decision is a different fact from a score available afterward on request.
4. **Does it analyze video or audio for characteristics used to evaluate fitness?** Independent of the other three, and it is what pulls the Illinois AI Video Interview Act in for Illinois-based positions.
### Configuration facts to capture per tool
- Where the score appears in the recruiter's interface, and whether it can be hidden.
- Whether the score is recorded on the candidate record and for how long.
- Whether the vendor retrains on your candidate data, and whether that is contractually disclaimed.
- Which sub-processors receive candidate video or audio. This is the list the Illinois destruction obligation reaches.
- Who at the vendor can access candidate video, and under what contractual limit.
## Part C — Review-capacity reality
Fill this in honestly; it decides whether a ranking tool is functionally a filter.
| Req | Applicants/mo | Applications actually reviewed by a human | Effective filter rate |
|---|---|---|---|
| REPLACE_ENG-411 | 400 | 40 | 90% never human-reviewed |
A ranking tool with a 90% effective filter rate is doing decision-making work regardless of what the configuration screen calls it. Record this and let the classification step use it.
# Evidence pack index
Every control graded `evidenced` needs a citation from this pack: a file path or URL plus the passage that does the work. A control with no artifact is `unevidenced`, and `unevidenced` sorts into remediation next to real gaps — because the difference between "we do this" and "we can show we do this" only matters on the day someone asks, and on that day there is no time to build the artifact.
## Part A — Artifact inventory
Fill in the path or URL. Leave `MISSING` where it is missing; that is the point of the exercise.
| # | Artifact | Satisfies | Side | Location |
|---|---|---|---|---|
| 1 | Published AEDT bias-audit summary page | NYC LL 144 publication + metrics | employer | REPLACE_URL |
| 2 | Independent auditor's report and engagement letter | NYC LL 144 audit + independence | employer | REPLACE_PATH |
| 3 | Candidate AEDT notice text, with the send trigger documented | NYC LL 144 notice + contents | employer | REPLACE_PATH |
| 4 | Timestamp export: notice sent vs tool first run, per candidate | NYC LL 144 10-business-day lead | employer | REPLACE_PATH |
| 5 | Illinois video notice + explanation text | 820 ILCS 42 Section 5 | employer | REPLACE_PATH |
| 6 | Consent capture records with timestamps | 820 ILCS 42 Section 5 ordering | employer | REPLACE_PATH |
| 7 | Sub-processor list for video and audio | 820 ILCS 42 Section 10 sharing limit | employer | REPLACE_PATH |
| 8 | Deletion runbook naming downstream recipients and backups | 820 ILCS 42 destruction, 30 days | employer | REPLACE_PATH |
| 9 | Sole-reliance determination memo | 820 ILCS 42 reporting trigger | employer | REPLACE_PATH |
| 10 | Illinois HRA AI-use notice text | IL HRA as amended | employer | REPLACE_PATH |
| 11 | ADS records retention schedule showing four years | CA FEHA ADS | employer | REPLACE_PATH |
| 12 | Anti-bias testing results, if any were run | CA FEHA ADS defense | employer | REPLACE_PATH |
| 13 | Vendor DPA with retraining and access terms | supports 7, 8, 11 | vendor | REPLACE_PATH |
| 14 | Vendor's own bias-audit summary | vendor-side rows only | vendor | REPLACE_URL |
| 15 | Data-retention policy published on the careers site | NYC LL 144 disclosure on request | employer | REPLACE_URL |
**Row 14 cannot satisfy rows 1 or 2.** A vendor's audit of its model is not the employer's audit of the employer's use. The NYC duty sits with the employer or employment agency. Vendors sell attestation packets that read as if they close the employer's obligation; they close the vendor's.
## Part B — Notice scaffolding
Adapt; do not paste. The bracketed values are the ones that make a notice specific enough to be worth anything, and a notice that omits them is the most common `gap` finding.
### NYC AEDT notice — at least 10 business days before use
> We use an automated employment decision tool to help evaluate applications for [JOB TITLE]. The tool assesses the following job qualifications and characteristics: [LIST THEM — the actual assessed dimensions, not "fit"]. The results of our most recent bias audit and our data-retention policy are published at [URL]. You may request an alternative selection process or an accommodation by contacting [ADDRESS]. To request information about the data we collect for this tool, its source, and our retention policy, contact [ADDRESS]; we will respond within 30 days.
Send it on the application-confirmation event, not on the assessment invite. Invite-time sending is what fails the 10-business-day count on fast-moving reqs, and it is the single most common lead-time failure.
### Illinois video interview — notice, explanation, and consent, all before the interview
> This interview will be recorded and may be analyzed by artificial intelligence to consider your fitness for [JOB TITLE]. How it works: [PLAIN-LANGUAGE EXPLANATION — what the system does with the recording]. The general types of characteristics it uses to evaluate applicants are: [LIST THEM]. Your video will be shared only with people whose expertise or technology is necessary to evaluate your fitness for this position. You may request that we delete your interview at any time by contacting [ADDRESS]; we will delete it, and instruct everyone who received a copy to delete theirs including backups, within 30 days.
>
> [ ] I consent to being evaluated by artificial intelligence as described above.
The consent checkbox must be reachable and actionable before the recording starts. If a candidate can begin recording without passing the consent control, that is a `counsel-review` at best.
### Illinois HRA AI-use notice
Notice mechanics are in open rulemaking as of the `checked:` date in `1-jurisdiction-matrix.md`. Give notice that AI is used in the decision, keep the text versioned, and grade the mechanics row as `counsel-review` until the rules land.
## Part C — Evidence hygiene
- **Version the notice text and keep the diffs.** The question is never "what does the notice say," it is "what did it say on the day this candidate applied."
- **Timestamps beat policies.** A policy saying notice goes out 10 days ahead is weaker evidence than an export showing it did.
- **Keep the negative determinations.** The memo explaining why a tool is out of scope is an artifact. An undocumented determination reads later as an oversight.
- **Watch the retention conflict.** The four-year California floor and a candidate's Illinois deletion request point opposite ways on the same record. Decide it with counsel once, write the decision down, and cite that memo rather than re-deciding per request.