Problem
The automations skill (pipefy-automations) does not give agents enough guardrails to avoid incompatible event×action setups, opaque conditions, or the false belief that field_updated can move cards without AI.
Evidence
From live product testing against main:
Impact
Skill is the intended routing layer for agents; when it omits the compatibility matrix and hard product limits, agents happily create silent-fail automations.
Status on dev
PARTIAL — pipefy-automations covers discover events/actions, create/update/simulate, and move-transition preflight notes. Missing: static or catalog-driven event×action matrix, ConditionInput guidance, explicit “field_updated does not move cards without AI” rule.
Possible directions (non-binding)
Related: #385, #387, #388, #389
Solution and acceptance criteria are decided when this issue is picked up.
Problem
The automations skill (
pipefy-automations) does not give agents enough guardrails to avoid incompatible event×action setups, opaque conditions, or the false belief thatfield_updatedcan move cards without AI.Evidence
From live product testing against
main:get_automation_actions/get_automation_eventsto learntriggerEventsand accepted parameters.field_updated+move_single_cardrules were created successfully and never ran (Automations: create accepts event×action combos that never fire #385).Impact
Skill is the intended routing layer for agents; when it omits the compatibility matrix and hard product limits, agents happily create silent-fail automations.
Status on
devPARTIAL —
pipefy-automationscovers discover events/actions, create/update/simulate, and move-transition preflight notes. Missing: static or catalog-driven event×action matrix, ConditionInput guidance, explicit “field_updateddoes not move cards without AI” rule.Possible directions (non-binding)
Related: #385, #387, #388, #389
Solution and acceptance criteria are decided when this issue is picked up.