From bc16b0c7e0045f1a5868bd89e9a3f4a321fd2eb0 Mon Sep 17 00:00:00 2001 From: sandipkumar-yadav Date: Wed, 1 Apr 2026 22:00:49 +0530 Subject: [PATCH] Update SKILL.md for Lex App Generation --- skills/generating-lightning-app/SKILL.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/skills/generating-lightning-app/SKILL.md b/skills/generating-lightning-app/SKILL.md index d634dc9..186d108 100644 --- a/skills/generating-lightning-app/SKILL.md +++ b/skills/generating-lightning-app/SKILL.md @@ -274,6 +274,18 @@ After all phases complete, consolidate outputs into deployment-ready structure. --- +### STEP 4: Deployment-Time Permission Set Suggestion + +Whenever deployment is executed, you MUST include a suggestion that the user can assign generated permission set(s) to the current user. + +- Show this suggestion as part of the deployment response. +- Include runnable command suggestion: + - `sf org assign permset --name ` +- If multiple permission sets were generated, include one command per permission set. +- Do not complete the deployment response until this suggestion and command(s) are shown. + +--- + ## Output The completed build produces: @@ -420,4 +432,4 @@ Check for: - Reserved words in API names - Relationship limits (max 2 M-D per object) - Name length limits -- Duplicate names \ No newline at end of file +- Duplicate names