Pipefy Building (router)
Maps what the user wants to which domain skill to read. It does not teach create/update workflows — open the linked skill for that.
If the user already has a building skill or a detailed build prompt/spec, use that for how to build; use this skill for which Pipefy skill to load.
When the user wants X → read skill Y
| User intent (examples) |
Read |
| Design / architecture / "help me structure this process" |
pipefy-process-design (consulting only) |
| Pipes, phases, fields, labels, cards, field conditions |
pipefy-pipes-and-cards |
| Traditional or AI automations (if/then, prompt-driven rules) |
pipefy-automations |
| Conversational AI agents and behaviors |
pipefy-ai-agents |
| External integration / integrate with Slack, Gmail, Sheets, or another app |
pipefy-ipaas |
| Portals, pages, elements, sub-portals |
pipefy-portal-setup |
| Members, email templates, inbox email, webhooks |
pipefy-members-email-webhooks |
| Database tables and records |
pipefy-database-tables |
| Pipe/card relations |
pipefy-relations |
| Reports and exports |
pipefy-reports |
| Logs, usage, credits, job exports |
pipefy-observability |
| First-time toolkit setup |
pipefy-toolkit-setup |
Do not re-teach domain workflows here — open the linked skill.
Product limits live in domain skills
Hard stops and quirks (phase connections UI-only, email template create/edit UI-only, incompatible automation event×action pairs, no automation action applies a label, verify-after-write, AI consent) are documented in the domain skills above; follow those contracts after routing.
See also
1---2name: pipefy-building3description: Thin router for Pipefy build and configure asks: map user intent to the correct domain skill (pipes, automations, AI agents, iPaaS, portals, etc.). Use when the user wants to create, build, configure, or integrate something in Pipefy and you need to know which skill to open. Do not use this skill as a delivery playbook — if the user already has a building skill or a detailed build prompt, follow that for how to build; use this skill only for which Pipefy domain skill to read.4---56# Pipefy Building (router)78Maps **what the user wants** to **which domain skill to read**. It does not teach create/update workflows — open the linked skill for that.910If the user already has a building skill or a detailed build prompt/spec, use that for *how to build*; use this skill for *which Pipefy skill to load*.1112---1314## When the user wants X → read skill Y1516| User intent (examples) | Read |17|------------------------|------|18| Design / architecture / "help me structure this process" | [pipefy-process-design](../../process-design/pipefy-process-design/SKILL.md) (consulting only) |19| Pipes, phases, fields, labels, cards, field conditions | [pipefy-pipes-and-cards](../../pipes-and-cards/pipefy-pipes-and-cards/SKILL.md) |20| Traditional or AI automations (if/then, prompt-driven rules) | [pipefy-automations](../../automations/pipefy-automations/SKILL.md) |21| Conversational AI agents and behaviors | [pipefy-ai-agents](../../ai-agents/pipefy-ai-agents/SKILL.md) |22| External integration / integrate with Slack, Gmail, Sheets, or another app | [pipefy-ipaas](../../ipaas/pipefy-ipaas/SKILL.md) |23| Portals, pages, elements, sub-portals | [pipefy-portal-setup](../../portal-setup/pipefy-portal-setup/SKILL.md) |24| Members, email templates, inbox email, webhooks | [pipefy-members-email-webhooks](../../members-email-webhooks/pipefy-members-email-webhooks/SKILL.md) |25| Database tables and records | [pipefy-database-tables](../../database-tables/pipefy-database-tables/SKILL.md) |26| Pipe/card relations | [pipefy-relations](../../relations/pipefy-relations/SKILL.md) |27| Reports and exports | [pipefy-reports](../../reports/pipefy-reports/SKILL.md) |28| Logs, usage, credits, job exports | [pipefy-observability](../../observability/pipefy-observability/SKILL.md) |29| First-time toolkit setup | [pipefy-toolkit-setup](../../onboarding/pipefy-toolkit-setup/SKILL.md) |3031**Do not re-teach domain workflows here — open the linked skill.**3233---3435## Product limits live in domain skills3637Hard stops and quirks (phase connections UI-only, email template create/edit UI-only, incompatible automation event×action pairs, no automation action applies a label, verify-after-write, AI consent) are documented in the domain skills above; follow those contracts after routing.3839## See also4041- [pipefy-process-design](../../process-design/pipefy-process-design/SKILL.md) — consulting when the ask is design, not build.42- [skills/README.md](../../README.md) — full catalog.