From brand-voice
Applies brand voice guidelines to a content request: analyzes context, generates aligned output, validates compliance, explains choices, and offers refinements.
How this command is triggered — by the user, by Claude, or both
Slash command
/brand-voice:enforce-voice <content request>The summary Claude sees in its command listing — used to decide when to auto-load this command
**MANDATORY FIRST STEP — do this before anything else, including loading guidelines or processing the content request.** Check whether the user has a working folder selected for this session. You must verify this before starting any enforcement work. If there is no working folder, stop and warn the user: "You don't have a working folder selected. Without one, I can't load saved guidelines from a previous session, and any guidelines generated in this conversation won't be saved for future sessions either. Please select a working folder and re-run this command. If you'd like to proceed anyway...
MANDATORY FIRST STEP — do this before anything else, including loading guidelines or processing the content request. Check whether the user has a working folder selected for this session. You must verify this before starting any enforcement work. If there is no working folder, stop and warn the user: "You don't have a working folder selected. Without one, I can't load saved guidelines from a previous session, and any guidelines generated in this conversation won't be saved for future sessions either. Please select a working folder and re-run this command. If you'd like to proceed anyway (guidelines will only be usable in this session), let me know." Wait for the user to confirm before continuing.
Load the user's brand guidelines and apply them to the content request provided in $ARGUMENTS.
Find brand guidelines using this sequence (stop as soon as found):
.claude/brand-voice-guidelines.md inside the user's working folder. Do NOT use a relative path from the agent's current working directory (in Cowork, the agent runs from a plugin cache directory). If no working folder is set, skip this step./brand-voice:discover-brand, /brand-voice:generate-guidelines, or paste guidelines directlyOnce guidelines are loaded, follow the brand-voice-enforcement skill instructions to:
npx claudepluginhub jabberlockie/the-human-stack-plugins-public --plugin brand-voice/enforce-voiceApplies brand voice guidelines to a content request: analyzes context, generates aligned output, validates compliance, explains choices, and offers refinements.
/voiceGuides the user through interactive prompts to define brand personality, tone, channels, and scope, then generates structured brand voice guidelines.
/01-compile-guidelinesCompile all brand work into final brand guidelines document
/content-type-newAdds a new content type to a brand project by researching best practices, creating a {content-type}-guide.md, and setting up templates/{content-type}/ folder.