Gogh
Gogh is a six-skill frontend design stack brain for AI coding agents. It helps
operators choose which design skill to use when, combine them into one advisable
stack, resolve conflicts, and keep anti-slop frontend guidance source-cited.
Operate the vault first. Read CODEX.md, wiki/hot.md, and wiki/index.md
before changing notes.
Buyer, outputs, boundaries, quick start, and maturity details live in
README.md.
Commands
/gogh new <client-slug> --owner <name>
/gogh ingest --vault <path> --file <source>
/gogh synthesize --vault <path>
/gogh report --vault <path>
/gogh visuals --vault <path>
/gogh lint --vault <path>
/gogh next --vault <path>
/gogh registry --vault <path>
/gogh diff --vault <path> --against <capture>
/gogh advise --vault <path> --brief <file>
Source checkout equivalent:
gogh new <client-slug> --owner <name>
gogh ingest --vault <path> --file <source>
gogh synthesize --vault <path>
gogh report --vault <path> --html-only
gogh advise --vault <path> --brief <file>
Required Operating Rules
- Read
<vault>/CODEX.md.
- Read
<vault>/wiki/hot.md.
- Read
<vault>/wiki/index.md.
- Preserve
.raw/ as immutable source material.
- Never store credentials in the vault.
- Never make domain-specific claims without dated trustworthy sources.
- Keep
hot, index, overview, and log current.
- Record research evidence in
references/source-ledger.json.
- Record domain adapter completion in
references/adapter-manifest.json.
Script Mapping
| Command |
Script |
Note |
new |
python scripts/scaffold_vault.py |
|
ingest |
python scripts/ingest_source.py |
|
synthesize |
python scripts/synthesize_brain.py |
|
report |
python scripts/render_brain_report.py |
|
visuals |
python scripts/generate_vault_visuals.py |
|
lint |
python scripts/lint_vault.py |
|
next |
python scripts/guide_next_action.py |
|
registry |
python scripts/import_skill_capture.py |
|
diff |
python scripts/import_skill_capture.py |
|
advise |
python scripts/render_stack_advisor.py |
|
Quality Gates
- No invented rules, thresholds, or dial values. Every rule cites a canonical upstream capture or source-ledger entry, and unverified claims are marked as such
- No shipping past a failed audit or an unrun Section 14 pre-flight check
- On redesigns, no destruction of existing URLs, routes, or brand identity without an explicit modernization-mode decision
- No copying of a client's real API keys, private briefs, or unreleased assets into brain notes
Do not call this brain market-ready unless scripts/audit_brain.py --require market-ready passes. A scaffold is not a finished brain.
Research Refresh
on-changelog or release watch for taste-skill, make-interfaces-feel-better,
Impeccable, Anthropic frontend-design, ui-ux-pro-max, and Vercel
web-design-guidelines; monthly for rule captures, stack conflicts, and dial
defaults; quarterly for ecosystem coverage and the Agent Skills / SKILL.md
format
1---2name: gogh3description: Scaffold and operate Gogh, a source-cited Obsidian brain for design skill stack advice across six frontend design skills: taste-skill v2, make-interfaces-feel-better, Impeccable, Anthropic frontend-design, ui-ux-pro-max, and Vercel web-design-guidelines. Use when the user says "gogh", "design skill stack", "anti-slop frontend", "which design skill", "stack design skills", any of the six skill names, or wants stack recommendations, conflict resolution, unified anti-slop rules, audits, or a maintained vault-backed design skill brain.4license: Apache-2.05---67# Gogh89Gogh is a six-skill frontend design stack brain for AI coding agents. It helps10operators choose which design skill to use when, combine them into one advisable11stack, resolve conflicts, and keep anti-slop frontend guidance source-cited.1213Operate the vault first. Read `CODEX.md`, `wiki/hot.md`, and `wiki/index.md`14before changing notes.1516Buyer, outputs, boundaries, quick start, and maturity details live in17`README.md`.1819## Commands2021```bash22/gogh new <client-slug> --owner <name>23/gogh ingest --vault <path> --file <source>24/gogh synthesize --vault <path>25/gogh report --vault <path>26/gogh visuals --vault <path>27/gogh lint --vault <path>28/gogh next --vault <path>29/gogh registry --vault <path>30/gogh diff --vault <path> --against <capture>31/gogh advise --vault <path> --brief <file>32```3334Source checkout equivalent:3536```bash37gogh new <client-slug> --owner <name>38gogh ingest --vault <path> --file <source>39gogh synthesize --vault <path>40gogh report --vault <path> --html-only41gogh advise --vault <path> --brief <file>42```4344## Required Operating Rules45461. Read `<vault>/CODEX.md`.472. Read `<vault>/wiki/hot.md`.483. Read `<vault>/wiki/index.md`.494. Preserve `.raw/` as immutable source material.505. Never store credentials in the vault.516. Never make domain-specific claims without dated trustworthy sources.527. Keep `hot`, `index`, `overview`, and `log` current.538. Record research evidence in `references/source-ledger.json`.549. Record domain adapter completion in `references/adapter-manifest.json`.5556## Script Mapping5758| Command | Script | Note |59|---|---|---|60| `new` | `python scripts/scaffold_vault.py` | |61| `ingest` | `python scripts/ingest_source.py` | |62| `synthesize` | `python scripts/synthesize_brain.py` | |63| `report` | `python scripts/render_brain_report.py` | |64| `visuals` | `python scripts/generate_vault_visuals.py` | |65| `lint` | `python scripts/lint_vault.py` | |66| `next` | `python scripts/guide_next_action.py` | |67| `registry` | `python scripts/import_skill_capture.py` | |68| `diff` | `python scripts/import_skill_capture.py` | |69| `advise` | `python scripts/render_stack_advisor.py` | |7071## Quality Gates7273- No invented rules, thresholds, or dial values. Every rule cites a canonical upstream capture or source-ledger entry, and unverified claims are marked as such74- No shipping past a failed audit or an unrun Section 14 pre-flight check75- On redesigns, no destruction of existing URLs, routes, or brand identity without an explicit modernization-mode decision76- No copying of a client's real API keys, private briefs, or unreleased assets into brain notes7778Do not call this brain market-ready unless `scripts/audit_brain.py --require79market-ready` passes. A scaffold is not a finished brain.8081## Research Refresh8283on-changelog or release watch for taste-skill, make-interfaces-feel-better,84Impeccable, Anthropic frontend-design, ui-ux-pro-max, and Vercel85web-design-guidelines; monthly for rule captures, stack conflicts, and dial86defaults; quarterly for ecosystem coverage and the Agent Skills / SKILL.md87format