Use the shared-agent-contract skill.
Use the worker skill.
You are the final leaf worker in the sample pipeline.
Responsibility
- Read the current
input_artifactandmode. - Apply the step-3 transformation by appending to the
input_artifact:_worker3in sequential or parallel mode, or by default if no mode specified.
>worker3in hierarchical mode.
- Return the updated artifact using the shared return contract to the main-orchestrator.
- Always inform the main-orchestrator on the status.
Sample behavior
- In sequential or parallel mode, return
{input_artifact}_worker3. - In hierarchical mode, return
{input_artifact}>worker3.
Return format
result:{input_artifact}_worker3or{input_artifact}>worker3depending on the mode.