Break a monthly theme into 3-4 weekly sub-themes with methodology selection, learning focus, and a multi-activity monthly matrix. This produces a shared planning record that project workspaces can later reference.
Break a monthly theme from the semester calendar into weekly sub-themes, methodology assignments, and a month-level activity matrix. This is a global planning asset, but it should be detailed enough to guide a full thematic curriculum package.
early-childhood-curriculum-expert.md using runtime scope order: .workshop/agents/custom/ → experts/ → workshop-planner/agents/.workshop/agents/custom/*.mdexperts/*.mdworkshop-planner/agents/*.md.workshop/ exists.workshop/plans/{workspace}/semester-plan.md — if present, read it to get the month's theme, age group, and allocated methodology.workshop/kb/lesson-plans/*.mdreferences/monthly-activity-matrix-template.md as the preferred output shape when designing a thematic curriculum packageIf semester-plan exists, auto-populate from it. Otherwise ask:
请提供以下信息:
- 月度主题: 本月的教学主题(如"春天的花")
- 年龄段: 小班/中班/大班
- 可用周数: 通常 3-4 周
- 教学法偏好: PBL / 五步法 / 主题式课程 / 混合
- 活动类型要求(可选): 是否需要覆盖教学活动、区域活动、户外游戏、生活渗透、家园互动?
For each week, generate:
Week {N}: {子主题名称}
Focus: {本周教学重点}
Methodology: {pbl-huamei / five-step / mixed}
Domains: {核心领域}
Key Activities:
- {活动1概要}
- {活动2概要}
- {活动3概要}
Materials Preview: {本周关键材料}
Generate a month-level matrix following references/monthly-activity-matrix-template.md:
| 周次 | 教学活动 | 区域活动 | 户外游戏 | 生活渗透 | 家园互动 |
|---|---|---|---|---|---|
| 第 1 周 | {3-5 项} | {4-6 项} | {1-2 项} | {1-2 项} | {1-2 项} |
| 第 2 周 | {3-5 项} | {4-6 项} | {1-2 项} | {1-2 项} | {1-2 项} |
| 第 3 周 | {3-5 项} | {4-6 项} | {1-2 项} | {1-2 项} | {1-2 项} |
| 第 4 周 | {3-5 项} | {4-6 项} | {1-2 项} | {1-2 项} | {1-2 项} |
Rules:
thematic-curriculum, prioritize balanced multi-activity coverage each weekFor each week, recommend a methodology and explain why:
| 周次 | 推荐教学法 | 理由 |
|---|---|---|
| Week 1 | five-step | 单课时导入适合快速建立认知 |
| Week 2-3 | pbl-huamei / five-step | 根据主题复杂度和探究深度选择 |
| Week 4 | five-step | 总结展示适合结构化教学 |
Present the monthly plan. Wait for approval. If changes requested, adjust.
Before writing the plan, initialize the planning workspace:
python3 workshop-core/scripts/runtime_setup.py prepare-plan \
{workspace} \
--plan-level month \
--methodology {selected-methodology-if-any}
Write to .workshop/plans/{workspace}/month-plan.md.
The output should now include:
When the pipeline is thematic-curriculum, prefer the matrix template over a generic weekly summary.
Update .workshop/plans/{workspace}/config.yaml with the month's methodology setting if the user specifies a preference.
Update planning status with:
python3 workshop-core/scripts/workspace_status.py complete-planning \
{workspace} \
--plan-level month
Suggest next steps:
下一步:
/workshop-planner:week-plan {周次}— 细化某周的每日安排- 为某个周主题创建或进入 project workspace
/workshop-pbl:design {主题}— 在项目中开始 PBL 周的设计/workshop-5step:lesson {主题}— 在项目中开始五步法教案设计- 为主题式课程场景准备区域活动 / 户外游戏 / 生活渗透 / 家园互动活动稿
week-plan for that)