module-planner

Sequence concepts from a graph into tutorial modules with objectives and outputs.

497|38|Updated Jan 7, 2026
One-click install
npx skills add https://github.com/WILLOSCAR/research-units-pipeline-skills --skill module-planner
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: module-planner
Source: https://github.com/WILLOSCAR/research-units-pipeline-skills/tree/main/.codex/skills/module-planner
Command: npx skills add https://github.com/WILLOSCAR/research-units-pipeline-skills --skill module-planner

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill transforms complex concept dependencies into a clear, teachable sequence of tutorial modules, ensuring a logical learning path.

Core Features & Use Cases

  • Concept-to-Module Mapping: Organizes a graph of concepts into distinct learning modules.
  • Objective Definition: Generates measurable objectives for each module.
  • Output Specification: Defines concrete outputs learners should produce.
  • Use Case: When developing an online course, use this Skill to automatically break down the subject matter (represented as a concept graph) into a structured list of modules, each with clear learning goals and expected outcomes.

Quick Start

Use the module planner skill to create a tutorial module plan from the concept graph outline/concept_graph.yml.

Frequently Asked Questions about module-planner

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I structure a tutorial from a concept graph?

To structure a tutorial from a concept graph, you sequence the concepts into a teachable outline. This process organizes dependencies into distinct learning modules with clear objectives and expected outputs.

What's the best way to plan curriculum modules from existing concepts?

Planning curriculum modules from existing concepts involves mapping a concept graph into a structured sequence. This generates measurable module objectives, concrete outputs, and running example steps for a logical learning path.

How does concept-to-module mapping work for online course design?

Concept-to-module mapping for online course design works by taking a structured concept graph and transforming complex dependencies into a clear sequence. It generates teachable modules with specific learning goals and outcomes.

Do I need a specific input file to generate a module plan?

Yes, you need a concept graph input file named outline/concept_graph.yml. The module planner requires this structure to read dependencies and generate the teachable sequence saved as outline/module_plan.yml.

What outputs are generated when sequencing concepts into teachable modules?

Sequencing concepts into teachable modules generates a structured plan file containing module objectives, expected learner outputs, and running example steps. This plan is saved as outline/module_plan.yml for curriculum design.