willoscar/module-planner
| Use when a tutorial concept DAG exists and the run needs an ordered teaching plan with objectives and outputs.
npx skills add https://github.com/WILLOSCAR/research-units-pipeline-skills --skill module-planner
Turns the concept graph into the teachable module sequence used by later tutorial stages.
outline/concept_graph.ymloutline/module_plan.ymlThe module plan must define:
modulesid, titleobjectivesconceptsoutputsrunning_example_stepsscripts/run.py should:
Keep graph traversal and clustering heuristics in shared tutorial tooling, not in the wrapper script.
outline/module_plan.yml existsTake willoscar/module-planner from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.