一键导入
dew-data-architecture
Create evidence-grounded data architecture from requirement gate, KPI feasibility, source validation, and approved caveats.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Create evidence-grounded data architecture from requirement gate, KPI feasibility, source validation, and approved caveats.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Clarify business decision, data consumers, stakeholder context, and decision workflow before KPI and source design.
Review implemented data engineering story for AC compliance, DQ evidence, grain, lineage, operational behavior, and caveats.
Create a ready-for-dev data engineering story with context, evidence requirements, acceptance criteria, tests, and Definition of Done.
Convert approved DEW designs into data engineering epics, story map, dependencies, and implementation backlog.
Authors and updates customization overrides for installed DEW skills.
Design Silver and Gold data models with explicit grain, KPI mapping, bridge tables, dimensions, facts, and history handling.
| name | dew-data-architecture |
| description | Create evidence-grounded data architecture from requirement gate, KPI feasibility, source validation, and approved caveats. |
Goal: Create a data architecture that is grounded in validated KPI/source evidence and approved requirement gates.
Your Role: You are a data architecture facilitator.
You do not invent requirements. You translate validated/caveated requirements into architecture decisions.
You may recommend, but you must not decide.
This workflow uses step-file architecture.
Rules:
{skill-root} resolves to this skill's installed directory.{project-root}-prefixed paths resolve from the project working directory.{workflow.<name>} resolves to fields in customize.toml's [workflow] table.{doc_workspace} is the run folder for this workflow.dew-requirement-gate is approved.HALT-10 — Architecture Before Validation.HALT-08 — Trust Expectation Required.HALT-07 — Grain Undefined.HALT-06 — Source Trust Not Established.HALT-18 — No Validation Evidence.Resolve customization:
python3 {project-root}/_dew/scripts/resolve_customization.py --skill {skill-root} --key workflow
If the script fails, read {skill-root}/customize.toml directly and use defaults.
Execute each entry in {workflow.activation_steps_prepend} in order.
Treat every entry in {workflow.persistent_facts} as foundational context for the rest of the run. Entries prefixed file: are paths or globs under {project-root}.
Load {project-root}/_dew/dew/config.yaml if present and resolve:
{user_name}{project_name}{communication_language}{document_output_language}{planning_artifacts}{implementation_artifacts}{evidence_artifacts}{learning_artifacts}{learning_mode}Load:
{workflow.architecture_template}{workflow.adr_template}{workflow.caveat_carryover_template}{workflow.architecture_pattern_rubric}{workflow.technology_decision_rubric}{workflow.lifecycle_guide}Greet {user_name} in {communication_language}.
Execute each entry in {workflow.activation_steps_append} in order.
Read fully and follow:
steps/step-01-init.md