Subject Folder Structure

Each subject should follow this standardized structure to ensure consistency and ease of use.

Required Structure

subjects/[subject-name]/
├── README.md                 # Overview of the subject tutor
├── bot-config.md            # ChatGPT custom instructions
├── questions/               # Sample questions and activities
│   ├── beginner/           # Entry-level questions
│   ├── intermediate/       # Mid-level questions
│   ├── advanced/          # Complex questions
│   └── README.md          # Guide to using questions
├── rubrics/               # Grading guidelines
│   ├── critical-thinking-rubric.md
│   └── subject-specific-rubric.md
├── examples/              # Sample conversations
│   ├── good-example.md    # Example of excellent critical thinking
│   ├── needs-improvement.md # Example needing more depth
│   └── README.md          # How to interpret examples
└── resources/             # Additional materials
    ├── setup-guide.md     # How to create the custom GPT
    ├── teacher-guide.md   # Instructions for educators
    └── student-guide.md   # Instructions for students

File Requirements

README.md (Root of subject folder)

bot-config.md

Questions Folder

Rubrics Folder

Examples Folder

Resources Folder

Naming Conventions

Quality Standards