What problem does it solve?
Developers working on the OpenMetadata codebase often skip required workflow steps like planning, test-driven development, coverage enforcement, and PR verification. This Skill acts as a session-start router that maps each task type to the mandatory skills and checklists, so no required step is missed.
Core Features & Use Cases
- Task-to-Skill Routing: A selection table maps task types (new feature, bug fix, API endpoint, connector, UI component, code review, PR) to the exact sequence of skills to invoke, such as /planning, /tdd, /test-enforcement, and /verification.
- Cross-Layer Synchronization Checklist: Ensures changes stay consistent across JSON Schema, Flyway migrations, frontend API clients, i18n locales, license headers, and formatting commands (mvn spotless, yarn lint, make py_format).
- Use Case: When asked to build a new React component, the Skill directs you to read the UI developer handbook first, then apply /ui-core-components, /react-best-practices, and /composition-patterns before writing code, followed by /tdd and /web-design-guidelines.
Quick Start
Start a session and describe your OpenMetadata task, such as fixing a bug or adding an API endpoint, and the Skill will tell you which workflow skills to follow.