/brand-generate
Generate an on-brand document from a saved Brand Profile.
> /plugin marketplace add ferdinandobons/brand-docs > /plugin install brand-docs@brand-docs
How it fires
How this command gets triggered: by you, by Claude, or both.
- Fires itselfClaude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/brand-generate
Context preview
What this command does when you run it.
Generate an on-brand document from a saved Brand Profile.
Command definition
brand-generate.md/brand-generate
Generate an on-brand document from a saved Brand Profile.
DOCX/PPTX use an IntermediateDocument. XLSX uses a GridDocument fill manifest.
Run from the plugin root (or set `BRAND_DOCS_ROOT` to it):
python scripts/cli.py generate --name <brand> --input idoc.json --output out.docx --scope auto --qa auto
BrandDocs is a set of agent skills that learn your existing Word, PowerPoint and Excel templates and generate new on-brand documents from them. Unlike generic AI document generators, it preserves brand, structure, styles and formulas by construction.
Other commands on brand-docs.
brand-verify
Verify a saved Brand Profile. Reports QA findings and a verdict (the role map lives in `PROFILE.md`; verify does not render a proof). Add `--accept` to mark a…

