Add Data Warehouse Development Kit preset#2220
Open
branky wants to merge 1 commit intogithub:mainfrom
Open
Conversation
Introduces presets/data-warehouse/ — a spec-kit preset tailored for
data warehousing projects. Covers the full SDD workflow with DW-native
concepts baked into every template and command.
Templates:
- spec-template.md — data sources, grain statement, dimensional model,
SCD strategy, business rules, DQ checks, SLA table
- plan-template.md — schema design (fact+dim DDL sketches), SCD table,
ETL layer definitions, load strategy, idempotency
design, DQ implementation, data lineage, quickstart
- constitution-template.md — 8 principles: modeling standards, naming
conventions (fct_/dim_/stg_ + column rules),
SCD mandates, DQ gates, idempotency, lineage,
performance, security/compliance
- tasks-template.md — pipeline-phase task list (Setup → Raw → Staging
→ Dimensions → Facts per use case → Ops) with
DQ-first ordering, parallelism markers, checkpoints,
and rollback checklist
Commands:
- speckit.specify — DW-aware spec creation; extracts grain, sources,
consumers, SCD choices, DQ rules, SLAs; validates
against DW-specific quality checklist
- speckit.plan — designs schema, SCD impl, load strategies,
idempotency, DQ tool mapping, data-lineage.md,
source contracts, and quickstart sign-off queries
- speckit.tasks — generates phase-ordered task list from plan+spec
with DQ-first rule, exact file paths, and ops tasks
- speckit.constitution — guides warehouse constitution creation covering
platform, modeling philosophy, naming, SCD policy,
DQ tooling, and governance
https://claude.ai/code/session_017fbvhCN7HykaBHD8KYma22
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Introduces presets/data-warehouse/ — a spec-kit preset tailored for data warehousing projects. Covers the full SDD workflow with DW-native concepts baked into every template and command.
Templates:
SCD strategy, business rules, DQ checks, SLA table
ETL layer definitions, load strategy, idempotency
design, DQ implementation, data lineage, quickstart
conventions (fct_/dim_/stg_ + column rules),
SCD mandates, DQ gates, idempotency, lineage,
performance, security/compliance
→ Dimensions → Facts per use case → Ops) with
DQ-first ordering, parallelism markers, checkpoints,
and rollback checklist
Commands:
consumers, SCD choices, DQ rules, SLAs; validates
against DW-specific quality checklist
idempotency, DQ tool mapping, data-lineage.md,
source contracts, and quickstart sign-off queries
with DQ-first rule, exact file paths, and ops tasks
platform, modeling philosophy, naming, SCD policy,
DQ tooling, and governance
https://claude.ai/code/session_017fbvhCN7HykaBHD8KYma22
Description
Testing
uv run specify --helpuv sync && uv run pytestAI Disclosure