46 lines
1.4 KiB
Markdown
46 lines
1.4 KiB
Markdown
---
|
|
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
|