ワンクリックで
design-taste
Invoke before generating or refining any design frames. Ensures distinctive, tasteful output that avoids generic AI aesthetics.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Invoke before generating or refining any design frames. Ensures distinctive, tasteful output that avoids generic AI aesthetics.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Start (or restart) the Bryllen dev server
Create a new design project and start designing
Fast headless browser for QA testing and site dogfooding. Navigate any URL, interact with elements, verify page state, diff before/after actions, take annotated screenshots, check responsive layouts, test forms and uploads, handle dialogs, and assert element states. ~100ms per command. Use when you need to test a feature, verify a deployment, dogfood a user flow, or file a bug with evidence.
CEO/founder-mode plan review. Rethink the problem, find the 10-star product, challenge premises, expand scope when it creates a better product. Three modes: SCOPE EXPANSION (dream big), HOLD SCOPE (maximum rigor), SCOPE REDUCTION (strip to essentials).
Eng manager-mode plan review. Lock in the execution plan — architecture, data flow, diagrams, edge cases, test coverage, performance. Walks through issues interactively with opinionated recommendations.
Systematically QA test a web application and fix bugs found. Runs QA testing, then iteratively fixes bugs in source code, committing each fix atomically and re-verifying. Use when asked to "qa", "QA", "test this site", "find bugs", "test and fix", or "fix what's broken". Three tiers: Quick (critical/high only), Standard (+ medium), Exhaustive (+ cosmetic). Produces before/after health scores, fix evidence, and a ship-readiness summary. For report-only mode, use /qa-only.
| name | design-taste |
| description | Invoke before generating or refining any design frames. Ensures distinctive, tasteful output that avoids generic AI aesthetics. |
Before writing any component or page code, complete these steps. Do not skip.
Answer these before coding:
Execute with precision. Bold maximalism and refined minimalism both work — the key is intentionality, not intensity.
Pick exactly ONE depth strategy and apply it consistently throughout the design:
Don't mix strategies. A border-heavy layout with dramatic drop shadows creates visual noise. Commit to one and execute it everywhere.
Never default to flat solid colors. Create depth:
Frames MUST be laid out HORIZONTALLY (increasing X, constant Y).
1440px, Tablet: 768px, Mobile: 390px40pxframes: [
{ id: 'a', x: 0, y: 0, width: 1440, height: 900 },
{ id: 'b', x: 1480, y: 0, width: 1440, height: 900 },
{ id: 'c', x: 2960, y: 0, width: 1440, height: 900 },
{ id: 'd', x: 4440, y: 0, width: 1440, height: 900 },
{ id: 'e', x: 5920, y: 0, width: 1440, height: 900 },
]
// FAIL: same X, increasing Y = vertical stack
{ x: 0, y: 0 }, { x: 0, y: 940 }, { x: 0, y: 1880 }
If your frames have the same X and different Y values, you have failed. Horizontal side-by-side comparison is Bryllen's core value.
When generating multiple directions:
Before committing to colors and fonts, pull from the product's world:
This prevents designs that could belong to any product.
Before finalizing any design, run these four tests:
--canvas-dot-ink vs --primary. Generic names signal generic thinking.If any check fails, revisit before resolving.
Checklist:
Match implementation complexity to the vision. Maximalist designs need elaborate code — animations, layered effects, rich texture. Minimalist designs need restraint — careful spacing, precision, subtle details. Elegance comes from executing the vision fully, not from adding more effects.
Don't hold back. Commit fully. Extraordinary design comes from intentionality and precision, not from playing it safe.
Now write the code.