Answers quick Salesforce questions about Apex, org config, or metadata mid-task without losing context, then resumes work automatically.
npx claudepluginhub jiten-singh-shahi/salesforce-claude-code --plugin salesforce-claude-codeThis skill uses the workspace's default tool permissions.
Ask a question mid-task and get an immediate, focused answer — then continue right where you left off. The current task, files, and context are never modified.
Conducts targeted interviews to clarify ambiguities, decision points, or edge cases during code implementation using user questions to unblock progress.
Answers focused questions inline using research process: codebase reads, library docs via context7, web searches. Handoffs to brainstorm/research as needed.
Guides interactive user questioning: tool selection (mcp__ide__askQuestion, request_user_input), batch 2-4 related questions, serial for branches. For clarifications, confirmations, requirements.
Share bugs, ideas, or general feedback.
Ask a question mid-task and get an immediate, focused answer — then continue right where you left off. The current task, files, and context are never modified.
/aside <your question>
/aside what does this function actually return?
/aside is this pattern thread-safe?
/aside why are we using X instead of Y here?
/aside what's the difference between foo() and bar()?
/aside should we be worried about the SOQL in a loop we just added?
Before answering anything, mentally note:
Do NOT touch, edit, create, or delete any files during the aside.
Answer the question in the most concise form that is still complete and useful.
Format the response as:
ASIDE: [restate the question briefly]
[Your answer here]
— Back to task: [one-line description of what was being done]
After delivering the answer, immediately continue the active task from the exact point it was paused. Do not ask for permission to resume unless the aside answer revealed a blocker or a reason to reconsider the current approach.
No question provided (aside invoked with nothing after it): Respond:
ASIDE: no question provided
What would you like to know? (ask your question and I'll answer without losing the current task context)
— Back to task: [one-line description of what was being done]
Question reveals a potential problem with the current task: Flag it clearly before resuming:
ASIDE: [answer]
Warning: This answer suggests [issue] with the current approach. Want to address this before continuing, or proceed as planned?
Wait for the user's decision before resuming.
Question is actually a task redirect (not a side question): If the question implies changing what is being built, clarify:
ASIDE: That sounds like a direction change, not just a side question.
Do you want to:
(a) Answer this as information only and keep the current plan
(b) Pause the current task and change approach
Wait for the user's answer.
No active task (nothing in progress when aside is invoked): Still use the standard wrapper:
ASIDE: [restate the question briefly]
[Your answer here]
— Back to task: no active task to resume
Multiple aside questions in a row: Answer each one in sequence. After the last answer, resume the main task.