Examples

Real output, not promises.

Everything on this page is unedited output of the shipped SDTK CLIs — generated with the exact command shown next to it.

> SDTK-DESIGN

Layout systems built from one command

Each style preset turns an MVP idea into a design brief, screen map, wireframes, and a token-level design system — reviewable files, not a canvas you can't diff.

Minimal SaaS

--style minimal-saas
bg #F7F8FAsurface #FFFFFFtext #1F2933muted #667085primary #2563EBsuccess #0F8A5Fwarning #B7791Fdanger #B42318

Clean solo-founder SaaS default with practical hierarchy, quiet surfaces, and low-decoration components.

System UI sans, 32/24/18/15/13px hierarchy

sdtk-design start --idea "<your MVP idea>" --style minimal-saas

Premium Dashboard

--style premium-dashboard
bg #0B1020surface #FFFFFFtext #111827muted #64748Bprimary #0F766Eaccent #2563EBborder #D8E0EA

Dashboard-first MVP style with stronger density, metrics, cards, tables, and command surfaces.

Inter-like sans with tabular numerals, 34/24/18/14/12px

sdtk-design start --idea "<your MVP idea>" --style premium-dashboard

Fintech Trust

--style fintech-trust
bg #F4F6FBsurface #FFFFFFtext #0F172Amuted #5A6678primary #1E3A8Aaccent #0E7C66success #1B873Fdanger #C2330E

Trust-forward financial style with dense data surfaces, tabular numerals, a restrained palette, and strong status semantics.

Precise system sans, tabular numerals everywhere numbers appear

sdtk-design start --idea "<your MVP idea>" --style fintech-trust

E-Commerce Retail

--style ecommerce-retail
bg #FFFFFFsurface #FFFFFFtext #111827muted #6B7280primary #C2410Caccent #0E7490success #15803Dborder #E5E7EB

Product-forward storefront style with photography-led cards, a single confident accent for CTA and price, and a sticky cart/checkout rail.

Friendly geometric sans, price and CTA weight forward

sdtk-design start --idea "<your MVP idea>" --style ecommerce-retail

Generated with sdtk-design-kit — artifact links open the raw, unedited files. A clickable HTML prototype step exists behind the spec-handoff input contract and will join this gallery once a full spec-fed example is published.

> SDTK-SPEC

One command, a governed SDLC tree

sdtk-spec generate verified all 17 scaffold files itself — product, specs, architecture, API, database, design, dev plan, and QA gates.

sdtk-spec generate --key SHOPEASE --name "ShopEase MVP"
docs/ — 17 files, verified by the command
docs/
├── product/
│   ├── PROJECT_INITIATION_SHOPEASE.md
│   ├── PRD_SHOPEASE.md
│   └── BACKLOG_SHOPEASE.md
├── specs/
│   ├── BA_SPEC_SHOPEASE.md
│   └── SHOPEASE_FLOW_ACTION_SPEC.md
├── architecture/
│   └── ARCH_DESIGN_SHOPEASE.md
├── api/
│   ├── ShopEaseMVP_API.yaml
│   ├── SHOPEASE_ENDPOINTS.md
│   ├── SHOPEASE_API_DESIGN_DETAIL.md
│   └── shopease_api_flow_list.txt
├── database/
│   └── DATABASE_SPEC_SHOPEASE.md
├── design/
│   └── DESIGN_LAYOUT_SHOPEASE.md
├── dev/
│   └── FEATURE_IMPL_PLAN_SHOPEASE.md
└── qa/
    ├── SHOPEASE_TEST_CASE.md
    ├── QA_RELEASE_REPORT_SHOPEASE.md
    └── CONTROLLER_ACCEPTANCE_SHOPEASE.md
+ SHARED_PLANNING.md · QUALITY_CHECKLIST.md (shared state)

docs/product/PRD_SHOPEASE.md — as generated

PRD_SHOPEASE.md
# PRD: SHOPEASE (ShopEase MVP)

**Document ID:** PRD_SHOPEASE
**Version:** 1.0.0
**Author:** PM Agent
**Status:** DRAFT - Ready for ARCH Review
**Source:** BA_SPEC_SHOPEASE.md

## 1. EXECUTIVE SUMMARY
## 2. GOALS & SUCCESS METRICS

| Goal ID | Goal | Success Metric | Target |
|---------|------|----------------|--------|
| G-01    | TBD  | TBD            | TBD    |

The scaffold ships structure and gates; your PM/BA/ARCH skills (or you) fill the content. Traceability is the point — every later phase references these IDs.

> SDTK-AGENT

A governed run, rendered as a durable report

This is the same run shown in the homepage video: it paused at a human gate, was approved, completed, and rendered this report from the on-disk ledger.

sdtk-agent run continue --run-id <run_id> --confirm
sdtk-agent gate approve --run-id <run_id> --gate owner_review --approved-by owner
sdtk-agent run report --run-id <run_id>

The ledger lives at .sdtk/agent-runtime/runs/<run_id>/ — state, events, approvals, and evidence are files in your repo, inspectable without rerun.

reports/final_report.md — real run
# Run Report

**run_id:** run_mr8rcw2y_249a15
**workflow_id:** shopease-demo
**feature_key:** SHOPEASE
**goal:** Verify docs, gate on owner review
**status:** completed

## Task Status

| Stage          | Type       | Status      |
|----------------|------------|-------------|
| verify_docs    | task       | ✓ completed |
| owner_review   | human_gate | ✓ completed |
| summarize_tree | task       | ✓ completed |
| final_report   | report     | ✓ completed |

## Artifacts

- [final_report] reports/final_report.md

*Generated by sdtk-agent. Evidence is persisted on disk
and inspectable without rerun.*

> SDTK-CODE + SDTK-WIKI

Honest scores and a repo that remembers

The readiness score explains itself and says NO first; the local Atlas graph makes the scaffold queryable.

sdtk-code readiness --feature-key SHOPEASE
explainable ship-readiness — real output
Ship Readiness: 0/85 — FAIL

  Components:
    SPEC          0/15  CODE handoff not found
    CODE_VERIFY   0/30  non-pass gates: spec, quality, evidence
    GUARDRAIL     0/15  unresolved deny event(s)
    FILE_SCOPE    0/10  file-scope verdict: absent
    OPS           0/15  OPS handoff evidence absent

  Blockers:
    [FAIL] CODE verification evidence missing or failed.
    [FAIL] Unresolved guardrail deny events.
sdtk-wiki atlas build && sdtk-wiki atlas open
sdtk-wiki — atlas + kanban
Real capture: local Atlas graph, node detail, shared Kanban board

> SCENARIO PACKS

Reference packs shipped with sdtk-spec

Four worked scenario families ship in the package examples/ directory and install with the toolkit.

Enterprise CRUD + UI/API/DB

Full upstream artifact chain: BA, architecture, API contract, database, screen layout, flow-action, DEV planning, QA gating.

API-Only Service

Backend-heavy delivery: UI artifacts intentionally reduced, API contract discipline stays explicit.

Admin Console Flow-Action

UI-heavy scenario: DESIGN_LAYOUT, FLOW_ACTION_SPEC, action mapping, and cross-screen process clarity.

Bugfix / Hotfix Flow

Shortened documentation path for bugfixes while keeping verification, handoff, and QA release discipline.

Generate this in your repo

Install the suite and run the same commands — every artifact above lands as files in your project, locally.