Audit cross-unit consistency for progressive complexity, terminological coherence, and sequential logic across multiple editorial units. Trigger on: auditoria consistencia, cross-unit audit, contradicciones terminologicas, progresion complejidad, coherencia editorial. Detects terminology contradictions, validates Bloom/Marzano progression curves, and classifies inconsistencies by severity. Essential for multi-unit textbook coherence and Gate G3 compliance.
From scribanpx claudepluginhub javimontano/mao-scriba --plugin scribaThis skill is limited to using the following tools:
evals/evals.jsonreferences/consistency-audit-patterns.mdProvides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.
Implements distributed tracing with Jaeger/Tempo for microservices, including Kubernetes/Docker setup and OpenTelemetry instrumentation (Python/Flask). Use for debugging latency, dependencies, and request flows.
A textbook is not a collection of units — it is a learning journey. Every contradiction, every broken progression, every redefined term is a pothole that derails the student.
Detect and classify cross-unit inconsistencies in terminology, progressive complexity, and sequential logic across the full set of editorial units. This skill exists because individual units can each pass pedagogical review yet collectively contradict each other — a term defined differently in Unit 2 than Unit 5, a complexity curve that regresses, or a concept referenced before it is introduced. These defects are invisible at unit level and catastrophic at textbook level.
project/units/ in sequence order. Build a mental model of the textbook as a continuous learning path, not isolated modules.| Input | Source | Required | Description |
|---|---|---|---|
| All generated units | project/units/ | Yes | Complete set of editorial units in sequence order |
| Matriz A&S | project/matriz-as/ | Yes | Expected unit sequence and destreza progression |
| Taxonomy mapping | references/taxonomy-mapping.md | No | Bloom/Marzano levels for progression validation |
| Output | Format | Description |
|---|---|---|
| Terminology contradiction report | Markdown table | Term, conflicting definitions, locations, severity |
| Progression curve analysis | Markdown table + narrative | Per-destreza complexity progression across units |
| Sequential logic report | Markdown table | Forward references, missing prerequisites |
| Cross-reference integrity | Markdown table | Broken or inaccurate inter-unit references |
| Summary dashboard | Statistics block | Findings by type and severity |
## Consistency Audit — [Asignatura] [Grado]
**Summary**: [X] findings | [C] CRITICAL | [W] WARNING | [I] INFO
**Units Audited**: [N] units | **Terms Inventoried**: [M]
### Terminological Contradictions
| # | Term | Unit A Definition | Unit B Definition | Severity | Remediation |
|---|------|-------------------|-------------------|----------|-------------|
| 1 | "ecosistema" | U2: "conjunto de seres vivos y su entorno" | U5: "sistema biologico cerrado" | CRITICAL | Unify to U2 definition; update U5-B1-P3 |
### Progressive Complexity Curve
| Destreza | U1 Level | U2 Level | U3 Level | U4 Level | Trend | Verdict |
|----------|----------|----------|----------|----------|-------|---------|
| DZ-CCNN-5-01 | Recordar | Comprender | Aplicar | Analizar | Ascending | OK |
| DZ-CCNN-5-03 | Aplicar | Comprender | — | Evaluar | Regression U2 | WARNING |
### Sequential Logic — Forward References
| # | Concept | Referenced In | First Taught In | Severity |
|---|---------|--------------|----------------|----------|
| 1 | "fotosintesis" | U1-B3-Act2 | U3-B1-Act1 | CRITICAL: Used 2 units before introduction |
### Cross-Reference Integrity
| # | Source | Claim | Target | Status |
|---|--------|-------|--------|--------|
| 1 | U4-B2-P1 | "como vimos en la Unidad 2" | U2-B3 | OK |
| 2 | U5-B1-P2 | "recuerda la Unidad 3" | U3 — content not found | CRITICAL: Broken reference |
### Remediation Priority
1. **CRITICAL** — Fix all terminological contradictions before Gate G3.
2. **CRITICAL** — Resolve forward references by reordering content or adding prerequisite introductions.
3. **WARNING** — Review complexity regressions; add justification or restructure.
ERROR: Cross-unit audit requires at least 2 units. Found [N].WARNING: Progression curve cannot be verified without Matriz A&S.references/consistency-audit-patterns.md — Progression verification rules, terminology contradiction detection, severity classification matrix.references/taxonomy-mapping.md — Bloom/Marzano levels for progression validation.