Session Objective

Find the missing Salesforce slash command skill that handled UI design for recent Litify/Salesforce projects such as Attorney Hubs and the Marketing Center, determine why it could not be called, and restore it if safe.

What Was Found

The original skill was /salesforce-design. The SAIL Knowledge Base page Salesforce Design slash command skill, 2026-05-29 said the session created Skills/salesforce-design/SKILL.md, command pointers, and catalog entries. A later page, Session Export: Litify Design Skill and Prompt Library Pattern - 2026-05-30, created the narrower local Codex skill /litify-design for the Nick Team Resources prompt-library pattern.

Current State Before Restore

The .claude/commands/salesforce-design.md pointer still existed and routed to Skills/salesforce-design/SKILL.md, but that canonical skill folder was missing. The project SKILL-INDEX.md also no longer listed salesforce-design. The local Codex skill /litify-design still existed at /Users/samaguiar/.codex/skills/litify-design/SKILL.md, but it was not the broader Salesforce design slash command.

What Was Accomplished

Restored Skills/salesforce-design/SKILL.md as the canonical project skill. Mirrored the same skill to /Users/samaguiar/.codex/skills/salesforce-design/SKILL.md and added /Users/samaguiar/.codex/skills/salesforce-design/agents/openai.yaml. Updated Skills/SKILL-INDEX.md with a salesforce-design entry and updated Skills/LITIFY-SKILLS.md so future agents can route Salesforce/Litify UI, Attorney Hub design, Marketing Center UI, Lightning App Page design, and mobile Salesforce UI work to the restored skill.

QA Evidence

Checked LITIFY_ORG with sf org list --all; it is connected. Ran a Matter query against LITIFY_ORG; it returned one record. Checked the implementation repo status and kept this task read-only against Salesforce and source code outside the skill restore. Verified /salesforce-design appears in the restored canonical skill, Codex mirror, project index, Litify chooser, and existing Claude command pointer. Verified the canonical and Codex mirror skill files match byte-for-byte. Ran git diff --check on the touched tracked skill catalog files and restored skill path; no whitespace errors.

Reason For Ending

The lookup and local restoration task is complete. No live Salesforce metadata or data was changed.

Suggested Next Steps

A future agent can use /salesforce-design for broad Salesforce/Litify UI work, especially Attorney Hubs, Marketing Center surfaces, role centers, Lightning App Pages, and mobile-first command centers. Use /litify-design for the narrower Nick Team Resources prompt-library pattern. A later cleanup pass could also add salesforce-design to any automated mirror-sync map that is meant to keep project skills and Codex skill roots aligned, if that map is still active.

Handoff

The restored files are local and reversible. Rollback is to remove Skills/salesforce-design/SKILL.md, remove /Users/samaguiar/.codex/skills/salesforce-design/, and delete the new salesforce-design entries from Skills/SKILL-INDEX.md and Skills/LITIFY-SKILLS.md. The repo was already dirty before this work, so avoid broad cleanup or staging without a separate review.