Loading...
Loading...
Create detailed lesson plans, instructional materials, learning activities, and differentiation strategies aligned to learning objectives. Use when developing instructional content, writing lesson plans, or creating learning activities. Activates on "create lesson plan", "develop content for [objective]", "write instructional materials", or "design learning activities".
npx skill4agent add pauljbernard/content curriculum-develop-content# Lesson Plan: [TITLE]
**Learning Objectives**: [LO-X.X, LO-X.Y]
**Educational Level**: [Level]
**Duration**: [Time]
**Lesson Date**: [Date]
## Lesson Overview
**Purpose**: [What this lesson accomplishes in the unit sequence]
**Big Idea**: [Core concept students will understand]
**Essential Question**: [Open-ended question framing the learning]
## Standards Addressed
- [Standard Code]: [Standard description]
## Learning Objectives
By the end of this lesson, students will:
- **LO-X.X**: [Full objective with success criteria]
- **LO-X.Y**: [Full objective with success criteria]
## Materials & Resources
**Teacher Materials**:
- [Item 1 with quantity]
- [Item 2 with quantity]
**Student Materials**:
- [Item 1 per student/group]
- [Item 2 per student/group]
**Technology**: [Devices, software, websites needed]
**Handouts**: [List all worksheets, guides]
## Prerequisite Knowledge
Students should already know/be able to:
- [Prerequisite 1]
- [Prerequisite 2]
## Lesson Procedures
### 1. Hook/Engagement (5 minutes)
**Activity**: [Compelling opening]
**Teacher Does**:
- [Action 1]
- [Action 2]
**Students Do**:
- [Response 1]
- [Response 2]
**Purpose**: [Why this hook connects to learning]
### 2. Direct Instruction (15 minutes)
**Objective Addressed**: [LO-X.X]
**Content to Cover**:
- [Concept 1 with explanation]
- [Concept 2 with explanation]
- [Concept 3 with explanation]
**Teaching Strategy**: [Lecture, demonstration, think-aloud, etc.]
**Teacher Script/Notes**:
> [Key points to emphasize, example explanations, questions to pose]
**Check for Understanding**:
- [Quick check method]
- [Expected response]
### 3. Guided Practice (15 minutes)
**Objective Addressed**: [LO-X.X]
**Activity**: [Description of collaborative/supported practice]
**Grouping**: [Individual, pairs, small groups, whole class]
**Task**:
1. [Step 1 students complete with support]
2. [Step 2 students complete with support]
3. [Step 3 students complete with support]
**Teacher Role**:
- Circulate and monitor
- Ask probing questions: [Examples]
- Provide scaffolding: [How]
**Success Indicators**:
- Students can [observable behavior]
- Common errors to watch for: [List]
### 4. Independent Practice (20 minutes)
**Objective Addressed**: [LO-X.Y]
**Activity**: [Description of individual application]
**Task**: [Detailed instructions students will receive]
**Differentiation** (see full section below):
- **Advanced**: [Extension]
- **On-Level**: [Core task]
- **Support Needed**: [Simplified/scaffolded version]
**Assessment**: [How you'll know students achieved objective]
### 5. Closure (5 minutes)
**Activity**: [Exit ticket, reflection, summary]
**Prompts**:
- [Question 1 to assess understanding]
- [Question 2 to connect to next lesson]
**Next Steps**: [Preview of upcoming lesson]
## Differentiation Strategies
### For Advanced Learners
- **Challenge**: [Extension activity or deeper question]
- **Enrichment**: [Additional complexity or real-world application]
- **Pacing**: [Allow faster pace, add breadth]
### For Struggling Learners
- **Scaffolding**: [Sentence frames, graphic organizers, step-by-step guides]
- **Simplification**: [Reduced complexity, fewer steps]
- **Support**: [Partner work, teacher check-ins, modified success criteria]
### For English Language Learners
- **Language Support**: [Vocabulary pre-teaching, visual aids, sentence stems]
- **Comprehension**: [Simplified text, translated resources, buddy system]
- **Expression**: [Allow native language, provide word banks]
### For Students with Disabilities
- **Accommodations**: [Extended time, reduced items, assistive technology]
- **Modifications**: [Adjusted expectations, alternative formats]
- **Supports**: [Visual schedules, manipulatives, sensory tools]
## Assessment
### Formative Assessment (During Lesson)
- **Checks**: [Questions, observations, quick tasks]
- **Purpose**: [What you're monitoring]
- **Adjustments**: [How you'll respond to data]
### Summative Assessment (End of Lesson)
- **Method**: [Exit ticket, quiz, observation, product]
- **Criteria**: [What constitutes mastery]
- **Data Use**: [How results inform next steps]
## Common Misconceptions & How to Address
1. **Misconception**: [What students often think]
- **Why**: [Reasoning behind misconception]
- **Address**: [Instructional strategy to correct]
2. **Misconception**: [Another common error]
- **Why**: [Reasoning]
- **Address**: [Strategy]
## Vocabulary
| Term | Student-Friendly Definition | Visual/Example |
|------|----------------------------|----------------|
| [Word 1] | [Simple definition] | [How to represent] |
| [Word 2] | [Simple definition] | [How to represent] |
## Safety Considerations (if applicable)
- [Safety rule or precaution]
- [Equipment handling procedures]
## Homework/Extension (optional)
**Assignment**: [Description]
**Purpose**: [How this extends/reinforces learning]
**Time Expected**: [Minutes]
## Reflection Notes (Post-Lesson)
*To be completed after teaching:*
**What worked well**:
**What to adjust**:
**Student challenges**:
**Time management**:
---
**Artifact Metadata**:
- **Artifact Type**: Lesson Plan
- **Objectives**: [LO list]
- **Level**: [Level]
- **Duration**: [Time]
- **Next Phase**: Review or Delivercurriculum-artifacts/lessons/[title]-lesson.md{
"artifact_type": "lesson_plan",
"title": "string",
"objectives": ["LO-1.1"],
"duration_minutes": 45,
"level": "string",
"sections": [
{
"name": "Hook",
"duration_minutes": 5,
"activities": ["string"],
"teacher_actions": ["string"],
"student_actions": ["string"]
}
],
"materials": ["string"],
"assessments": ["string"]
}# Develop content for specific objectives
/curriculum.develop-content --objectives "LO-1.1,LO-1.2" --duration "45 min" --level "6-8"
# With context from design
/curriculum.develop-content --design "photosynthesis-design.md" --lesson "Unit 1, Lesson 1"
# Multiple lessons at once
/curriculum.develop-content --design "quadratics-design.md" --unit "Unit 1" --all-lessons
# JSON output
/curriculum.develop-content --objectives "LO-3.1" --format json
# Help
/curriculum.develop-content --help/curriculum.design/curriculum.assess-design/curriculum.research/curriculum.develop-multimedia/curriculum.review-pedagogy/curriculum.package-*