> ## Documentation Index
> Fetch the complete documentation index at: https://docs.crazygoldfish.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Features

> Create complete, standards-aligned lesson plans in minutes with AI assistance — scripted, editable, and export-ready.

<Info>
  The **Lesson Plan Builder** is part of CrazyGoldFish’s **AI Studio**. It helps teachers generate **curriculum-aligned lesson plans** in under 10 minutes — with learning outcomes, strategies, resources, assessments, and a minute-by-minute teaching script.
</Info>

***

## Core Capabilities

* **Standards-Aligned by Design**\
  Aligns **Learning Outcomes → SMART Objectives → Competencies** with Bloom’s taxonomy and board mappings.

* **Teacher-First Control**\
  AI recommends; teachers **accept, edit, or swap** every element (topics, outcomes, strategies).

* **Pedagogy-Aware Planning**\
  Built-in menus for strategies and age-appropriate approaches (e.g., demonstrations, think-pair-share, inquiry-based learning).

* **Assessment Everywhere**\
  Formative checks in every block (polls, MCQs, short prompts) and an optional Summative block.

* **Materials-Smart**\
  Auto-generates materials lists, adapts plans to available classroom resources, and offers **low-tech substitutes**.

## Supported Inputs

* ✅ Class/Grade, Subject, Topic/Standard, Duration, Curriculum Board
* ✅ Optional OCR images, voice notes, or RAG over textbooks/handouts for accuracy

***

## Export Options

* **Teacher Packet** → Minute-by-minute script, notes, answers, and materials list.
* **Student Handout** → Clean, printable instructions with response spaces.
* **Structured JSON** → Analytics and downstream integrations (e.g., Worksheet Builder).

***

## Stakeholder Value

* **Teachers** → Save 8–10 hrs/week with ready-to-teach plans and editable scripts.
* **Students** → Consistent, structured instruction with clear outcomes.
* **Leaders** → Governance and consistency across classrooms with alignment to standards.
* **Parents** → Indirect benefit through structured, transparent teaching frameworks.

***

## Ecosystem Integration

* **Upstream:** Powered by Action Plan APIs (student/teacher plans feed into lesson planning).
* **Core:** Lesson Plan Builder generates complete, editable lesson plans.
* **Downstream:** Seamless handoff to **Worksheet Builder** for matching practice content and to **ClassTrack** for observation-based refinement.

***

## Next Step

* Explore the [Workflow](/products/lesson-plan/workflow) to see how teachers build lesson plans step by step.
* API Reference: [Lesson Plan Metadata POST](/api-reference/endpoint/lesson-plan/v1-meta-data-post) · [Finalize Metadata](/api-reference/endpoint/lesson-plan/v1-finalize-metadata-post) · [Instructional Framework Builder](/api-reference/endpoint/lesson-plan/v1-instructional-framework-builder-post) · [Additional Enrichment Blocks](/api-reference/endpoint/lesson-plan/v1-additional-enrichment-blocks-list) · [Lesson Plan Feedback](/api-reference/endpoint/lesson-plan/v1-lesson-plan-feedback-post).

## FAQ

<script
  type="application/ld+json"
  dangerouslySetInnerHTML={{
__html: JSON.stringify(
{
"@context": "https://schema.org",
"@type": "FAQPage",
"mainEntity": [
    {
        "@type": "Question",
        "name": "What does the Lesson Plan Builder output include beyond objectives?",
        "acceptedAnswer": {
            "@type": "Answer",
            "text": "It assembles curriculum-aligned lesson plans with explicit learning outcomes, teaching strategies, resource lists, embedded assessments, and a minute-by-minute teaching script. Designed to be classroom-ready, it pairs pedagogy guidance with concrete pacing so teachers can deliver consistently."
        }
    },
    {
        "@type": "Question",
        "name": "How does the Lesson Plan Builder align plans to CBSE/ICSE and institutional standards?",
        "acceptedAnswer": {
            "@type": "Answer",
            "text": "Plans are generated with standards-aware templates and board mappings so workflows can be operated in a CBSE/ICSE/GDPR aligned manner. This keeps outcomes, activities, and assessments tagged to board expectations and institutional data policies."
        }
    },
    {
        "@type": "Question",
        "name": "Can lesson plans be generated directly from multimodal evaluation results?",
        "acceptedAnswer": {
            "@type": "Answer",
            "text": "Yes. The platform connects multimodal evaluation (text, handwriting, diagrams, audio, video) to auto-generate lesson plans and worksheets, using grouped insights and reteach strategies derived from rubric/model-answer grading."
        }
    },
    {
        "@type": "Question",
        "name": "How do teachers stay in control of AI-generated lesson plans?",
        "acceptedAnswer": {
            "@type": "Answer",
            "text": "Teachers remain the human-in-the-loop and can accept, edit, or swap elements before publishing. Moderation controls also let educators validate or override automated grading signals that feed the plan, preserving pedagogy and reliability."
        }
    },
    {
        "@type": "Question",
        "name": "What are the integration options to embed the Lesson Plan Builder in our LMS/ERP?",
        "acceptedAnswer": {
            "@type": "Answer",
            "text": "You can embed via a white-label UI or call REST APIs to drive generation and retrieval inside your LMS/ERP. Branding is configurable, and deployments use simple authentication (for example, token-based links) to provide a native experience without rebuilding your stack."
        }
    },
    {
        "@type": "Question",
        "name": "How does the minute-by-minute teaching script help with pacing and classroom delivery?",
        "acceptedAnswer": {
            "@type": "Answer",
            "text": "The script sequences activities, transitions, and checks-for-understanding against the lesson’s outcomes and assessments. It gives teachers a clear pacing guide that aligns strategies and resources to each segment of instruction."
        }
    },
    {
        "@type": "Question",
        "name": "What compliance and governance supports exist for lesson plan generation?",
        "acceptedAnswer": {
            "@type": "Answer",
            "text": "Lesson plan workflows can be operated in a CBSE/ICSE/GDPR aligned manner, with audit-friendly artifacts and consistent standards tagging across plans, worksheets, and assessments. Human-in-the-loop checkpoints add traceability for sensitive or high-stakes use cases."
        }
    },
    {
        "@type": "Question",
        "name": "How does classroom observation improve subsequent lesson plans?",
        "acceptedAnswer": {
            "@type": "Answer",
            "text": "Classroom observation closes the loop by feeding impact signals back into the next cycle of planning. ClassTrack and related dashboards help refine reteach strategies and content so subsequent plans target real misconceptions and learning needs."
        }
    },
    {
        "@type": "Question",
        "name": "Can we customize rubrics and model answers that inform the generated plans?",
        "acceptedAnswer": {
            "@type": "Answer",
            "text": "Yes. You can supply custom rubrics and model answers for evaluations, and those structured results flow into the Lesson Plan Builder to inform outcomes, reteach focus areas, and practice recommendations."
        }
    },
    {
        "@type": "Question",
        "name": "How can developers programmatically consume or render the lesson plans?",
        "acceptedAnswer": {
            "@type": "Answer",
            "text": "Developers can orchestrate lesson-plan generation via APIs or render them through a white-label embeddable UI, making it straightforward to plug into existing LMS/ERP workflows. Outputs are designed for consistent retrieval and display alongside evaluated scripts and action plans."
        }
    }
]
}
)
}}
/>

<AccordionGroup>
  <Accordion title="What does the Lesson Plan Builder output include beyond objectives?">
    It assembles curriculum-aligned lesson plans with explicit learning outcomes, teaching strategies, resource lists, embedded assessments, and a minute-by-minute teaching script. Designed to be classroom-ready, it pairs pedagogy guidance with concrete pacing so teachers can deliver consistently.
  </Accordion>

  <Accordion title="How does the Lesson Plan Builder align plans to CBSE/ICSE and institutional standards?">
    Plans are generated with standards-aware templates and board mappings so workflows can be operated in a CBSE/ICSE/GDPR aligned manner. This keeps outcomes, activities, and assessments tagged to board expectations and institutional data policies.
  </Accordion>

  <Accordion title="Can lesson plans be generated directly from multimodal evaluation results?">
    Yes. The platform connects multimodal evaluation (text, handwriting, diagrams, audio, video) to auto-generate lesson plans and worksheets, using grouped insights and reteach strategies derived from rubric/model-answer grading.
  </Accordion>

  <Accordion title="How do teachers stay in control of AI-generated lesson plans?">
    Teachers remain the human-in-the-loop and can accept, edit, or swap elements before publishing. Moderation controls also let educators validate or override automated grading signals that feed the plan, preserving pedagogy and reliability.
  </Accordion>

  <Accordion title="What are the integration options to embed the Lesson Plan Builder in our LMS/ERP?">
    You can embed via a white-label UI or call REST APIs to drive generation and retrieval inside your LMS/ERP. Branding is configurable, and deployments use simple authentication (for example, token-based links) to provide a native experience without rebuilding your stack.
  </Accordion>

  <Accordion title="How does the minute-by-minute teaching script help with pacing and classroom delivery?">
    The script sequences activities, transitions, and checks-for-understanding against the lesson’s outcomes and assessments. It gives teachers a clear pacing guide that aligns strategies and resources to each segment of instruction.
  </Accordion>

  <Accordion title="What compliance and governance supports exist for lesson plan generation?">
    Lesson plan workflows can be operated in a CBSE/ICSE/GDPR aligned manner, with audit-friendly artifacts and consistent standards tagging across plans, worksheets, and assessments. Human-in-the-loop checkpoints add traceability for sensitive or high-stakes use cases.
  </Accordion>

  <Accordion title="How does classroom observation improve subsequent lesson plans?">
    Classroom observation closes the loop by feeding impact signals back into the next cycle of planning. ClassTrack and related dashboards help refine reteach strategies and content so subsequent plans target real misconceptions and learning needs.
  </Accordion>

  <Accordion title="Can we customize rubrics and model answers that inform the generated plans?">
    Yes. You can supply custom rubrics and model answers for evaluations, and those structured results flow into the Lesson Plan Builder to inform outcomes, reteach focus areas, and practice recommendations.
  </Accordion>

  <Accordion title="How can developers programmatically consume or render the lesson plans?">
    Developers can orchestrate lesson-plan generation via APIs or render them through a white-label embeddable UI, making it straightforward to plug into existing LMS/ERP workflows. Outputs are designed for consistent retrieval and display alongside evaluated scripts and action plans.
  </Accordion>
</AccordionGroup>
