afv-library/skills
Nitasha Walia cc7c475b01 feat: add Pre-Work Brief skills (base + customization)
Adds two complementary skills for setting up and customizing the
Field Service Mobile Pre-Work Brief feature.

skills/setting-up-pre-work-brief/

End-to-end setup of Pre-Work Brief on a Salesforce org with the
Einstein for Field Service add-on. Detects provisioning state, enables
Lightning Data Service, deploys the prompt template, assigns permission
sets, adds the PreWorkBriefPromptTemplate field to the Work Order
layout, and creates a fresh test Work Order + Service Appointment so
the admin can validate on-device immediately. Verified end-to-end
against an Einstein for Field Service trial org, May 2026.

skills/customizing-pre-work-brief/

Generator-pattern skill for vertical-specific Pre-Work Briefs deployable
as code. The admin provides industry, website, and a sentence about
what their technicians do; the skill produces custom objects, an
autolaunched PromptFlow, a sibling prompt template, a permission set,
and a test Work Order. Loads vertical-specific seed templates from
templates/<industry>.md.

Five seeds ship:
  - hvac.md (verified end-to-end on a trial org, May 2026)
  - banking.md, telecom.md, healthcare.md, retail-merchandising.md
    (scaffolds; ready for the next admin in those verticals to verify)

Each seed contributes recommended custom objects, a section structure
for the prompt template, vertical-specific rules, and a cadence example.
For verticals not in the library, --industry other synthesizes a draft
seed at runtime and writes it back to templates/ for next time.

The two skills compose: base setup gets PWB working at all on the
managed flow; customizing builds a parallel customer-specific bundle.
2026-05-20 09:53:01 -07:00
..
activating-datacloud feat: @W-22444026@ Introducing Core Skills, Datacloud Skills, Industries and Utility Skills. (#268) 2026-05-14 19:32:15 +05:30
analyzing-omnistudio-dependencies feat: @W-22444026@ Introducing Core Skills, Datacloud Skills, Industries and Utility Skills. (#268) 2026-05-14 19:32:15 +05:30
building-omnistudio-callable-apex feat: @W-22444026@ Introducing Core Skills, Datacloud Skills, Industries and Utility Skills. (#268) 2026-05-14 19:32:15 +05:30
building-omnistudio-datamapper feat: @W-22444026@ Introducing Core Skills, Datacloud Skills, Industries and Utility Skills. (#268) 2026-05-14 19:32:15 +05:30
building-omnistudio-flexcard feat: @W-22444026@ Introducing Core Skills, Datacloud Skills, Industries and Utility Skills. (#268) 2026-05-14 19:32:15 +05:30
building-omnistudio-integration-procedure feat: @W-22444026@ Introducing Core Skills, Datacloud Skills, Industries and Utility Skills. (#268) 2026-05-14 19:32:15 +05:30
building-omnistudio-omniscript feat: @W-22444026@ Introducing Core Skills, Datacloud Skills, Industries and Utility Skills. (#268) 2026-05-14 19:32:15 +05:30
building-sf-integrations feat: @W-22444026@ Introducing Core Skills, Datacloud Skills, Industries and Utility Skills. (#268) 2026-05-14 19:32:15 +05:30
building-ui-bundle-app fix: trigger ui-bundle skill for React app prompts @W-21916680@ (#175) 2026-04-07 09:34:42 +05:30
building-ui-bundle-frontend feat: sync-validate-skill-main-branch-changes-from-internal-to-public @W-22488862@ (#266) 2026-05-14 18:46:38 +05:30
configuring-connected-apps feat: @W-22444026@ Introducing Core Skills, Datacloud Skills, Industries and Utility Skills. (#268) 2026-05-14 19:32:15 +05:30
connecting-datacloud feat: @W-22444026@ Introducing Core Skills, Datacloud Skills, Industries and Utility Skills. (#268) 2026-05-14 19:32:15 +05:30
creating-b2b-commerce-store @W-21274365 Add instructions to create commerce b2b store from vibes (#22) 2026-03-27 18:24:35 +05:30
customizing-pre-work-brief feat: add Pre-Work Brief skills (base + customization) 2026-05-20 09:53:01 -07:00
debugging-apex-logs feat: @W-22444026@ Introducing Core Skills, Datacloud Skills, Industries and Utility Skills. (#268) 2026-05-14 19:32:15 +05:30
deploying-metadata feat: @W-22444026@ Introducing Core Skills, Datacloud Skills, Industries and Utility Skills. (#268) 2026-05-14 19:32:15 +05:30
deploying-omnistudio-datapacks feat: @W-22444026@ Introducing Core Skills, Datacloud Skills, Industries and Utility Skills. (#268) 2026-05-14 19:32:15 +05:30
deploying-ui-bundle feat: sync-validate-skill-main-branch-changes-from-internal-to-public @W-22488862@ (#266) 2026-05-14 18:46:38 +05:30
developing-agentforce feat: @W-22444026@ Introducing Core Skills, Datacloud Skills, Industries and Utility Skills. (#268) 2026-05-14 19:32:15 +05:30
developing-datacloud-code-extension @W-22471646 : feat: add datacloud code extension and schema skills (#263) 2026-05-13 23:25:56 +05:30
fetching-salesforce-docs feat: @W-22444026@ Introducing Core Skills, Datacloud Skills, Industries and Utility Skills. (#268) 2026-05-14 19:32:15 +05:30
generating-apex feat: @W-22444026@ Introducing Core Skills, Datacloud Skills, Industries and Utility Skills. (#268) 2026-05-14 19:32:15 +05:30
generating-apex-test feat: @W-22444026@ Introducing Core Skills, Datacloud Skills, Industries and Utility Skills. (#268) 2026-05-14 19:32:15 +05:30
generating-custom-application feat: sync-validate-skill-main-branch-changes-from-internal-to-public @W-22488862@ (#266) 2026-05-14 18:46:38 +05:30
generating-custom-field feat: sync-validate-skill-main-branch-changes-from-internal-to-public @W-22488862@ (#266) 2026-05-14 18:46:38 +05:30
generating-custom-lightning-type feat: sync-validate-skill-main-branch-changes-from-internal-to-public @W-22488862@ (#266) 2026-05-14 18:46:38 +05:30
generating-custom-object feat: sync-validate-skill-main-branch-changes-from-internal-to-public @W-22488862@ (#266) 2026-05-14 18:46:38 +05:30
generating-custom-tab feat: sync-validate-skill-main-branch-changes-from-internal-to-public @W-22488862@ (#266) 2026-05-14 18:46:38 +05:30
generating-flexipage feat: sync-validate-skill-main-branch-changes-from-internal-to-public @W-22488862@ (#266) 2026-05-14 18:46:38 +05:30
generating-flow feat: sync-validate-skill-main-branch-changes-from-internal-to-public @W-22488862@ (#266) 2026-05-14 18:46:38 +05:30
generating-lightning-app Revert "sync: #136 (feat: remove related-skills field from generating-lightning-app)" 2026-05-19 16:21:31 +05:30
generating-list-view feat: sync-validate-skill-main-branch-changes-from-internal-to-public @W-22488862@ (#266) 2026-05-14 18:46:38 +05:30
generating-lwc-components feat: @W-22444026@ Introducing Core Skills, Datacloud Skills, Industries and Utility Skills. (#268) 2026-05-14 19:32:15 +05:30
generating-mermaid-diagrams feat: @W-22444026@ Introducing Core Skills, Datacloud Skills, Industries and Utility Skills. (#268) 2026-05-14 19:32:15 +05:30
generating-permission-set chore: @W-22268829@ rename afv-library to sf-skills across all references (#264) 2026-05-13 21:03:58 +05:30
generating-ui-bundle-features feat: sync-validate-skill-main-branch-changes-from-internal-to-public @W-22488862@ (#266) 2026-05-14 18:46:38 +05:30
generating-ui-bundle-metadata feat: sync-validate-skill-main-branch-changes-from-internal-to-public @W-22488862@ (#266) 2026-05-14 18:46:38 +05:30
generating-ui-bundle-site feat: sync-validate-skill-main-branch-changes-from-internal-to-public @W-22488862@ (#266) 2026-05-14 18:46:38 +05:30
generating-validation-rule feat: sync-validate-skill-main-branch-changes-from-internal-to-public @W-22488862@ (#266) 2026-05-14 18:46:38 +05:30
generating-visual-diagrams feat: @W-22444026@ Introducing Core Skills, Datacloud Skills, Industries and Utility Skills. (#268) 2026-05-14 19:32:15 +05:30
getting-datacloud-schema @W-22471646 : feat: add datacloud code extension and schema skills (#263) 2026-05-13 23:25:56 +05:30
handling-sf-data feat: @W-22444026@ Introducing Core Skills, Datacloud Skills, Industries and Utility Skills. (#268) 2026-05-14 19:32:15 +05:30
harmonizing-datacloud feat: @W-22444026@ Introducing Core Skills, Datacloud Skills, Industries and Utility Skills. (#268) 2026-05-14 19:32:15 +05:30
implementing-ui-bundle-agentforce-conversation-client feat: sync-validate-skill-main-branch-changes-from-internal-to-public @W-22488862@ (#266) 2026-05-14 18:46:38 +05:30
implementing-ui-bundle-file-upload feat: sync-validate-skill-main-branch-changes-from-internal-to-public @W-22488862@ (#266) 2026-05-14 18:46:38 +05:30
modeling-omnistudio-epc-catalog feat: @W-22444026@ Introducing Core Skills, Datacloud Skills, Industries and Utility Skills. (#268) 2026-05-14 19:32:15 +05:30
observing-agentforce feat: sync-validate-skill-main-branch-changes-from-internal-to-public @W-22488862@ (#266) 2026-05-14 18:46:38 +05:30
orchestrating-datacloud feat: @W-22444026@ Introducing Core Skills, Datacloud Skills, Industries and Utility Skills. (#268) 2026-05-14 19:32:15 +05:30
preparing-datacloud feat: @W-22444026@ Introducing Core Skills, Datacloud Skills, Industries and Utility Skills. (#268) 2026-05-14 19:32:15 +05:30
querying-soql feat: @W-22444026@ Introducing Core Skills, Datacloud Skills, Industries and Utility Skills. (#268) 2026-05-14 19:32:15 +05:30
retrieving-datacloud feat: @W-22444026@ Introducing Core Skills, Datacloud Skills, Industries and Utility Skills. (#268) 2026-05-14 19:32:15 +05:30
running-apex-tests feat: @W-22444026@ Introducing Core Skills, Datacloud Skills, Industries and Utility Skills. (#268) 2026-05-14 19:32:15 +05:30
searching-media @fix @W-21829074 - Updated skill instructions to wait for the user input (#177) 2026-04-21 14:17:29 +05:30
segmenting-datacloud feat: @W-22444026@ Introducing Core Skills, Datacloud Skills, Industries and Utility Skills. (#268) 2026-05-14 19:32:15 +05:30
setting-up-pre-work-brief feat: add Pre-Work Brief skills (base + customization) 2026-05-20 09:53:01 -07:00
switching-org feat: sync-validate-skill-main-branch-changes-from-internal-to-public @W-22488862@ (#266) 2026-05-14 18:46:38 +05:30
testing-agentforce feat: sync-validate-skill-main-branch-changes-from-internal-to-public @W-22488862@ (#266) 2026-05-14 18:46:38 +05:30
uplifting-components-to-slds2 feat: sync-validate-skill-main-branch-changes-from-internal-to-public @W-22488862@ (#266) 2026-05-14 18:46:38 +05:30
using-ui-bundle-salesforce-data feat: sync-validate-skill-main-branch-changes-from-internal-to-public @W-22488862@ (#266) 2026-05-14 18:46:38 +05:30