Multi-phase schema optimization workflow orchestrator. Creates session directories, spawns phase agents sequentially, validates outputs, aggregates results. Trigger: "run schema optimization", "optimize schema workflow", "execute schema phases"
7.0
Rating
0
Installs
Machine Learning
Category
Excellent orchestration skill with comprehensive documentation. The SKILL.md provides crystal-clear invocation instructions with detailed JSON schemas for inputs/outputs, explicit orchestration steps for all 5 phases, validation rules, and error handling. A CLI agent can execute this workflow purely from the description. Structure is exemplary: concise overview with workflow pattern explanation, then systematic phase-by-phase details with exact JSON payloads and expected responses. Task knowledge is thorough, specifying agent spawning, file validation, and evidence collection. Novelty is solid - orchestrating multi-phase dependent workflows with validation and aggregation would consume significant tokens if done ad-hoc. Minor deduction on novelty only because the pattern (sequential phase execution with validation) is somewhat standard for workflow orchestrators, though the schema optimization domain application and test harness approach add meaningful value. The referenced files in scripts/ and references/ directories are assumed present per instructions and support the workflow logic.
Loading SKILL.md…