Verify 100% curriculum destreza coverage with full traceability from MinEduc standards to editorial content. Trigger on: verificar cobertura, coverage check, destrezas huerfanas, orphan check, curriculum traceability, alineacion curricular. Scans all generated units for DZ-ref tags, cross-references against Matriz A&S, identifies orphaned destrezas, and produces a coverage dashboard with gap analysis. Essential quality gate for G1 Alineamiento Pedagogico compliance.
From scribanpx claudepluginhub javimontano/mao-scriba --plugin scribaThis skill is limited to using the following tools:
evals/evals.jsonreferences/coverage-verification-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.
Generates incident runbook templates for service outages, database issues, and escalations with triage steps, mitigation procedures, severity levels, and communication plans.
Every destreza without a traced activity is a student left behind. Coverage is not a metric — it is a promise.
Guarantee that every MinEduc destreza appears in at least one editorial activity with a valid [REF: DZ-*] tag, producing an auditable coverage dashboard. This skill exists because partial curriculum coverage is the single highest-risk defect in K-12 textbooks — it means students miss mandated learning outcomes and the editorial product fails regulatory review.
[REF: DZ-<asig>-<ano>-<id>] pattern across generated units. Collect file path, line number, and surrounding context for each hit.| Input | Source | Required | Description |
|---|---|---|---|
| Matriz A&S | project/matriz-as/ | Yes | Validated scope-and-sequence matrix with canonical destreza list |
| Generated units | project/units/ | Yes | All editorial units with DZ-ref tags embedded |
| MinEduc destreza catalog | references/ or Matriz | Yes | Official destreza codes for the subject and grade |
| Output | Format | Description |
|---|---|---|
| Coverage dashboard | Markdown table | Per-destreza status: COVERED, ORPHAN, OVER-COVERED |
| Orphan destreza list | Bullet list | Destrezas with zero activity mappings, severity CRITICAL |
| Coverage summary | Statistics block | Total destrezas, covered count, coverage percentage, orphan count |
| Duplicate report | Markdown table | Destrezas with 3+ mappings for redundancy review |
[REF: DZ-<asig>-<ano>-<id>].## Coverage Dashboard — [Asignatura] [Grado]
**Summary**: [X]/[Y] destrezas covered ([Z]%) | [N] orphans | [M] over-covered
### Coverage Map
| DZ-Ref | Destreza Description | Status | Unit(s) | Activity Count |
|--------|---------------------|--------|---------|----------------|
| DZ-LENG-5-01 | [description] | COVERED | U1, U3 | 2 |
| DZ-LENG-5-02 | [description] | ORPHAN | — | 0 |
| DZ-LENG-5-03 | [description] | OVER-COVERED | U1, U2, U3, U4 | 5 |
### Orphaned Destrezas (CRITICAL)
- **DZ-LENG-5-02**: [description] — No activity found in any unit.
### Inserciones Curriculares
| Insercion | Required | Found | Status |
|-----------|----------|-------|--------|
| Educacion ambiental | Yes | U2-B3 | OK |
### Over-Coverage Report
| DZ-Ref | Activity Count | Units | Recommendation |
|--------|---------------|-------|----------------|
| DZ-LENG-5-03 | 5 | U1, U2, U3, U4 | Review for redundancy |
ERROR: Cannot verify coverage without Matriz A&S. Run /scriba:matrix first.ERROR: No DZ-ref tags detected. Units may not have been generated with traceability enabled.references/coverage-verification-patterns.md — DZ-ref scanning patterns, orphan detection logic, coverage dashboard template.references/priming-rag/rag-curriculum-coverage.md — MinEduc curriculum structure primer.