レッスンプランを Canva の教育用スライドデッキに変換します。 次のような場合に使用: - ユーザーがレッスンプランから授業スライドを作成するよう依頼した - レッスンプランをプレゼンテーションに変換するよう依頼した - 教育用スライドデッキを作成するよう依頼した - アウトラインから学校用スライドを作成するよう依頼した - 学生向けのレッスンデッキを生成するよう依頼した 入力形式: - メッセージに貼り付けたレッスンプラン - Canva のデザイン ID - Canva ドキュメントまたはデザイン(名前で指定) - Canva デザインのリンク(例:https://www.canva.com/design/...)
Turn a lesson plan into a teaching slide deck in Canva. Use when the user asks to build classroom slides from a lesson plan, convert a lesson plan into a presentation, make a teaching deck, create school slides from an outline, or generate a lesson deck for students. Input can be a lesson plan pasted in the message, a Canva design ID, a Canva doc or design by name, or a Canva design link (e.g., https://www.canva.com/design/...).
Transform a lesson plan into a clear, teachable presentation: learning goals on screen, logical flow, and slide-by-speaker-notes so the teacher can run the class from one deck.
Get the lesson plan source (always do this first — no substitute checklist)
D, e.g. DABcd1234ef), use that value as design_id with Canva:start-editing-transaction to read its text content (same as reading from a link, without URL parsing)https://www.canva.com/design/DAG.../...), extract the design ID from the path and use Canva:start-editing-transaction to read its text contentCanva:search-designs to find it, then Canva:start-editing-transaction to read its contentsList available brand kits
Canva:list-brand-kits to retrieve the user's brand kitsGenerate the presentation
Canva:generate-design with:
design_type: "presentation"brand_kit_id: the selected brand kit IDquery: follow the Lesson plan → deck query format below (always a multi-slide deck—see opening lines of that format)Finalize
Canva:create-design-from-candidate to create the editable designStructure the query for Canva:generate-design so the model in Canva receives pedagogy-first instructions. This skill only targets multi-slide presentations (design_type is always "presentation"). Open the query with one line: the total slide count and that the output must be a standard multi-slide deck (one slide per item in the slide plan below)—never a poster, flyer, or single-page layout.
Include these sections (omit only if the lesson plan truly has no data for that section):
Lesson brief
Classroom arc One short paragraph: how the lesson flows for students (e.g., Engage → Explore → Explain → Elaborate → Evaluate; or I Do / We Do / You Do). Match the teacher's structure from the lesson plan when possible.
Slide plan (teaching deck) For each slide, include:
Materials & logistics (optional slide or final appendix slides)
Differentiation / extensions (if in the plan)
Why automated visuals often miss the lesson
Across any subject (literacy, history, STEM, arts, SEL, etc.), AI-assisted and auto-picked images are unreliable for: readable text inside pictures; exact facts (dates, names, quotes, vocabulary); maps, timelines, or charts that must be precise; depictions of people, places, or events that must match the source material; and any slide where correct wording matters for assessment or standards alignment. Models may garble language, mix languages, invent labels, or choose plausible but wrong imagery.
What to put in the query (mitigations — any lesson plan)
Include explicit global visual rules near the start of the generated query, for example:
After the deck exists
Advise a full pass in the Canva editor: replace misleading images, fix on-slide copy, and add or paste vetted media. The editing API (perform-editing-operations, etc.) can help with text and some media in follow-up workflows—see implement-feedback patterns—but curriculum-faithful visuals and wording are ultimately human-reviewed.
Set expectations when handing off
Briefly warn that auto-generated lesson visuals are drafts, not guaranteed accurate for any topic—teachers should treat images and on-slide facts as unverified until reviewed.
generate-design + create-design-from-candidate原文・著作権は Anthropic および各プラグイン作者に帰属します。日本語訳は Claude API による自動翻訳です。