new-process
Generate a deployable Camunda 8 BPMN process file. Use when creating or modifying BPMN workflows.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Generate a deployable Camunda 8 BPMN process file. Use when creating or modifying BPMN workflows.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Generate a Camunda 8 agentic process with AI Agent connector and ad-hoc sub-process. Use when building AI agent workflows with tool calling.
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-process |
| description | Generate a deployable Camunda 8 BPMN process file. Use when creating or modifying BPMN workflows. |
| argument-hint | [process description] |
Generate a deployable Camunda 8 BPMN file. Find and read camunda-dev-guide.md for Zeebe-specific patterns. For agentic processes with AI agents and ad-hoc sub-processes, use /new-agent instead.
If the process uses non-REST connectors (Slack, Kafka, SendGrid, etc.), look up their task type and input targets via the Camunda Docs MCP tool or at https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/
$ARGUMENTS
Save to resources/. Deploy with c8ctl. If deployment fails, fix based on the error and retry.