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.
docs/design/DESIGN_SYSTEM.mdA working HTML/CSS prototype you can open in your browser.
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 — but the AI coder needs a visual contract or it will guess. Run sdtk-design prototype, open docs/design/prototype/index.html in your browser, click through, decide what to keep. By dinner you have a static MVP screen set 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.
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
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. |
| 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, 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, 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 ->