Examples

Reference scenario packs for the current SDTK workflow

These examples are upstream SDTK-SPEC scenario packs. They show the scaffold and governed phase structure that later hands into SDTK-CODE and, when needed, SDTK-OPS.

Enterprise CRUD + UI/API/DB

Canonical SDTK-SPEC scenario for the full upstream artifact chain across BA, architecture, API, database, screen layout, flow-action, DEV planning, and QA release gating.

This is the same family of work that downstream SDTK-CODE and SDTK-OPS later validated on the real Workflow project.

  • examples/enterprise-crud-ui-api-db/README.md
  • PROJECT_INITIATION_ENTERPRISE_CRUD.md
  • BA_SPEC_ENTERPRISE_CRUD.md

API-Only Service

Focused upstream scenario for backend-heavy delivery where UI-specific artifacts are intentionally reduced while API contract discipline stays explicit.

Use this pack when SDTK-SPEC is the active product surface and the coding or ops layers have not started yet.

  • examples/api-only-service/README.md
  • OrderService_API.yaml
  • ORDER_SERVICE_API_DESIGN_DETAIL.md

Admin Console Flow-Action

UI-heavy upstream scenario emphasizing DESIGN_LAYOUT, FLOW_ACTION_SPEC, action mapping, and cross-screen process clarity before implementation begins.

This pack is still upstream truth. Once the handoff is approved, SDTK-CODE becomes the correct product surface for coding execution.

  • examples/admin-console-flow-action/README.md
  • DESIGN_LAYOUT_ADMIN_CONSOLE.md
  • ADMIN_CONSOLE_FLOW_ACTION_SPEC.md

Bugfix / Hotfix Flow

Documents the shortened upstream documentation path for bugfix delivery while preserving mandatory verification, handoff, and QA release discipline.

The downstream bugfix lane in SDTK-CODE remains lighter than the feature lane, but the upstream boundary still starts here.

  • examples/bugfix-hotfix-flow/README.md
  • FEATURE_IMPL_PLAN_BUGFIX.md
  • QA_RELEASE_REPORT_BUGFIX.md