Generate curriculum Matriz de Alcance y Secuencia from MinEduc destrezas. Trigger on: crear matriz, generar A&S, mapear destrezas, curriculum alignment, scope and sequence, planificacion curricular, cobertura destrezas, alineamiento curricular, matriz curricular, destrezas MinEduc, indicadores de logro. Produces a JSON matrix mapping every destreza to units, indicators, and taxonomy levels with 100% coverage guarantee and DZ-ref traceability. Essential first step in the Sinapsis editorial pipeline.
From scribanpx claudepluginhub javimontano/mao-scriba --plugin scribaThis skill is limited to using the following tools:
evals/evals.jsonreferences/curriculum-alignment-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.
The Matriz de Alcance y Secuencia is the backbone of curricular traceability. Without it, content generation operates blind — authors cannot guarantee coverage, reviewers cannot verify alignment, and orphaned destrezas slip through to production. Build the matrix first; everything downstream depends on it.
Generate a curriculum alignment matrix that maps every MinEduc destreza to editorial units, indicadores de logro, and taxonomy levels. The matrix serves as the single source of truth for the entire editorial pipeline — unit generation, teacher guides, rubrics, and digital resources all read from it.
references/priming-rag/rag-curriculo-ecuatoriano.md and references/ontology/destreza-reference-schema.md, because the official DZ format and asignatura codes define valid identifiers.DZ-<ASIG>-<ANO>-<ID>), because downstream traceability requires unique identifiers from the start.references/taxonomy-mapping.md, because taxonomy alignment drives the cognitive progression within and across units.[METODOLOGIA], [INFERENCIA], [SUPUESTO]), because the quality gate G1 requires traceable claims.| Name | Source | Required |
|---|---|---|
| Destrezas MinEduc | MinEduc curriculum document or rag-curriculo-ecuatoriano.md | Yes |
| Asignatura code | User request (e.g., LENG, MAT, CCNN) | Yes |
| Grado | User request (e.g., 5, 6, 7) | Yes |
| Indicadores de logro | MinEduc curriculum or derived from destrezas | Yes |
| Taxonomy mapping | references/taxonomy-mapping.md | Yes |
| Artifact | Format | Destination |
|---|---|---|
| Matriz A&S | JSON (schema below) | output/matriz-as-<ASIG>-<ANO>.json |
| Coverage report | Markdown summary | Console output |
| Evidence log | Inline tags per entry | Embedded in JSON |
DZ-<ASIG>-<ANO>-<ID> code[SUPUESTO], include warning banner{
"matriz_as": {
"asignatura": "LENG",
"grado": 5,
"total_destrezas": 24,
"total_unidades": 6,
"unidades": [
{
"unidad_id": "U-LENG-5-01",
"titulo": "Explorando la narrativa",
"destrezas": [
{
"dz_code": "DZ-LENG-5-001",
"descripcion": "Identificar elementos narrativos en textos literarios",
"indicadores": [
"Reconoce personajes, escenario y trama en un cuento",
"Distingue inicio, nudo y desenlace"
],
"bloom": "Comprender",
"marzano": "Comprension",
"evidence_tag": "[METODOLOGIA]"
}
],
"inserciones": ["INS-SE", "INS-DS"]
}
],
"coverage": {
"destrezas_source": 24,
"destrezas_mapped": 24,
"orphaned": 0,
"status": "COMPLETA"
}
}
}
rag-curriculo-ecuatoriano.md for known asignaturas. If the asignatura is not in scope (outside EGB Media 5-7), report the limitation and stop.references/priming-rag/rag-curriculo-ecuatoriano.mdreferences/ontology/destreza-reference-schema.mdreferences/taxonomy-mapping.mdreferences/priming-rag/rag-inserciones-curriculares.mdreferences/curriculum-alignment-patterns.md (local)