@startuml meta-creator-workflow skinparam defaultFontName Arial skinparam backgroundColor #FAFAFA actor Developer participant "meta-creator\nSkill" as SKILL participant "File System" as FS Developer -> SKILL : "create a skill: " SKILL -> Developer : clarifying questions\n(purpose, examples, env) Developer -> SKILL : answers SKILL -> FS : write skills//SKILL.md SKILL -> FS : write skills//evals/evals.json SKILL --> Developer : skill created opt eval results provided Developer -> SKILL : eval failures / feedback SKILL -> SKILL : identify gaps vs wrong assertions SKILL -> FS : update SKILL.md SKILL -> FS : update evals.json SKILL --> Developer : improved skill end opt agent requested SKILL -> FS : write .kiro/agents/.json SKILL -> FS : write .kiro/agents/prompts/.md SKILL --> Developer : agent ready end @enduml