-
Notifications
You must be signed in to change notification settings - Fork 1
Claude Design Integration
Oak Dev-inter edited this page Apr 23, 2026
·
1 revision
Introduced in v0.9.0.
Hand-coded HTML mockups are a waste of senior engineer time. Claude Design does visuals. Kasidit does code. Know which is which.
Before writing any markup / CSS when the mission matches:
| Trigger | Use Claude Design for |
|---|---|
mockup, wireframe, ΰΈ£ΰΉΰΈ²ΰΈ UI
|
screen mockup (PNG / live URL) |
pitch deck, slide, deck
|
PPTX / Canva-exportable deck |
one-pager, landing page
|
one-page HTML / PDF |
pre-code sketch, ΰΈ’ΰΈ±ΰΈΰΉΰΈ‘ΰΉ code
|
low-fi wireframe |
design system extract |
.kasidit/DESIGN_SYSTEM.md draft |
stakeholder review |
clickable prototype URL |
audit visual report |
one-pager summary of findings |
- User already provided a target (screenshot / CSS / reference element)
- Tiny spacing / color / alignment fix on existing UI
- Backend / data / logic / infra work
- User explicitly says "skip mockup, go code"
1. Confirm mission in one line.
2. State: "routing to Claude Design for the visual."
3. Ask:
- Audience (PM / client / dev handoff / self-reference)
- Platform (web / mobile / print / slide) + dimensions
- Brand constraints (link to .kasidit/DESIGN_SYSTEM.md if present)
4. Hand off prompt to claude.ai/design with pre-filled brief.
5. Wait for user to return with PNG / PDF / PPTX / URL.
6. Save export to .kasidit/prototypes/<mission-id>-<stage>.{png,url,pptx}.
7. Resume Kasidit for coding/implementation if mission requires.
1. Save mockup to .kasidit/prototypes/<mission-id>-after.png
2. Read mockup + .kasidit/DESIGN_SYSTEM.md (if exists)
3. Extract:
- Component list
- Spacing values (px)
- Color tokens (match DESIGN_SYSTEM.md or flag new)
- Typography (family / weight / size)
4. Produce text plan:
- Components to build
- New tokens needed (user confirms)
- Existing components reused
5. Wait for user confirmation.
6. Enter UI Override / standard flow.
7. Parity check per round (UI Override Rule 8).
Visual counterpart to PATTERNS.md. Records colors, typography, spacing, components, grid. Generated by /extract-system (Claude Design reads codebase, produces draft, user approves).
Schema:
# Project Design System
## Colors
- Primary: #1976d2
- Accent: #ff9800
...
## Typography
- Heading: "Prompt", sans-serif, 600
- Body: "Prompt", sans-serif, 400
...
## Spacing
- Base: 4px (multiples: 4/8/12/16/24/32/48)
...
## Components
- Button: 40px height, 8px radius
- Card: 1px border, 8px radius, 16px padding
...
## Grid / Layout
- Container max-width: 1200px
- Breakpoints: sm 640 / md 768 / lg 1024 / xl 1280
...- Opus β may skip Claude Design for internal-only sketches (fast-path)
- Sonnet β default to Claude Design for any stakeholder-facing artifact
- Haiku β always Claude Design for visuals. No hand-coded mockups. Ever.
-
design <what>β route to Claude Design -
mockup <screen>β shortcut -
extract-systemβ buildDESIGN_SYSTEM.md -
parity <mockup-id>β screenshot vs mockup token diff -
report visualβ export findings as one-pager
See Commands.
- β Hand-coding a mockup when Claude Design is available
- β Producing a "deck" in markdown when user asked for slides
- β Generating a mockup without asking audience + platform
- β Implementing from a mockup without saving it to
.kasidit/prototypes/ - β Skipping DESIGN_SYSTEM.md check when mockup introduces new colors/spacing
- β Parity check by vibes
- v0.9.0 β introduction
- UI Override Mode β Rule 8 (parity check)
Repo β’ Discussions β’ Issues β’ Changelog β’ Security β’ Contributing β’ MIT β’ Β© Kasidit Wansudon
Kasidit
Core
- Commands
- Kasi-Mode π₯ v0.10
- Backend-Hooks π₯ v0.10
- Model Tiers
- Gravity Pattern
- Multi-Agent-Orchestration
- Claude Design Integration
- UI Override Mode
- FAQ
Version History
- Version History β overview
- v0.13.0 β thClaws (Consolidated) π¦
- v0.12.0 β thClaws Runtime Support π¦
- v0.11.0 β Backend + Bridge + Runbook π
- v0.10.0 β Mode + Backend Hooks
- v0.9.2 β Gravity
- v0.9.1 β Master Orchestrator
- v0.9.0 β Claude Design
- v0.8.0 β Tier Cascade
- v0.7.4 β SWE-bench
- v0.3.0 β Tier adaptation
- v0.2.1 β Docs protocol
- v0.2.0 β UI Override
- v0.1.0 β Core
Concepts
Commands
- Kasi-Init
- Kasi-Review
- Kasi-Security
- Kasi-Fix
- Kasi-Ui
- Kasi-Cascade
- Kasi-Multi
- Kasi-Scaffold
- Kasi-Docs
- Kasi-Status
- Kasi-Promote
- Kasi-Pull
- Kasi-Sync
- Kasi-Search
- Kasi-Wiki-Sync
Agents
- Agent-Architect-Planner
- Agent-Audit-Specialist π₯ v0.10
- Agent-Bug-Hunter
- Agent-Deep-Researcher
- Agent-Legacy-Specialist
- Agent-Migration-Specialist
- Agent-Refactor-Surgeon
- Agent-Test-Writer
Deprecated v0.10 (stubs β audit-specialist --focus=..., removed in v0.11)
-
Agent-Code-Reviewer β
--focus=quality -
Agent-Security-Auditor β
--focus=security -
Agent-Perf-Profiler β
--focus=perf