# Changelog All notable changes to the Innovation Content project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] --- ## [1.1.1] - 2026-04-24 ### Added #### Spanish Documentation - Spanish version of Development Plan (`docs/plan-ES.md`) - Spanish version of SRS (`docs/srs-ES.md`) - Spanish version of Support Team Guide (`docs/support-team-guide-ES.md`) - Spanish version of User Guide (`docs/user-guide-ES.md`) ### Changed - Updated all documentation to version 1.1.1 - Total file count increased from 121 to 125 --- ## [1.1.0] - 2026-04-24 ### Added #### Documentation - Support Team Guide (`docs/support-team-guide.md`) with installation, troubleshooting, and prompt sequences - User Guide (`docs/user-guide.md`) with conceptual introduction, mode usage tips, and workflow optimization #### Version Updates - Updated all documentation to version 1.1.0 - Added version compatibility table in Support Team Guide ### Added #### Modes - ๐Ÿ“ Curriculum Designer mode with 5 supporting skills - ๐Ÿ“– Instructional Writer mode with 5 supporting skills - ๐Ÿงช Assessment Developer mode with 5 supporting skills - ๐ŸŽฌ Content Producer mode with 5 supporting skills - ๐ŸŽจ Learning Experience Designer mode with 5 supporting skills - โ™ฟ Accessibility Auditor mode with 5 supporting skills #### Skills - `learning-objective-validator` - Validate objectives against Bloom's Taxonomy - `competency-mapper` - Map objectives to competency frameworks - `curriculum-gap-analyzer` - Identify gaps in curriculum coverage - `standards-compliance-checker` - Verify alignment with educational standards - `prerequisite-analyzer` - Validate prerequisite chains - `readability-analyzer` - Analyze content readability - `tone-consistency-checker` - Ensure consistent voice and tone - `active-learning-designer` - Design active learning exercises - `explanation-quality-checker` - Evaluate explanation effectiveness - `formative-assessment-writer` - Generate formative assessment questions - `assessment-validator` - Validate assessment alignment - `item-analysis-tool` - Statistical analysis of assessment items - `rubric-generator` - Create analytic and holistic rubrics - `bias-detector` - Identify bias in assessment items - `adaptive-logic-designer` - Design adaptive assessment logic - `storyboard-validator` - Validate multimedia storyboards - `media-asset-manager` - Manage multimedia educational assets - `scorm-packager` - Package content for LMS delivery - `caption-quality-checker` - Validate caption and transcript quality - `interactive-content-builder` - Create H5P and interactive content - `journey-mapper` - Map learner journeys and pathways - `engagement-analyzer` - Analyze learner engagement patterns - `gamification-designer` - Design gamification elements - `microlearning-architect` - Design microlearning structures - `ui-spec-generator` - Generate UI specifications - `wcag-compliance-checker` - Audit WCAG compliance - `screen-reader-simulator` - Simulate screen reader experience - `color-contrast-analyzer` - Analyze color contrast ratios - `cognitive-accessibility-checker` - Evaluate cognitive accessibility - `remediation-advisor` - Provide accessibility remediation guidance #### Documentation - Project README with quick start guide - Development plan (docs/plan.md) - Software Requirements Specification (docs/srs.md) - Agent configuration guidelines (AGENTS.md) ### Changed ### Deprecated ### Removed ### Fixed ### Security --- ## [1.0.0] - 2026-04-24 ### Added - Initial release of Innovation Content project - 6 modes for educational content development - 30 skills supporting the modes (5 per mode) - 42 XML instruction files (7 per mode) - Comprehensive documentation (README, CHANGELOG, AGENTS, Plan, SRS) ### Mode Details | Mode | XML Rules | Skills | |------|-----------|--------| | Curriculum Designer | 7 | learning-objective-validator, competency-mapper, curriculum-gap-analyzer, standards-compliance-checker, prerequisite-analyzer | | Instructional Writer | 7 | readability-analyzer, tone-consistency-checker, active-learning-designer, explanation-quality-checker, formative-assessment-writer | | Assessment Developer | 7 | assessment-validator, item-analysis-tool, rubric-generator, bias-detector, adaptive-logic-designer | | Content Producer | 7 | storyboard-validator, media-asset-manager, scorm-packager, caption-quality-checker, interactive-content-builder | | LX Designer | 7 | journey-mapper, engagement-analyzer, gamification-designer, microlearning-architect, ui-spec-generator | | Accessibility Auditor | 7 | wcag-compliance-checker, screen-reader-simulator, color-contrast-analyzer, cognitive-accessibility-checker, remediation-advisor | ### XML Rule Files (per mode) 1. `1_workflow.xml` - Primary workflow definition 2. `2_best_practices.xml` - Best practices and guidelines 3. `3_common_patterns.xml` - Common design patterns 4. `4_decision_guidance.xml` - Decision-making guidance 5. `5_examples.xml` - Worked examples 6. `6_error_handling.xml` - Error handling procedures 7. `7_communication.xml` - Communication and handoff protocols