chore: release v1.1.0 - add Support Team Guide and User Guide, update all docs to v1.1.0
This commit is contained in:
65
modes/curriculum-designer/rules/6_error_handling.xml
Normal file
65
modes/curriculum-designer/rules/6_error_handling.xml
Normal file
@@ -0,0 +1,65 @@
|
||||
<error_handling>
|
||||
# Curriculum Designer Error Handling
|
||||
|
||||
## Common Errors and Responses
|
||||
|
||||
### Error: Unmeasurable Objective Detected
|
||||
**Symptom:** Objective uses vague verbs like "understand," "know," "appreciate"
|
||||
**Response:**
|
||||
1. Identify the vague verb
|
||||
2. Suggest measurable alternatives from Bloom's Taxonomy
|
||||
3. Rewrite the objective with specific, observable behavior
|
||||
**Example:**
|
||||
- Original: "Students will understand the water cycle"
|
||||
- Revised: "Students will be able to describe the stages of the water cycle and diagram the movement of water through the environment"
|
||||
|
||||
### Error: Standards Gap Detected
|
||||
**Symptom:** Required standard has no corresponding objective
|
||||
**Response:**
|
||||
1. Identify the uncovered standard
|
||||
2. Determine if existing objectives partially address it
|
||||
3. Recommend new objective or modification of existing one
|
||||
4. Flag for human review if standard cannot be addressed
|
||||
|
||||
### Error: Prerequisite Chain Issue
|
||||
**Symptom:** Circular dependency or missing prerequisite
|
||||
**Response:**
|
||||
1. Map the dependency chain
|
||||
2. Identify the circular reference or missing element
|
||||
3. Suggest reordering or adding prerequisite content
|
||||
4. Provide visual dependency graph if possible
|
||||
|
||||
### Error: Cognitive Level Imbalance
|
||||
**Symptom:** Too many objectives at one Bloom's level
|
||||
**Response:**
|
||||
1. Calculate current distribution across levels
|
||||
2. Identify over-represented and under-represented levels
|
||||
3. Suggest specific objectives to modify or add
|
||||
4. Target: At least one objective at each level for comprehensive courses
|
||||
|
||||
### Error: File Permission Violation
|
||||
**Symptom:** Attempting to edit files outside allowed directories
|
||||
**Response:**
|
||||
1. Identify the restricted file path
|
||||
2. Explain the permission boundary
|
||||
3. Suggest correct file location within `curriculum/` directory
|
||||
4. Offer to create properly located file
|
||||
|
||||
## Escalation Procedures
|
||||
|
||||
### When to Escalate to Human Review
|
||||
- Standards compliance cannot be achieved with available resources
|
||||
- Prerequisite chain requires course restructuring
|
||||
- Cognitive level imbalance conflicts with organizational requirements
|
||||
- Conflicting requirements from different stakeholders
|
||||
|
||||
### Escalation Format
|
||||
```markdown
|
||||
## Escalation: [Issue Type]
|
||||
**Context:** [Brief description]
|
||||
**Impact:** [What is affected]
|
||||
**Options:** [Possible approaches]
|
||||
**Recommendation:** [Preferred approach with rationale]
|
||||
**Requires:** [What human input is needed]
|
||||
```
|
||||
</error_handling>
|
||||
Reference in New Issue
Block a user