Skip to main content

Curriculum Project Manager

Autonomous project management system for AI curriculum development using the orchestrator agent and educational framework. Creates detailed project plans with checkboxes, manages multi-session progress, and coordinates agent workflows.

File: curriculum_project_manager.py

Classes

ProjectPhase

No description

TaskStatus

No description

ProjectTask

No description

ProjectMilestone

No description

CurriculumProject

No description

CurriculumProjectManager

Autonomous project manager for AI curriculum development

Functions

main()

Example usage of curriculum project manager

create_project(title, description, scope)

Create new curriculum development project with automated task breakdown

generate_orchestrator_plan()

Generate detailed project plan for orchestrator agent

generate_task_execution_script(task_id)

Generate executable script for specific task

save_project()

Save project state to file

load_project(project_file)

Load project from file

Usage

python curriculum_project_manager.py