chore: release v1.1.0 - add Support Team Guide and User Guide, update all docs to v1.1.0
This commit is contained in:
110
CHANGELOG.md
Normal file
110
CHANGELOG.md
Normal file
@@ -0,0 +1,110 @@
|
||||
# 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.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
|
||||
Reference in New Issue
Block a user