new-agent
Generate a Camunda 8 agentic process with AI Agent connector and ad-hoc sub-process. Use when building AI agent workflows with tool calling.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Generate a Camunda 8 agentic process with AI Agent connector and ad-hoc sub-process. Use when building AI agent workflows with tool calling.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Generate a deployable Camunda 8 BPMN process file. Use when creating or modifying BPMN workflows.
Install and start Camunda 8 Run locally for development. Downloads the latest version, verifies Java, and starts the engine.
Launch a visual viewer for BPMN, DMN, or Form files in the browser.
Deploy all Camunda resources (BPMN, DMN, forms) to the engine. Use when ready to deploy process definitions.
Generate a Camunda 8 DMN decision table. Use when creating business rules or decision logic.
Scaffold a new Camunda 8 project with the right structure, dependencies, and docs. Use when starting a new process automation project.
| name | new-agent |
| description | Generate a Camunda 8 agentic process with AI Agent connector and ad-hoc sub-process. Use when building AI agent workflows with tool calling. |
| argument-hint | [agent purpose and tools] |
Generate an agentic Camunda 8 BPMN process. Find and read the "Agentic BPMN" section of camunda-dev-guide.md for ad-hoc sub-process XML, connector task types, input targets, and fromAi() usage.
$ARGUMENTS
Use the AI Agent Sub-process pattern (recommended):
bpmn:adHocSubProcess with zeebe:taskDefinition type="io.camunda.agenticai:aiagent-job-worker:1"zeebe:adHoc outputCollection="toolCallResults" outputElement="={id: toolCall._meta.id, name: toolCall._meta.name, content: toolCallResult}" — required for tool result collectionzeebe:taskHeaders with resultVariable = agentfromAi() in tool input mappings for AI-generated parameterstoolCallResult variable (e.g. resultExpression → ={toolCallResult: response.body})<bpmn:documentation> to each tool describing what it doessystemPrompt, userPrompt, modelProvider, and authentication.apiKey ({{secrets.KEY_NAME}})Tools can also be sub-processes for multi-step async patterns:
For non-REST connectors as tools, look up their task type and input targets via the Camunda Docs MCP tool.
Save to resources/. Deploy with c8ctl.