Files

47 lines
1.5 KiB
XML

<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>