AI workflow facts

Phonics Word List Generator: Turn target phonemes into a clean, reviewed word list.

Turn target phonemes into a clean, reviewed word list. It is for people who need the listed result without assembling the workflow themselves. It is included with an Omo Space subscription. Provide the inputs below, review the result, and apply the checks in the limitations section before using it.

What it does

Generate a dialect-aware, teacher-reviewable phonics word list with target coverage and pronunciation cautions.

PriceIncluded in Omo Space
Inputphonemes: reviewed bounded input; topic: reviewed bounded input; difficulty_level: reviewed bounded input; dialect: reviewed bounded input; word_count: reviewed bounded input
Outputwords: schema-validated result; coverage: schema-validated result; warnings: schema-validated result
Version0.1.0

What you provide

What you receive

Worked example

Reviewed contract fixture (not evidence of a live customer run)

Example input

{
  "phonemes": [
    "ch",
    "sh"
  ],
  "topic": "farm animals",
  "difficulty_level": "beginner",
  "dialect": "en-US",
  "word_count": 8
}

Representative output

{
  "run_id": "run-fixture-phonics-list-generator",
  "status": "completed",
  "workflow_version": "phonics-list-generator@0.1.0",
  "words": [
    {
      "word": "chick",
      "matched_phonemes": [
        "ch"
      ],
      "target_position": "initial",
      "pronunciation_note": "Initial ch as in chick."
    },
    {
      "word": "shed",
      "matched_phonemes": [
        "sh"
      ],
      "target_position": "initial",
      "pronunciation_note": "Initial sh as in shed."
    },
    {
      "word": "lunch",
      "matched_phonemes": [
        "ch"
      ],
      "target_position": "final",
      "pronunciation_note": "Final ch as in lunch."
    },
    {
      "word": "fish",
      "matched_phonemes": [
        "sh"
      ],
      "target_position": "final",
      "pronunciation_note": "Final sh as in fish."
    },
    {
      "word": "chest",
      "matched_phonemes": [
        "ch"
      ],
      "target_position": "initial",
      "pronunciation_note": "Initial ch as in chest."
    },
    {
      "word": "shell",
      "matched_phonemes": [
        "sh"
      ],
      "target_position": "initial",
      "pronunciation_note": "Initial sh as in shell."
    },
    {
      "word": "bench",
      "matched_phonemes": [
        "ch"
      ],
      "target_position": "final",
      "pronunciation_note": "Final ch as in bench."
    },
    {
      "word": "brush",
      "matched_phonemes": [
        "sh"
      ],
      "target_position": "final",
      "pronunciation_note": "Final sh as in brush."
    }
  ],
  "coverage": [
    "ch",
    "sh"
  ],
  "warnings": [],
  "usage": {
    "provider": "opencode-go",
    "model": "deepseek-v4-flash",
    "llm_calls": 1,
    "prompt_tokens": 360,
    "completion_tokens": 260,
    "estimated_cost_usd": 0.00016
  }
}

Test and source note

The reviewed profile supplies a contract fixture using deepseek-v4-flash, not a live customer run. It does not identify an independent reviewer or record elapsed time, revision count, or a published evaluation rubric.

Source: packages/phonicsmaker/phonics-list-generator/SKILL.md and packages/skill-to-modal/profiles/phonics-list-generator.json, with pricing status from containers/phonics-list-generator/pricing-report.json.

Limitations and review

Examples

Example output — fixture or catalog preview, not tested proof. The complete source example remains above for later replacement by verified run evidence.

Example input, in readable form

phonemes
  • ch
  • sh
topic
farm animals
difficulty level
beginner
dialect
en-US
word count
8

Example output, in readable form

run id
run-fixture-phonics-list-generator
status
completed
workflow version
phonics-list-generator@0.1.0
words
  • word
    chick
    matched phonemes
    • ch
    target position
    initial
    pronunciation note
    Initial ch as in chick.
  • word
    shed
    matched phonemes
    • sh
    target position
    initial
    pronunciation note
    Initial sh as in shed.
  • word
    lunch
    matched phonemes
    • ch
    target position
    final
    pronunciation note
    Final ch as in lunch.
  • word
    fish
    matched phonemes
    • sh
    target position
    final
    pronunciation note
    Final sh as in fish.
  • word
    chest
    matched phonemes
    • ch
    target position
    initial
    pronunciation note
    Initial ch as in chest.
  • word
    shell
    matched phonemes
    • sh
    target position
    initial
    pronunciation note
    Initial sh as in shell.
  • word
    bench
    matched phonemes
    • ch
    target position
    final
    pronunciation note
    Final ch as in bench.
  • word
    brush
    matched phonemes
    • sh
    target position
    final
    pronunciation note
    Final sh as in brush.
coverage
  • ch
  • sh
warnings
None
usage
provider
opencode-go
model
deepseek-v4-flash
llm calls
1
prompt tokens
360
completion tokens
260
estimated cost usd
0.00016

What you give it

Model and runtime

deepseek-v4-flash via opencode-go · in review — live soon. Included with an Omo Space subscription; the hosted workflow is still in review.

Creator proof

Built by Omo's team · reviewed status: contract reviewed; hosted run and named educator review pending.

Frequently asked questions

How is Phonics Word List Generator priced?

Included with an Omo Space subscription; the hosted workflow is still in review.

Do I need an account to inspect this page?

No. You can read the inputs, example, limitations, and price without an account. The runner may require sign-in before a run or purchase.

Is the example a verified customer run?

No. It is an example output from a contract fixture or catalog preview unless the page explicitly supplies a dated real-run test note.

What should I do if the output is wrong?

Review it against the learner’s taught code, dialect, and classroom context. Do not treat it as an assessment or diagnosis.

What grade is this for?

Use the grade or difficulty controls when the workflow provides them; otherwise a teacher must decide whether the output fits the learner.

Next action

Review the facts and example above, then open the workflow when you are ready.

Open the workflow