tutorial-context-pack
Installation
SKILL.md
Tutorial Context Pack
Goal: combine module plan, source coverage, and provenance snippets into one deterministic pack per module.
The pack builder should pull module structure from outline/module_plan.yml, grounding from outline/source_coverage.jsonl, and concrete source pointers from sources/provenance.jsonl.
Inputs
outline/module_plan.ymloutline/source_coverage.jsonlsources/provenance.jsonl
Outputs
outline/tutorial_context_packs.jsonl
Suggested fields
module_idtitleobjectivecore_conceptsworked_example_candidatespitfallsexercise_seedsource_snippets
Definition of Done
- One pack per module.
- Packs mention actual source IDs/snippets.
- Packs are prose-ready but not reader-facing prose.
Related skills