Improve existing teacher guide by incorporating pedagogical review feedback, enhancing DUA adaptations, and updating rubrics. Trigger on: mejorar guia, evolucionar guia docente, actualizar DUA, enhance guide, update rubrics. Categorizes feedback into DUA/rubric/planning/methodology dimensions, applies changes preserving indicator coverage, enforces 2+ DUA adaptations per activity, and refines rubric descriptors. Prevents pedagogical regression during guide revision cycles.
From scribanpx claudepluginhub javimontano/mao-scriba --plugin scribaThis skill is limited to using the following tools:
evals/evals.jsonreferences/guide-evolution-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.
The teacher guide is not a companion — it is the bridge between curriculum intent and classroom reality. Every unaddressed gap in the guide becomes a gap in instruction.
Incorporate pedagogical review feedback into an existing teacher guide while enhancing DUA adaptations, updating rubric descriptors, and preserving indicator coverage. This skill exists because teacher guides carry the full weight of translating editorial content into classroom practice — if the guide has weak DUA adaptations, incomplete rubrics, or misaligned planning suggestions, even a perfect student textbook will be poorly taught. Guide evolution must be systematic because ad-hoc edits frequently break indicator coverage or create internal contradictions between the rubric, the activities, and the DUA adaptations.
| Input | Source | Required | Description |
|---|---|---|---|
| Teacher guide | project/guides/ | Yes | Current version of the guide to evolve |
| Review feedback | Review skill outputs | Yes | Pedagogical review findings for the guide |
| Companion unit | project/units/ | Yes | The student-facing unit this guide accompanies |
| Matriz A&S | project/matriz-as/ | No | For indicator coverage re-validation |
| DUA guidelines | references/priming-rag/rag-dua-inclusion.md | No | DUA principle definitions and adaptation examples |
| Output | Format | Description |
|---|---|---|
| Evolved guide | Markdown | Updated teacher guide with all feedback incorporated |
| Change log | Markdown table | Every modification with feedback traceability |
| DUA compliance summary | Markdown table | Per-activity adaptation count before and after |
| Rubric update summary | Markdown table | Modified descriptors with before/after |
| Indicator coverage verification | Checklist | Post-evolution indicator mapping |
## Guide Evolution Report — [Guide Name] v[N] -> v[N+1]
**Companion Unit**: [Unit Name]
**Feedback Sources**: [list review types incorporated]
**Changes Applied**: [X] total | DUA: [D] | Rubric: [R] | Planning: [P] | Methodology: [M]
### DUA Enhancement Summary
| Activity | Before (R/E/A) | After (R/E/A) | Total Before | Total After | Status |
|----------|----------------|---------------|-------------|------------|--------|
| Act 1.1 | 1/0/0 | 1/1/1 | 1 | 3 | IMPROVED: Now meets threshold |
| Act 1.2 | 1/1/0 | 1/1/1 | 2 | 3 | IMPROVED |
| Act 2.1 | 0/1/1 | 1/1/1 | 2 | 3 | IMPROVED: Added representation |
*R = Representation, E = Engagement, A = Action/Expression*
### Rubric Updates
| Indicator | Level | Before | After | Change Reason |
|-----------|-------|--------|-------|---------------|
| I.LENG.5.1.1 | Inicio | "No logra" | "Identifica menos de 2 elementos del texto" | Vague -> observable |
| I.LENG.5.1.1 | Adquirido | "Logra completamente" | "Identifica y explica 4+ elementos con ejemplos propios" | Vague -> observable |
### Change Log
| # | Location | Dimension | Change Description | Feedback Source | Evidence |
|---|----------|----------|--------------------|----------------|----------|
| 1 | Guide-Act1.1 | DUA | Added engagement adaptation: choice of collaborative or individual work | review-pedagogical #3 | [PEDAGOGIA] |
| 2 | Guide-Rubric-1 | RUBRIC | Replaced vague "partially" with observable behavior descriptor | review-pedagogical #7 | [PEDAGOGIA] |
| 3 | Guide-Planning | PLANNING | Added 5-min think-pair-share timing to Act 2.1 | review-pedagogical #9 | [METODOLOGIA] |
### Indicator Coverage Verification
- [x] I.LENG.5.1.1 — Rubric criterion present, activity suggestion present
- [x] I.LENG.5.1.2 — Rubric criterion present, activity suggestion present
- [x] I.LENG.5.2.1 — Rubric criterion present, activity suggestion present
### Deferred Items
| # | Feedback Item | Reason for Deferral |
|---|---------------|-------------------|
| 1 | "Add assessment rubric for digital portfolio" | Requires digital-resource-creator coordination |
ERROR: Cannot evolve guide without review feedback. Run review-pedagogical on the guide first.ERROR: Teacher guide [name] not found at expected path.ERROR: Companion unit required for alignment verification. Specify unit path.references/guide-evolution-patterns.md — Guide improvement checklist, DUA enhancement patterns, rubric refinement workflow.references/priming-rag/rag-dua-inclusion.md — DUA principles and adaptation examples.references/priming-rag/rag-pedagogical-framework.md — Pedagogical framework primer.