원클릭으로
assess-slts
Evaluate SLT quality across 5 dimensions with rewrite suggestions.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Evaluate SLT quality across 5 dimensions with rewrite suggestions.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Interview the user to classify each SLT by lesson type and build up lesson type heuristics.
Draft Student Learning Targets for a new course or module.
Assess your readiness to coach a learner through each SLT.
Release a new version of Coach across all three distribution channels — Claude Code marketplace, npm, and GitHub.
Capture and apply knowledge from course development to improve future runs.
Orchestrate course development workflow, track progress, and capture learnings.
| name | assess-slts |
| description | Evaluate SLT quality across 5 dimensions with rewrite suggestions. |
| license | MIT |
| metadata | {"author":"Andamio","version":"1.0.0"} |
Evaluates the quality of a list of Student Learning Targets (SLTs) against established education research and Andamio protocol conventions. Provides per-SLT assessment and actionable suggestions for improvement.
Resolve file paths based on your execution context:
${CLAUDE_PLUGIN_ROOT} is set): Read knowledge from ${CLAUDE_PLUGIN_DATA}/knowledge/ (user data), falling back to ${CLAUDE_PLUGIN_ROOT}/knowledge/ (seed data). Read research from ${CLAUDE_PLUGIN_ROOT}/knowledge/research/.knowledge/ relative to the project root (research is at knowledge/research/).Before assessing SLTs, read the knowledge base for patterns that should influence your assessment. If any knowledge file does not exist, skip it and proceed without prior patterns — note "No prior data available" in output.
Read knowledge/slt-patterns/quality-issues.yaml
Read knowledge/slt-patterns/successful-rewrites.yaml
Surface knowledge in assessment (if relevant patterns exist):
**Known Issue:** This pattern (task-focused verb) was flagged in 3 previous courses.
**Proven Rewrite:** "I can complete the setup" → "I can configure my environment to run X" (from andamio-for-contributors)
The user will provide a markdown file containing a list of SLTs. Read the file, then assess each SLT against the criteria below. Always read knowledge/research/slt-research-report.md for full research context before running the assessment.
Evaluate each SLT on the following dimensions, rating each as Strong, Acceptable, or Needs Work:
Respond with a markdown document structured as follows:
# SLT Quality Assessment
## Summary
- **Total SLTs reviewed**: [number]
- **Overall quality**: [brief 1-2 sentence summary]
- **Distribution**: [count] Strong / [count] Acceptable / [count] Needs Work
## Per-SLT Assessment
### SLT 1: "[full text of SLT]"
| Criterion | Rating | Notes |
|-----------|--------|-------|
| Student-Facing Language | [rating] | [brief note] |
| Focus on Learning | [rating] | [brief note] |
| Specificity & Measurability | [rating] | [brief note] |
| Cognitive Level | [Bloom's level] | [brief note] |
| Standalone Clarity | [rating] | [brief note] |
**Overall**: [Strong / Acceptable / Needs Work]
**Suggestion**: [If not Strong, provide a concrete rewrite or improvement. If Strong, say "No changes needed."]
---
[Repeat for each SLT]
## Set-Level Observations
[After all individual assessments, note any patterns across the full set:]
- Bloom's level distribution — are targets clustered at one level?
- Gaps — are there obvious areas of learning not covered?
- Redundancy — do any SLTs overlap significantly?
- Prerequisite logic — does the ordering suggest a reasonable learning progression?