First Command
After launching Claude with the toolkit plugins loaded, two checks confirm everything is wired up.
1. Verify the plugins are loaded
Section titled “1. Verify the plugins are loaded”Inside Claude:
/plugins listThe Installed tab should show:
acn-base-sdlc · inline · ✓ enabledacn-slide-gen · inline · ✓ enabledacn-pursuit-toolkit · inline · ✓ enabledThe inline tag means the plugin came from --plugin-dir, not a network marketplace. That’s the expected V1 state.
/plugin list(singular) returns(no content)for inline plugins. Cosmetic — use/plugins list(plural) instead. See Troubleshooting.
2. Run /acn-base-sdlc:review
Section titled “2. Run /acn-base-sdlc:review”From any repo with staged or unstaged changes:
/acn-base-sdlc:reviewThis invokes the SDLC review skill, which runs a structured code review on your working changes. The slash command is namespaced as <plugin>:<skill> — see Slash-Command Namespacing for the full table of available commands.
A few more to try
Section titled “A few more to try”/acn-slide-gen:generate --new --flavor acn-standard --content phases.md— branded PPTX from a markdown file inslideware/input/./acn-pursuit-toolkit:rfp-synthesize ./assets/rfp-docs/— synthesize an RFP package into a structured pursuit-team summary.
If anything fails at this stage, Troubleshooting has the common symptoms and fixes.