5.8 KiB
5.8 KiB
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[0.1.0] — 2026-05-17
Added
claude-design-facilitatorskill with eight-phase facilitation flow (disambiguate → intent preset → audience + destination → DESIGN.md anchor → five-layer prompt draft → copy-paste delivery → iteration coaching → ship-readiness handoff) and 12 natural-language trigger phrases registered in.triggers.txt.- Five foundation references under
skills/claude-design-facilitator/references/:00-what-claude-design-is-and-isnt.md(surface disambiguation),01-prompt-fundamentals.md(five-layer prompt stack: GLCA + start-simple + concrete-alternative-spec + propose-options + AI-slop avoid-list + four design dimensions + four grading criteria),02-design-md.md(DESIGN.md 9-section canonical structure + brand-to-DESIGN.md extractor),03-iteration-and-session.md(Tweak / Comment / Chat cascade, session economics, recovery prompt library),04-handoff-and-scope.md(one-way Design → Code handoff + scope fence vs Anthropic'sknowledge-work-plugins/design). - Eight per-preset references under
skills/claude-design-facilitator/references/presets/with evidence-grade labels:designs.md,prototypes.md,slides.md(Anthropic-documented + community-validated);one-pagers.md,wireframes-mockups.md,pitch-decks.md,marketing-collateral.md(Community-only);frontier-design.md(Experimental — no validated practitioner pattern as of 2026-05-16). .coverage.mdat plugin root — preset enumeration table with evidence-grade labels (8 rows) +Authoritative-claims filesbullet-list registry (13 paths). Canonical input for SC2 and SC3 verification.- Five verification scripts under
tests/:validate-plugin.sh(structural integrity + forbidden-command-name scope fence + operator-private-context grep + Norwegian-leakage advisory),test-skill-triggers.sh(description quality + trigger phrase coverage),test-sc2-artifact-coverage.sh(per-preset coverage from.coverage.md),test-sc3-citations.sh(Anthropic-domain citation discipline),test-sc1-dogfood-log.sh(operator dogfood log format-check inREMEMBER.md). verify.shtop-level roll-up with--strict(SC1 missing-block becomes FAIL) and--quick(skip skill-triggers test) flags.LICENSE(MIT) andGOVERNANCE.md(marketplace fork-and-own blurb).- Marketplace registration in root
.claude-plugin/marketplace.json.
Documentation
- Plugin
README.mdrewritten from scaffold placeholder to full v0.1 surface description withScope and complementaritysection (placed before installation per brief),What this plugin is NOT(Non-Goals), eight-phase facilitation flow table, skill surface table, reference content map, per-preset coverage table, verification section, AI-generated disclosure, fork-and-own MIT licensing. - Plugin
CLAUDE.mdtranslated to English (operator override of marketplace's Norwegian-dialogue default per v0.1 brief constraint); addedScope fencesection explicitly forbidding command-name collisions with Anthropic'sknowledge-work-plugins/design(/critique,/accessibility,/ux-copy,/research-synthesis,/design-system,/handoff);Authoring rulessection codifies English-everywhere, no operator-private context, evidence-grade label discipline, URL canonicalisation onsupport.claude.com/en/articles/<numeric-id>-<slug>;Communication patternsblock preserved verbatim. - Root marketplace
README.mdupdated with### [Claude Design](plugins/claude-design/) \v0.1.0`entry under the## Pluginssection, positioned after the Human-Friendly Style entry per existing convention. Entry documents the complementary lifecycle coverage vsknowledge-work-plugins/design`.
Notes
- Scope: claude-design facilitates the pre-design and during-design lifecycle for
claude.ai/design(Anthropic Labs research preview, Opus 4.7 pinned, eight intent presets). For post-design — critique, accessibility audit, UX copy review, design-system audit, engineering handoff — install Anthropic's official plugin viaclaude plugins add knowledge-work-plugins/design. Zero command overlap, complementary by design. - No browser automation. This plugin produces prompts; the artifact gets built inside
claude.ai/design. The operator copies and pastes manually. - No artifact code generation. This plugin is a prompt-builder, not an artifact generator. Claude Design is the generator.
- No artifact storage or versioning. Claude Design has no version-tree primitive and this plugin does not invent one. The verbal save-pattern documented in
references/03-iteration-and-session.mdis the closest substitute. - English everywhere in shipped content. Operator override of the marketplace's default Norwegian-dialogue convention.
tests/validate-plugin.shassertion (j) emits WARN on Norwegian diacritics in shipped content; review case-by-case. - Evidence-grade discipline. Every per-preset reference file carries an inline
Evidence grade:label on line 4 with one of three values:Anthropic-documented + community-validated,Community-only,Experimental..coverage.mdis the canonical registry. - Re-research triggers documented in
.coverage.md— fire on Anthropic publishing per-preset guidance for Community-only presets, on new intent presets added to the launch enumeration, on the first verifiedfrontier-designpractitioner artifact shipping publicly, on Labs → GA URL rename forclaude.ai/design, on Anthropic'sknowledge-work-plugins/designadding or removing slash-commands.
[0.1.0-pre] — 2026-05-15
Added
- Initial scaffold (README, CLAUDE.md, ROADMAP, TODO, plugin.json placeholder).