What problem does it solve?
It eliminates the manual, error-prone process of writing a new repeatable “Kata” procedure by standardizing structure, taxonomy placement, and language translations so teams can scale contributions safely.
Core Features & Use Cases
- Creates Katas from a template: Produces a complete Markdown artifact using the kata sample as the baseline structure.
- Enforces quality and constraints: Uses internal directives and codex checks to ensure atomic workflow steps, required sections, and a final validation checklist.
- Applies consistent taxonomy paths: Saves the Kata into the correct framework/{lang}/{clade}/{subclade}/katas/ location using the kata- prefix and kebab-case naming.
- Generates translations for all required languages: Produces the default-language Kata and then translates it into each mandatory language in language.i18n.
Quick Start
Ask the AI to create a new Kata named "process-payment" following the kata-create-kata workflow, using the repository directives, the kata-sample template, and generating translations for all languages in language.i18n.