This skill should be used when the user asks to "use backward design", "create curriculum using UbD", "design learning outcomes first", "start with desired results", "plan assessments before activities", "design assessments first", "create outcomes-based curriculum", or references Understanding by Design framework. Also applies when user mentions aligning outcomes with assessments or avoiding activity-first planning. Provides comprehensive guidance on applying backward design methodology to create effective curricula for 1-2 day intensive workshops.
Creates intensive workshop curricula by designing learning outcomes first, then assessments, and finally aligned instructional activities.
/plugin marketplace add reggiechan74/cc-plugins/plugin install course-curriculum-creator@cc-pluginsThis skill inherits all available tools. When active, it can use any tool Claude has access to.
examples/example-backward-design-1day.mdreferences/assessment-design.mdBackward design (Understanding by Design/UbD) is a curriculum planning framework that starts with the end in mind. Instead of beginning with content or activities, design courses by first identifying desired learning outcomes, then determining assessment evidence, and finally planning learning experiences. This approach ensures every workshop component serves a clear purpose and students achieve measurable results.
For 1-2 day intensive workshops, backward design prevents common pitfalls: content overload, misaligned assessments, and activities that don't advance learning objectives. The framework creates focused, achievable curricula that maximize learning in compressed timeframes.
Start by answering: "What should students be able to do by the end of this workshop?"
Define learning outcomes:
Distinguish between:
For intensive workshops, prioritize enduring understanding. Avoid the coverage trap—don't try to teach everything. Select the most impactful outcomes students can reasonably achieve in 1-2 days.
Example outcomes for 2-day PropTech workshop:
Course positioning connection: Learning outcomes directly inform course positioning. The outcomes define:
Write outcomes in 01-planning/learning-objectives.md and reference them in 01-planning/course-positioning.md.
Before planning activities, establish how to measure whether students achieved the outcomes. Ask: "What evidence proves students can do what the outcomes specify?"
Assessment types for intensive workshops:
Performance tasks (most suitable for 1-2 day formats):
Other evidence:
Alignment principle (CRITICAL): Each learning outcome must have corresponding assessment evidence. Use this validation matrix:
| Learning Outcome | Assessment Method | Timing | Success Criteria |
|---|---|---|---|
| [Outcome 1] | [How measured] | [When] | [What constitutes success] |
For intensive workshops:
Example assessments for PropTech workshop:
Document assessments in 03-assessment/rubrics.md with detailed evaluation criteria (see assessment design guidance in references/assessment-design.md).
Only after defining outcomes (Stage 1) and assessments (Stage 2), design the learning activities. Ask: "What experiences will equip students to perform well on the assessments?"
Principles for intensive workshop activities:
1. Alignment: Every activity must directly support outcomes and prepare for assessments
2. Active learning bias: Minimize passive lectures in favor of hands-on practice
3. Scaffolding: Progress from simple to complex across the workshop timeline
4. Contextualization: Ground all activities in real-world scenarios
5. Formative feedback loops: Check understanding continuously
Activity planning workflow:
Module structure template for intensive workshops:
Module Title [Timing: 90-120 minutes]
Learning Objective: [From Stage 1]
Assessment: [From Stage 2]
Instruction (15-20 minutes):
- Key concepts introduction
- Framework/tool explanation
- Worked example demonstration
Guided Practice (25-35 minutes):
- Structured exercise with support
- Instructor circulates and assists
- Debrief and address misconceptions
Independent Practice (40-50 minutes):
- Authentic application task
- Individual or small group work
- Mimics assessment format
Formative Check (10-15 minutes):
- Exit ticket or group share-out
- Gauge readiness for next module
- Address remaining questions
Document detailed lesson plans in 02-design/lesson-plans.md following this structure for each module.
Timeframe constraints:
Energy management:
Adult learner principles:
Practical logistics:
When creating a course using this plugin, apply backward design systematically:
Step 1: Define outcomes (/generate-objectives)
Step 2: Design assessments (/generate-rubrics)
Step 3: Plan activities (/generate-lesson-plans)
Step 4: Validate alignment (/review-curriculum or quality-reviewer agent)
Throughout: Reference course positioning to ensure outcomes serve target audience needs.
Use this checklist to validate backward design alignment:
Stage 1 (Outcomes):
Stage 2 (Assessments):
Stage 3 (Activities):
Overall Coherence:
Pitfall 1: Activity-first planning ❌ "I'll teach Porter's Five Forces, then value chain analysis, then..." ✅ "Students need to analyze PropTech use cases strategically (outcome). Porter's Five Forces is one tool to support that outcome."
Pitfall 2: Coverage obsession ❌ "I need to cover all 12 PropTech categories in 2 days." ✅ "I'll focus on 3 high-impact categories students can deeply understand and apply."
Pitfall 3: Assessment afterthought ❌ Plan all activities, then add assessment at the end. ✅ Define assessments before activities, then design activities that prepare for assessments.
Pitfall 4: Misaligned assessments ❌ Outcome: "Evaluate PropTech solutions." Assessment: Multiple-choice quiz on PropTech definitions. ✅ Outcome: "Evaluate PropTech solutions." Assessment: Rank three solutions using evaluation rubric with justification.
Pitfall 5: Underestimating time ❌ Plan 8 hours of content for a 6-hour workshop day. ✅ Plan 5 hours of instruction plus breaks, discussions, transitions, buffer time.
Pitfall 6: Passive learning dominance ❌ 4 hours of lecture, 1 hour of practice per day. ✅ 2 hours of instruction, 3 hours of practice per day (or 60/40 ratio).
For detailed guidance on specific aspects of backward design:
references/assessment-design.md - Comprehensive assessment planning strategiesAdditional reference files for activity patterns and timing guidelines are under development.
Apply backward design rigorously to create focused, effective curricula where every element serves clear learning outcomes. Start with the end in mind, plan assessments before activities, and validate alignment continuously throughout the design process.
Expert guidance for Next.js Cache Components and Partial Prerendering (PPR). **PROACTIVE ACTIVATION**: Use this skill automatically when working in Next.js projects that have `cacheComponents: true` in their next.config.ts/next.config.js. When this config is detected, proactively apply Cache Components patterns and best practices to all React Server Component implementations. **DETECTION**: At the start of a session in a Next.js project, check for `cacheComponents: true` in next.config. If enabled, this skill's patterns should guide all component authoring, data fetching, and caching decisions. **USE CASES**: Implementing 'use cache' directive, configuring cache lifetimes with cacheLife(), tagging cached data with cacheTag(), invalidating caches with updateTag()/revalidateTag(), optimizing static vs dynamic content boundaries, debugging cache issues, and reviewing Cache Component implementations.
Creating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users request creating art using code, generative art, algorithmic art, flow fields, or particle systems. Create original algorithmic art rather than copying existing artists' work to avoid copyright violations.