Loading...
Loading...
Use this skill when the user wants to analyze an existing pipe for improvement opportunities — automation gaps, manual bottlenecks, missing AI agents, field conditions, or adjacent processes. Acts as a process analyst: investigates, diagnoses, and improves the pipe in progressive rounds — each round delivers visible results.
npx skill4agent add pipefy/ai-toolkit pipefy-process-intelligenceskills/process-design/search_pipesget_pipe pipe_id=<id>get_cards pipe_id=<id> first=50 include_fields=trueget_automations pipe_id=<id>get_ai_agents repo_uuid=<PIPE_UUID>| Signal | Opportunity |
|---|---|
| Cards stuck in a phase for >7 days | Add due date field + overdue automation |
| Phase transitions always done by same person | Automate the transition condition |
| Fields never filled in certain phases | Remove or make optional |
| Same comment posted repeatedly | AI agent to auto-post based on trigger |
| No automation between intake and first action | Add "notify assignee" automation on card creation |
| Large field count on start form | Move optional fields to later phases |
| Phases with 0 cards over 90 days | Consider removing or merging phases |
get_automation_eventscreate_automation pipe_id=<id> name="Overdue Alert" trigger_event="card_overdue" actions='[{"type":"send_email","to":"assignee"}]'create_field_condition pipe_id=<id> phase_id=<phase_id> action="show" when='{"field_id":"<f1>","value":"Yes"}' fields='["<f2>"]'## Analysis — [Pipe Name]
### Findings
- [Finding 1]: [evidence from tool calls]
- [Finding 2]: ...
### Implemented this round
- [Change 1]: [tool called + result]
### Next round (if approved)
- [Opportunity]: [proposed action]get_pipeget_cardsget_cardscreate_automationget_automation_eventsskills/automations/skills/ai-agents/skills/observability/