A Claude agent workspace for designing, aligning, and iteratively improving educational curricula through structured peer review workflows. Built on evidence-based instructional design principles including backward design, Bloom's Revised Taxonomy, and Webb's Depth of Knowledge.
Curriculum design is often done in isolation — a single instructor or designer drafts objectives, builds assessments, and creates activities without structured feedback loops. Research consistently shows that peer review improves alignment, reduces blind spots, and produces more rigorous learning experiences. This workspace operationalizes that research by embedding peer review directly into the curriculum design workflow.
The agent acts as both a design collaborator and a peer review facilitator, helping educators move from vague goals to measurable, standards-aligned learning objectives with matched assessments and activities.
- Clone this workspace into your Claude agent environment
- Run
/onboardto configure your teaching context, subject area, learner demographics, and institutional standards - Start designing with
/design-unitor bring existing curriculum materials for review with/peer-review
- A clear sense of your subject area and learner audience
- Any institutional standards or frameworks you need to align with (Common Core, NGSS, ISTE, AP, IB, etc.)
- Existing curriculum documents (optional — you can start from scratch)
| Command | Purpose | Input | Output |
|---|---|---|---|
/onboard |
Initialize workspace context | Interactive interview | Populated context files |
/design-unit |
Create a new curriculum unit | Topic, duration, learner level | Unit plan with objectives, assessments, activities |
/peer-review |
Run peer review on materials | Curriculum document or unit plan | Structured feedback with revision recommendations |
/align-standards |
Map objectives to frameworks | Learning objectives list | Standards alignment matrix |
/rubric-gen |
Generate assessment rubrics | Learning objectives + assessment type | Analytic or holistic rubric |
curriculum-design-peer-review/
├── CLAUDE.md # Agent identity and command index
├── README.md # This file
├── CREATION_REPORT.md # Build rationale and domain notes
├── context/
│ ├── project.md # Course/program details (via /onboard)
│ ├── role.md # Your role and institution (via /onboard)
│ ├── constraints.md # Design boundaries and preferences
│ └── for-agent/
│ ├── domain-knowledge.md # Instructional design frameworks
│ ├── workflows.md # Peer review and design workflows
│ ├── environment.md # Toolchain and platform details
│ └── tools.md # Recommended integrations
├── .claude/commands/ # Slash commands
│ ├── onboard.md
│ ├── design-unit.md
│ ├── peer-review.md
│ ├── align-standards.md
│ └── rubric-gen.md
├── prompts/ # Reusable prompt templates
│ ├── bloom-objective-writer.md
│ ├── constructive-feedback.md
│ └── backward-design-planner.md
├── resources/
│ ├── blooms-taxonomy-verbs.md
│ ├── webbs-dok-guide.md
│ └── peer-review-checklist.md
├── planning/ # Active design plans
├── outputs/ # Generated curriculum artifacts
├── user-docs/ # Reference documentation
├── work-log/ # Session tracking
└── .gitkeep files # Preserve empty directories
The workspace follows the Understanding by Design (UbD) framework:
- Identify desired results — What should learners know and be able to do?
- Determine acceptable evidence — How will we know they learned it?
- Plan learning experiences — What activities will get them there?
All learning objectives are drafted using measurable verbs from Bloom's cognitive process dimensions: Remember, Understand, Apply, Analyze, Evaluate, Create.
The structured peer review process follows four phases:
- Submission — Designer submits unit plan or objectives
- Criteria-based review — Reviewer evaluates against alignment checklist
- Feedback synthesis — Actionable recommendations with evidence
- Revision cycle — Designer iterates based on feedback
- K-12 teacher building a new unit on climate science aligned to NGSS
- University instructor redesigning a course for active learning
- Corporate L&D designer creating competency-based training modules
- Curriculum committee reviewing and standardizing department-wide objectives
- Instructional designer ensuring QM (Quality Matters) rubric compliance for online courses
- Filesystem MCP — Read/write curriculum documents locally
- Google Docs MCP — Collaborate on shared curriculum drafts
- Notion MCP — Track curriculum mapping in database views
- Git MCP — Version control curriculum iterations
- Learning objectives should be inclusive and avoid cultural bias
- Peer review must be constructive, never punitive
- Assessment design should accommodate diverse learner needs (UDL principles)
- AI-assisted curriculum design should be transparent to stakeholders
- This workspace supports human designers — it does not replace professional judgment
This workspace template is open source. Curriculum content you create with it belongs to you.