power-automate-flow-json
Installation
SKILL.md
Power Automate Cloud Flow JSON
Purpose: emit a valid Power Automate cloud flow JSON file that
pac solution packaccepts and the importer turns into a working flow once connections are bound.
When to Use
- A PRD specifies automation (notify on row create, schedule a job, webhook, send email/Teams message)
- An existing solution needs a new flow added
- Reviewing a generated flow before packaging
File Naming and Location
src/Workflows/<prefix>_<FlowName>-<GUID>.json
<GUID>: lowercase hyphenated UUID v4. Generate ONCE per flow and keep it stable across regenerations.<FlowName>: PascalCase verb + object (NotifyOnIssueCreated).- Every flow MUST be registered in
Solution.xmlwith<RootComponent type="29" schemaName="<guid>" behavior="0" />.