chore: release v1.1.0 - add Support Team Guide and User Guide, update all docs to v1.1.0
This commit is contained in:
45
skills/learning-objective-validator/SKILL.md
Normal file
45
skills/learning-objective-validator/SKILL.md
Normal file
@@ -0,0 +1,45 @@
|
||||
---
|
||||
name: learning-objective-validator
|
||||
description: Validates that learning objectives are properly formulated using Bloom's Taxonomy verbs, are measurable, and are appropriately scoped for the target audience.
|
||||
---
|
||||
|
||||
# learning-objective-validator
|
||||
|
||||
## Capabilities
|
||||
|
||||
- Parse learning objectives from curriculum documents
|
||||
- Classify objectives by Bloom's Taxonomy level (Remember, Understand, Apply, Analyze, Evaluate, Create)
|
||||
- Suggest improvements for poorly formulated objectives
|
||||
- Validate measurability criteria
|
||||
- Check for appropriate scope and granularity
|
||||
|
||||
## Usage
|
||||
|
||||
Use this skill when:
|
||||
- Drafting new learning objectives
|
||||
- Reviewing existing objectives for quality
|
||||
- Validating objectives before curriculum approval
|
||||
|
||||
## Input
|
||||
|
||||
Learning objectives in text format, one per line or as a list.
|
||||
|
||||
## Output
|
||||
|
||||
Validation report with:
|
||||
- Bloom's Taxonomy classification for each objective
|
||||
- Measurability assessment (measurable/not measurable)
|
||||
- Suggested improvements for non-measurable objectives
|
||||
- Overall quality score and recommendations
|
||||
|
||||
## Limitations
|
||||
|
||||
- Cannot validate alignment to content without access to lesson materials
|
||||
- Bloom's classification is based on verb analysis, not full context
|
||||
- Does not assess whether objectives are achievable within given timeframe
|
||||
|
||||
## Assumptions
|
||||
|
||||
- Objectives are written in English
|
||||
- Bloom's Taxonomy (revised) is the reference framework
|
||||
- Target audience reading level is known
|
||||
Reference in New Issue
Block a user