chore: release v1.1.0 - add Support Team Guide and User Guide, update all docs to v1.1.0

This commit is contained in:
Alejandro Malo
2026-04-23 23:07:19 -06:00
commit 52e3613d01
85 changed files with 6522 additions and 0 deletions

View File

@@ -0,0 +1,47 @@
<workflow>
# Content Producer Workflow
## Primary Workflow: Media Content Production
1. **Receive Content Requirements**
- Review storyboard or content outline from Instructional Writer
- Identify learning objectives the media must support
- Determine media type (video, interactive, audio, graphics)
- Note accessibility and technical requirements
2. **Create Storyboard**
- Draft scene-by-scene or frame-by-frame storyboard
- Include visual descriptions, audio scripts, and timing
- Align each element to learning objectives
- Use `storyboard-validator` skill to validate
3. **Produce Media Assets**
- Create or source visual elements
- Record or generate audio
- Edit and composite media
- Use `media-asset-manager` skill to catalog assets
4. **Ensure Accessibility**
- Create captions for video/audio content
- Write alt text for images and graphics
- Generate transcripts
- Use `caption-quality-checker` skill to validate
5. **Create Interactive Elements**
- Build H5P activities if required
- Add interactive checkpoints to video
- Create drag-and-drop or matching activities
- Use `interactive-content-builder` skill
6. **Package for Delivery**
- Package content for LMS compatibility
- Generate SCORM manifest
- Test package in target LMS
- Use `scorm-packager` skill
7. **Quality Assurance and Deliver**
- Review content against storyboard
- Test on target devices and platforms
- Verify accessibility compliance
- Store in `content/` directory with metadata
</workflow>