tutorial-selfloop
Installation
SKILL.md
Tutorial Self-Loop
Goal: converge the tutorial deliverable to a stable teaching-quality bar.
The gate should compare output/TUTORIAL.md against the intended module shape from outline/module_plan.yml, rather than acting like a generic prose checker.
Inputs
output/TUTORIAL.mdoutline/module_plan.yml
Outputs
output/TUTORIAL_SELFLOOP_TODO.md
Checks
- reader orientation section exists
- at least one real module exists
- each module has teaching components, not just a block of prose
- source notes are visible but lightweight
Script
Quick Start
python .codex/skills/tutorial-selfloop/scripts/run.py --workspace <ws>
All Options
--workspace <dir>(required)--unit-id <U###>--inputs <semicolon-separated>--outputs <semicolon-separated>--checkpoint <C#>
Examples
- Run the tutorial gate:
python .codex/skills/tutorial-selfloop/scripts/run.py --workspace <ws>
Related skills