Code Pipeline
Pipeline Flow
Executor calls create-plugin or edit-plugin
|
v
Developer --> Writes or patches the code
|
v
Syntax Check --> Validates code before execution (py_compile / node --check)
|
v
Execute --> Runs the plugin with test inputs
|
v
Conditional Review --> Inspects visual output (images, HTML)
|
v
Pass / Fail --> Up to 3 attemptsDeveloper Agent
Patch Mode
Syntax Validation
Execution
Conditional Review
Quality Controls
Composite Skill + Plugin Pattern
Last updated