gus-cli
Installation
SKILL.md
Gus CLI
Interact with Gus (Salesforce Agile Accelerator org) via sf CLI. Requires alias gus in sf alias list.
Safety
- Queries (sf data query, sf alias list): run without asking
- Writes (create, update): do not execute until user explicitly confirms
- Present the draft (subject, epic, details, assignee). Ask: "Create this work item?" or "Update work item X?"
- Draft format: Use bullet list, not markdown table (tables can render blank in some viewers). Put Details__c in a code block so HTML content is visible.
- Only run
sf data create record/sf data update recordafter user says yes (or equivalent) - Answering scope questions (e.g. "just createProject") is not confirmation—still ask
- Epic selection: when less than 50% sure which epic a work item belongs in, ask the user
- IDs vs Names:
Id(e.g.a07...) is for CLI commands.Name(e.g.W-12345) is for human display and PR titles appended as- W-12345at the end per pr-draft Title format. NEVER useIdin PR titles or descriptions. Always queryNameafter creation.