add-brand
[ADD v0.11.0] View project branding — accent color, palette, drift detection, image gen status
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
[ADD v0.11.0] View project branding — accent color, palette, drift detection, image gen status
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
[ADD v0.11.0] Generate or sync a portable AGENTS.md from ADD project state — writes, checks drift, or merges with hand-curated content
[ADD v0.11.0] Declare absence — get autonomous work plan for the duration
[ADD v0.11.0] Return from absence — get briefing on autonomous work
[ADD v0.11.0] Update project branding — new colors, fonts, tone, audit artifacts
[ADD v0.11.0] Generate or refresh CHANGELOG.md from conventional commits
[ADD v0.11.0] Plan and execute a work cycle — select features, assess parallelism, define validation
| name | add-brand |
| description | [ADD v0.11.0] View project branding — accent color, palette, drift detection, image gen status |
Display the current branding configuration for this ADD-managed project. Shows accent color, palette, fonts, tone, where branding is applied, detects brand drift in generated artifacts, and reports image generation capability status.
.add/config.json exists. If not, tell the user to run /add-init first..add/config.json and extract the branding section.branding section exists, inform the user: "No branding configured. Run /add-brand-update to set up branding, or re-run /add-init --reconfigure to add it during setup."Read branding from .add/config.json and display:
PROJECT BRANDING
Accent Color: {accentColor} ({presetName or "custom"})
Palette:
Gradient: {gradientStart} → {gradientMid} → {gradientEnd}
Light/Dark: {accentLight} / {accentDark}
Muted: {accentMuted}
Success: {palette.success}
Fonts: {fonts.heading}, {fonts.body}, {fonts.code} — or "Not configured (using system defaults)"
Tone: {tone} — or "Not configured"
Logo: {logoPath} — or "Not configured"
Style Guide: {styleGuideSource} — or "Not configured"
Preset: {presetName or "Custom color"}
Scan known artifact locations for brand consistency:
Check for the existence of:
docs/infographic.svgreports/*.html (glob for any HTML reports)README.md (check for embedded infographic reference)For each found artifact:
SVG Infographic (docs/infographic.svg):
linearGradient elements and fill/stroke attributesbranding.palette colorsHTML Reports (reports/*.html):
--accent: variable valuebranding.accentColorIf drift detected:
BRAND DRIFT DETECTED
docs/infographic.svg
⚠ Uses #6366f1 in accentGrad — configured accent is #b00149
⚠ Uses #8b5cf6 in gradientMid — configured gradientMid is #d4326d
reports/spike-2026-02-14.html
⚠ CSS --accent: #6366f1 — configured accent is #b00149
Run /add-brand-update to fix these artifacts.
If no drift:
BRAND CONSISTENCY: ✓ All artifacts match configured branding.
If no artifacts found:
GENERATED ARTIFACTS: None found yet.
Run /add-infographic to generate a project infographic.
Read imageGeneration section from .add/config.json (if it exists).
If image gen is configured and enabled:
IMAGE GENERATION: ✓ Configured
Tool: {imageGeneration.plugin} ({imageGeneration.tool})
Status: Active
If image gen is not configured:
IMAGE GENERATION: Not configured
Adding a Google Vertex AI image gen MCP server enhances your
project documentation with AI-generated visuals for infographics and reports.
To set up:
1. Configure a Vertex AI MCP server in your .mcp.json
2. Run any visual skill (/add-infographic) — detection is automatic
If imageGeneration section doesn't exist in config: Skip this section silently (feature not yet enabled for this project).
BRANDING SUMMARY
Color: {accentColor} ({presetName})
Artifacts: {N} found, {M} with drift
Image Gen: {Configured | Not configured}
Commands:
/add-brand-update Update branding and audit artifacts
/add-infographic Generate project infographic