Idea-to-design workflow
Start from a rough MVP idea, generate the core design package, create a static prototype, review it, and hand it to SDTK-CODE as implementation planning input.
SDTK-DESIGN
SDTK-DESIGN is the public local-first MVP design product in the suite. It creates design briefs, screen maps, design tokens, static prototypes, review reports, and SDTK-CODE-ready handoff artifacts without claiming to replace Figma, v0, Lovable, or production UI engineering.
> FROM IDEA TO REVIEWABLE PROTOTYPE
SDTK-DESIGN is the bridge between spec and code. It does not try to replace Figma, v0, or Lovable — it produces concrete, reviewable artifacts your downstream coding AI can read without ambiguity. Every step writes to your repo, not the cloud.
A one-paragraph MVP brief or an SDTK-SPEC handoff.
--idea "…" or --from-spec .AI picks core screens, infers navigation, lays out a flow.
docs/design/SCREEN_MAP.mdVisual style brief: colors, type, spacing, density — driven by a category-oriented style preset.
docs/design/DESIGN_SYSTEM.mdA working HTML/CSS prototype you can open in your browser and iterate on in the Preview Studio.
docs/design/prototype/index.htmlBundled review evidence + spec for downstream implementation.
docs/design/DESIGN_HANDOFF.mdWhen a solo founder reaches for this
Saturday afternoon. SDTK-SPEC has produced a real plan and you know what to build. Run sdtk-design styles to browse the category-oriented presets — pick ecommerce-retail, fintech-trust, or whichever fits — then sdtk-design prototype to generate. Open the Preview Studio (sdtk-design preview), click through screens, drop an annotation, tweak a token slider live. On 'Send to agent' it writes a scoped DESIGN_FEEDBACK file and shows a copy-ready instruction — your open Claude session applies it. If SDTK-WIKI is installed, run sdtk-design open to jump straight to the Design tab in the wiki viewer — same style gallery, same pipeline, same annotate flow, all without leaving the viewer context. By dinner you have a static MVP screen set, scoped feedback applied, and a DESIGN_HANDOFF.md ready for SDTK-CODE.
Product truth
These cards summarize the current shipped or internal surface exactly as it exists in the local source tree.
Start from a rough MVP idea, generate the core design package, create a static prototype, review it, and hand it to SDTK-CODE as implementation planning input.
When SDTK-SPEC has already produced a project handoff, SDTK-DESIGN can consume that spec context and build screen-level design artifacts before coding begins.
sdtk-design preview opens a local browser studio. Render prototype screens at desktop/tablet/phone widths, click to annotate elements, live-preview token tweaks on :root CSS variables without writing a file, then queue everything as a scoped DESIGN_FEEDBACK file — the studio never shells out or generates code itself.
sdtk-design styles opens a read-only gallery of 7 category-oriented presets (SaaS, Dashboard, Marketing, Editorial, E-Commerce, Fintech). Each card shows color swatches, a type sample, and a summary. Click a card to copy the start --style command — no prototype needed.
When SDTK-WIKI is installed, the Design Prototype experience also runs inside the wiki viewer as a 4th tab — alongside Dashboard, Docs, and Graph. Pick a style preset from the gallery, enter a prompt, watch the pipeline stream live, then annotate elements in the embedded prototype. sdtk-design open opens the viewer directly to the Design tab.
Human-facing output stays under docs/design while internal state stays under .sdtk/design. The product remains local, inspectable, and bounded.
Beginner idea flow
Spec-driven flow
Preview & iterate
Main outputs
| Runtime | Project | User | Notes |
|---|---|---|---|
| CLI | Yes | Package install | Runs locally in the target workspace and writes design artifacts to docs/design plus internal state under .sdtk/design. |
| Claude | Yes | Guide-aware | Claude can use the generated design briefs, prototype, and handoff as bounded implementation context before coding. The Preview Studio writes a DESIGN_FEEDBACK file and a copy-ready instruction — the user's open Claude session applies it. |
| Codex | Yes | Guide-aware | Codex can consume the design handoff and review evidence before SDTK-CODE planning and implementation. |
Canonical usage guide
products/sdtk-design/governance/SDTK_DESIGN_USAGE_GUIDE.md
Install, initialize, start, prototype, preview, styles, review, handoff, and status guidance for SDTK-DESIGN.
Package README
products/sdtk-design/distribution/sdtk-design-kit/README.md
npm-facing package truth for sdtk-design-kit and the current public command surface.
Generated output
docs/design
Human-facing design briefs, screen maps, design system, prototype, reviews, feedback, and handoff artifacts.
Position in the SDTK control plane
SDTK-DESIGN is the bridge between ARCH (spec) and DEV (code). It turns design intent into a static reviewable artifact before a single line of feature code.
Highlighted owners actively use SDTK-DESIGN as their execution pack.
Family links
These product pages map the current suite boundaries so users can move from specification to coding to operations deliberately.
Use SDTK-SPEC first when the active need is requirements, architecture, traceability, and formal handoff generation.
Open page ->ImplementationUse SDTK-CODE after design handoff when implementation, debugging, verification, and ship readiness become active.
Open page ->OperationsUse SDTK-OPS after coding when deployment, CI/CD, Docker validation, and operational verification become active.
Open page ->Second brainUse SDTK-WIKI to preserve project knowledge, docs, source research, and local query context across the workspace.
Open page ->