Summary
Define the operational contract for a penpot-design-executor agent that can verify runtime dependencies, open Penpot targets, apply allowed edits, export artifacts, and report structured results back to the orchestrator.
Scope
- runtime checks for Docker, Penpot, and MCP
- target file/page localization
- allowed actions:
- rename
- move
- group
- export
- report
- structured input/output contract
Acceptance Criteria
- input and output contracts are documented
- execution states
ok|warning|blocked are defined
- the executor is ready to be delegated by the orchestrator
Tasks
Additional notes
The executor should coordinate runtime and actions, not replace design-system rules or orchestration.
Summary
Define the operational contract for a
penpot-design-executoragent that can verify runtime dependencies, open Penpot targets, apply allowed edits, export artifacts, and report structured results back to the orchestrator.Scope
Acceptance Criteria
ok|warning|blockedare definedTasks
read-only,edit-approved, etc.)Additional notes
The executor should coordinate runtime and actions, not replace design-system rules or orchestration.