Help us improve
Share bugs, ideas, or general feedback.
From Pipefy
Guides users through process discovery, component selection, and design principles for Pipefy — use when the user needs architecture consulting, not direct execution.
npx claudepluginhub pipefy/ai-toolkit --plugin pipefyHow this skill is triggered — by the user, by Claude, or both
Slash command
/pipefy:pipefy-process-designThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
This skill activates when the user wants **consulting help** to design a process — not when they want you to build one. If the user already knows what they want (gave you phases, fields, a spec, or a clear use case), **do not use this skill**. Execute directly.
Analyzes existing Pipefy pipes for automation gaps, manual bottlenecks, missing AI agents, and field conditions. Diagnoses and improves processes in progressive rounds.
Defines a structured process for managing tasks and workflows. Useful for establishing repeatable procedures and standardizing operations.
Guides users through creating new Corezoid BPM processes: gathers requirements, creates empty processes via MCP, and designs process structure with API connectors or business logic.
Share bugs, ideas, or general feedback.
This skill activates when the user wants consulting help to design a process — not when they want you to build one. If the user already knows what they want (gave you phases, fields, a spec, or a clear use case), do not use this skill. Execute directly.
| Signal | Response |
|---|---|
| "Help me design a process for X" | Use this skill — consulting mode. |
| "What's the best structure for Y?" | Use this skill — architecture guidance. |
| "Create a pipe for X" | Skip this skill — execute with pipes-and-cards. |
| User provides phases, fields, or a spec | Skip this skill — the spec IS the plan. Build it. |
search_pipes).Research existing org structure:
MCP: search_pipes name="" (empty search returns all visible pipes)
MCP: get_organization organization_id=<id>
Understand the process intent:
Identify the right Pipefy components:
| Need | Component |
|---|---|
| Workflow stages | Pipe + Phases |
| Structured data per stage | Phase fields |
| Reference/lookup data | Database table |
| Cross-process linkage | Pipe relation |
| Automatic actions | Automation rule |
| AI-driven processing | AI automation or AI agent |
Submission → Under Review → Approved / Rejected → Done
Intake → Triage → In Progress → Testing → Deployed
After the design consultation, produce a concise summary:
Process: <Name>
Phases: [list]
Start form fields: [list with types]
Key automations: [list]
Related processes: [list or "none"]
Next step: [execute with pipes-and-cards skill? or more questions?]
search_pipes).skills/pipes-and-cards/ — execute the design once finalized.skills/automations/ — add automation rules to the new pipe.skills/process-intelligence/ — analyze an existing process for improvement (distinct from designing new).