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