Implementation Notes

Classroom Prompt Builder Launch

5 min read · Implementation Notes · May 2026

Classroom Prompt Builder Launch
Mode → form → classroom-ready prompt → copy to ChatGPT, Claude, or Gemini—the chain CPB encodes without calling an AI API.

A polished lesson prompt still fails when mode and output contract are mixed—or when teachers paste unreviewed AI output in front of students. Classroom Prompt Builder at promptanatomy.online separates assembly from execution with teacher-in-the-loop guardrails.

A polished lesson prompt still fails in the classroom when mode, grade, and output contract are mixed—or when teachers paste unreviewed AI output in front of students. In mid-May 2026, Prompt Anatomy shipped Classroom Prompt Builder at promptanatomy.online—a free, no-account web app for US K–12 teachers, never calling an AI API. Source lives in the open sister repo DITreneris/teacher; optional PDF guides ship through Stripe-hosted checkout.

This field note covers what shipped, which prompt-system patterns we reused from enterprise work, and where .online sits beside governed implementation content on .blog. If you are mapping properties for the first time, start with The Prompt Anatomy Ecosystem Map.

What Classroom Prompt Builder is

Classroom Prompt Builder is a vertical try surface for teachers—not a knowledge hub and not corporate training checkout.

It is:

  • A free, no-account, single-page prompt builder for US K–12
  • Five modes—LESSON, ASSESSMENT, TASKS, PRESENTATION, STRATEGY—each with mode-specific form fields (defined in sister config/sot.json)
  • Grade 1–12 context, six library templates, and optional saved sessions in browser localStorage
  • Optional paid PDF guides (Beginners $4.99 · Advanced $9.99) sold separately through Stripe

It is not:

  • An AI runtime—the product never calls an AI API
  • An LMS, student data store, or enterprise workflow platform
  • Proof of corporate AI maturity for procurement decks

That separation mirrors a rule we repeat on .blog: the builder is not the execution environment. See The Model Is Not the System. Teachers paste prompts into external tools; ops teams paste registry artifacts into governed agent stacks—the architecture lesson is the same.

The four-step workflow

The live product follows one loop—Mode → Form → classroom-ready prompt → external AI tool:

  1. Select a mode tab (lesson plan, assessment, tasks, presentation, or teaching strategy).
  2. Pick a grade and fill mode-specific fields—topic, duration, goals, constraints, or the main question for the AI.
  3. Read the generated prompt in the output panel; it updates as the form changes.
  4. Copy and paste into ChatGPT, Claude, or Gemini—the site offers deep links to each tool.

Saved sessions stay in localStorage with a cap—no account required. That is intentional trust posture: the builder workflow does not collect student PII or transmit prompt text to Prompt Anatomy servers.

Five lesson-quality principles

The product ships five quality rules in SOT—not as footer disclaimers but as design constraints baked into how modes and library templates are written:

Principle Enterprise parallel
Every prompt leads to a classroom-ready outcome Task prompt with a clear output contract
Clarity beats complexity: one mode, one goal No mega-prompt drift across workflow steps
Activities should be doable in your classroom Scope constraints in task templates
Define assessment criteria up front Checker framing before generation
Presentation mode returns a text outline—bring it to your slides tool Transformation step, not the final artifact

Mode separation is the same discipline we teach for business workflows: match prompt type to step, not one growing system message. See Types of Prompts for Business Workflows.

Builder patterns (for implementers)

The same assembly≠execution stack shipped earlier on The Weekly CEO Brief Pattern (DITreneris/ceo); CPB reuses it for K–12. Three patterns worth copying:

  • SOT-first copy — config/sot.json owns modes, library prompts, and commerce metadata; treat it as a lightweight prompt registry for product copy—the same idea as versioned packs in Structured Prompt System Blueprint.
  • Assembly ≠ execution — the site constructs text; generation happens under teacher review in a tool the teacher controls—the K–12 version of handoff rules between humans and AI.
  • Same-host fulfillment — Stripe checkout, webhook, and SITE_URL must all belong to promptanatomy.online. A production incident occurred when the webhook pointed at .app while buyers returned to .online—payment succeeded but fulfillment lookup was empty.

Deploy checklists and operator runbooks stay in the sister repo (DEPLOY.md, AGENTS.md)—not duplicated here.

Launch guardrails

Product trust (documented in sister Terms and Privacy):

  • Verify AI output before classroom use; outputs are not for high-stakes decisions without human review
  • No student PII collected through the prompt-building workflow
  • Optional PDFs carry a Classroom License and 14-day refund policy

For .blog readers:

  • CPB usage or PDF sales do not prove enterprise AI implementation maturity—the same category error as citing Corporate Ladder engagement in a procurement deck
  • Do not paste builder copy into governance forums as if it were eval evidence; link relevant playbooks and cite pass rate, cycle time, or incident cost on real workflows per AI Procurement Freeze

promptanatomy.online gives teachers a structured front door. The job of this blog remains turning curiosity into repeatable, owned AI workflows—and .app into team practice when you are ready to standardize.

On this page

Move from pilot to program

Structured training for teams implementing AI under real operational and compliance constraints.

Explore training

Continue learning

Step 8 of 27 in Implementation Notes · Full reading order

Cluster hub

Implementation Notes

The Prompt Anatomy Ecosystem Map

Where to read, practice, and build—promptanatomy.blog for frameworks, promptanatomy.site for discover-and-try, promptanatomy.app for training, and how other properties fit without duplicating content.

9 min read · Implementation Notes · Mar 2025

Go deeper

Framework

The Model Is Not the System

Teams fail when chat is the product. This framework maps the system around the model—workflow, context, evaluation, and governance.

8 min read · Framework · Updated Apr 2024

Template

Templates

Governance RACI Worksheet

Copy-paste RACI worksheet to assign accountable owners for AI workflow changes, releases, and incidents.

3 min read · Templates · Jun 2026