بنقرة واحدة
self-assess-readiness
Assess your readiness to coach a learner through each SLT.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Assess your readiness to coach a learner through each SLT.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Evaluate SLT quality across 5 dimensions with rewrite suggestions.
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.
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 | self-assess-readiness |
| description | Assess your readiness to coach a learner through each SLT. |
| license | MIT |
| metadata | {"author":"Andamio","version":"1.0.0"} |
Evaluates your readiness to coach a learner through each Student Learning Target (SLT) in a set. Identifies where supplementary documentation or examples are needed and prioritizes which lessons to build first.
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 readiness, read the knowledge base for calibration data that should adjust your confidence. If any knowledge file does not exist, skip it and proceed without calibration data — use default confidence levels.
Read knowledge/readiness/calibration.yaml
Read knowledge/readiness/context-leverage.yaml
Surface calibration insights (if data exists):
### Calibration Note
Based on [n] previous assessments:
- Overall accuracy: [%]
- Tendency to overrate: Code Demo for niche libraries
- Adjustment applied: Downgrading Code Demo for Cardano Go libraries from Partial to Weak
The user will provide a markdown file containing a list of SLTs. Read the file, then assess your readiness to coach each SLT against the dimensions below. Always read knowledge/research/slt-research-report.md for full research context before running the assessment.
Before scoring any SLT, run these six self-check tests internally. They are not output sections — they are thinking discipline that must shape every rating you give.
These tests are not optional. They are the difference between a useful readiness assessment and a self-congratulatory one.
Evaluate each SLT on the following four dimensions:
Can you explain this topic accurately, clearly, and at the right depth for a learner?
Can you write working, idiomatic code for this SLT?
Can you evaluate whether a student's work meets this SLT?
Is your knowledge of this topic likely current?
Each SLT gets an overall rating determined by its weakest dimension:
Respond with a markdown document structured as follows:
# Coaching Readiness Assessment
## Summary
- **Total SLTs assessed**: [number]
- **Distribution**: [count] Ready / [count] Needs Context / [count] Needs Human
- **Overview**: [1-2 sentences on the overall pattern — where you are strong, where you are not]
## Readiness by Module
| Module | Ready | Needs Context | Needs Human | Notes |
|--------|-------|---------------|-------------|-------|
| [module name] | [count] | [count] | [count] | [brief note on module-level pattern] |
| ... | ... | ... | ... | ... |
## Per-SLT Assessment
### Module: [module name]
| # | SLT | Conceptual | Code Demo | Assessment | Currency | Overall |
|---|-----|-----------|-----------|------------|----------|---------|
| [num] | [SLT text, truncated if long] | [rating] | [rating] | [rating] | [rating] | [verdict] |
| ... | ... | ... | ... | ... | ... | ... |
#### Gap Analysis
**SLT [num]: "[SLT text]"**
- **Weak/Partial dimensions**: [list which dimensions and why]
- **What I would need**: [specific docs, examples, API references, or human review needed]
- **Risk if coached without context**: [what could go wrong — wrong API, outdated pattern, missed error]
[Repeat gap analysis for every SLT not rated Ready. Skip for Ready SLTs.]
---
[Repeat Per-SLT Assessment for each module]
## Lesson Prioritization
### Tier 1: Build First
SLTs rated Ready. These can be turned into lessons immediately.
| # | SLT | Module | Rationale |
|---|-----|--------|-----------|
| ... | ... | ... | [why this is safe to build now] |
### Tier 2: Build with Context
SLTs rated Needs Context. These can be built once supplementary materials are gathered.
| # | SLT | Module | Context Needed |
|---|-----|--------|---------------|
| ... | ... | ... | [what you need before building] |
### Tier 3: Defer
SLTs rated Needs Human. These require human expert input before lesson creation.
| # | SLT | Module | Reason for Deferral |
|---|-----|--------|-------------------|
| ... | ... | ... | [why human input is essential] |
## Context Shopping List
Consolidated, deduplicated list of resources needed to move SLTs from Needs Context or Needs Human to Ready.
| Resource | Type | SLTs Unlocked | Priority |
|----------|------|---------------|----------|
| [e.g., "gOuroboros v0.x API reference"] | [Docs / Example Code / Human Review / Version Confirmation] | [list of SLT numbers] | [High / Medium / Low] |
| ... | ... | ... | ... |
Priority is determined by leverage — resources that unlock the most SLTs rank highest.
## Set-Level Observations
[After all individual assessments, note patterns across the full set:]
- **Strength clusters** — where are you most ready, and why?
- **Weakness clusters** — where are you least ready, and what is the common thread?
- **Critical path** — which Context Shopping List items would unlock the most lessons?
- **Sequencing implications** — does readiness pattern suggest a different module order than the SLT set implies?
- **Confabulation risk zones** — which areas have the highest risk of plausible-sounding but wrong coaching?
BuildTransaction signature and required parameters" is useful.assess-slts skill. This skill only evaluates your readiness to coach them as written.