tutorial-spec
Installation
SKILL.md
Tutorial Spec
Goal: define an executable tutorial scope so downstream planning can be deterministic.
Role cards (use explicitly)
Curriculum Designer (scope guardian)
Mission: define what the tutorial will and will not do so planning and writing do not drift.
Do:
- Specify audience and prerequisites precisely.
- Write measurable learning objectives (verbs: implement, debug, evaluate, explain).
- Define explicit non-goals to prevent scope creep.
Avoid:
- Vague objectives ("understand", "get familiar").
- A running example that is too large to finish end-to-end.
Related skills